
#file_submit:hover, .apply_button:hover {
	background-color: #009933;
	//background-image: -moz-linear-gradient(#33cc66, #009933);
	background: -webkit-gradient(linear, center top, center bottom, from(#33cc66), to(#009933));
	background: -webkit-linear-gradient(#33cc66, #009933);
	background: -moz-linear-gradient(#33cc66, #009933);
	background: -o-linear-gradient(#33cc66, #009933);
	background: -ms-linear-gradient(#33cc66, #009933);
	background: linear-gradient(#33cc66, #009933);
	cursor: pointer;
	border: 1px solid #00ff00;
}
#content_pass{
	height:400px;
	border:1px solid #E0EBEB;
	margin:5px;
	background:#ffffff;
	padding:0px;

}
#reset_change_password{
	line-height:1.2em;
	font-size:15px;
	padding:10px;
	text-align: justify;
    text-justify: inter-word;
	border:0px solid #E0EBEB;

}
#post_result_status{
	margin:10px;
	display:none;
	border:0px solid #FF0000;
	color:red;	

}
#content_pass_left{
	margin:0px;
	padding:0px;
	float:left;
	border:0px solid #E0EBEB;
	background:#F8F9F9;
}

#content_pass_right{
	float:left;
	border:0px solid #E0EBEB;
	text-align:center;
	margin:0px;
	padding:0px;

}
#password{
	padding:5px;
	margin:5px;
	text-align:center;
	
}
#password_confirm{
	padding:5px;
	margin:5px;
	text-align:center;
}	
#content_in{
	text-align:center;

}
.hidden {display:none;}
div[aria-hidden="true"] {display: none;}
div[aria-hidden="false"] {display: block;}
#req_pass_reset{
	text-align:center;
	margin:auto;
/*	vertical-align: middle;*/
}
.apply_button {
	position: absolute;
	background-color: #ff6600 ;
	bottom: 1%;
	left: 80%;
	text-align: center;

	/*
	-moz-border-radius: 4px 4px 4px 4px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	*/

	background-color: #019AD2;
	background-image: -moz-linear-gradient(#33BCEF, #019AD2);
	background: -webkit-gradient(linear, center top, center bottom, from(#33BCEF), to(#019AD2));
	background: -webkit-linear-gradient(#33BCEF, #019AD2);
	background: -moz-linear-gradient(#33BCEF, #019AD2);
	background: -o-linear-gradient(#33BCEF, #019AD2);
	background: -ms-linear-gradient(#33BCEF, #019AD2);
	background: linear-gradient(#33BCEF, #019AD2);
	background-repeat: repeat-x;
	border-color: #057ED0;
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
	cursor: pointer;

	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	border-radius: 1px 1px 1px 1px;
	transition: all 0.218s ease 0s;
	border: 1px solid #33BCEF;
}
/* css used for support.html*/
#support_highlight{
	margin-top:10px;
	background:#fafafa;
	border: solid black 0px;
	font-size:14px;
	padding:5px;
	line-height:20px;
	color:#f60;
}
#support_head{
	font-weight: light;
	color:#ff8a00;
	font-size:30px;
	text-decoration: none;
	border:solid 0px #f60;
	margin-bottom:20px;
}

#support_subheadlevel1{

	margin-bottom:15px;
	font-size:20px;
}
#support_subheadlevel2{
	color:#000;
	font-size:15px;
}
a:hover{
	color:#f80;
}
#support_para{
	text-align:left;
	border:0px solid red;
	line-height:1.5em;
	font-size:15px;
	margin-bottom:20px;
}
#support_square{
	width: 70px; 
	height: 20px;
	border:1px solid #F0F0F0;
	background-color:#F0F0F5;
	margin-left:10px;
	margin-bottom:0px;
}
#support_use_tvque{
	
	line-height:1.5em;
}

/**/
