@charset "UTF-8";
/**************
CSS Document
aarong@advfn.com
***************/
/*

Colours
#000000  Black
#E7E7E7  LightGray
#286E25  Green
#A81127	 Red
#F98200  Orange
#CBDBE3	 LightBlue

*/
/*reset elemt */
* {font-family:Arial, Helvetica, sans-serif;}

p, span, input {
	font-size:12px;
	padding:0px;
	margin:0px;
}

.erroMessage {
	padding-left:150px!important;
	color:#A81127;
	margin-bottom:5px!important;
}

label {
	display:inline-block;
	width:140px;
	text-align:right;
	margin-right:7px;
	font-size:12px;
}

#formWrapper {
	width:680px;
	margin:200px auto;
	background-image:url(../images/dialogBG_01.gif);
	padding-top:10px;
	background-repeat:no-repeat;
}
#formWrapper h2 {
	margin:0px 0px 14px 0px;
	font-size:22px;
}
#formWrapper imput {
	padding:10px;
}

.innerformWrapper {
	width:660px;
	padding:20px 10px;
	background-image:url(../images/dialogBG_02.gif);
	background-repeat:repeat-y;
}
.innerformWrapper h2 {
	padding-left:150px;
}
.innerformWrapperFinal {
	width:660px;
	padding:20px 10px;
	background-image:url(../images/dialogBG_02.gif);
	background-repeat:repeat-y;
}
.innerformWrapperFinal h2, .innerformWrapperFinal p {
	text-align:center;
}
.innerformWrapperFinal p {
	margin-bottom:5px;
}
.innerformWrapperFinal p a {
	color:#0066CC;
	font-weight:bold;
}
.innerformWrapperFinal .formHGpbtn {
	text-align:center;
}
.innerformWrapperFinal .formHGpbtn input {
	display:inline;
	padding:5px!important;
}
.innerformWrapper .formHGp {
	margin-bottom:10px;
}
.innerformWrapper .formHGp input {
	width:260px;
	font-weight:bold;
}

.formHGp input.password, .formHGp input.password_check{
width:180px;
}

#passWordStrn {
	display:inline-block;
	margin-left:6px;
}

#try_again{
padding-left:418px;
height:10px;
}

.errorOnPassword{
	color:#A81127;
}
.success, .pass_vryStrng {
	color:#286E25;
}
.pass_medium {
	color:#F98200;
}
.pass_weak {
	color:#A81127
}
.innerformWrapper .formHGpbtn {
	margin-bottom:10px;
	margin-left:150px;
}

.footer {
	width:680px;
	height:20px;
	background-image:url(../images/dialogBG_04.gif);
	background-position:top left;
	background-repeat:no-repeat;
}


.button_change_active{
font-weight:bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-o-border-radius: 5px;
padding:5px 10px;
color: #000000;
border: solid 1px #BBBBBB;
background: #DDDDDD;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
background: -moz-linear-gradient(top,  #FFFFFF,  #DDDDDD);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFFFF,EndColorStr=#DDDDDD)";

}

.button_change_active:hover {
background: #BBBBBB;
border: solid 1px #000000;
background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#BBBBBB));
background: -moz-linear-gradient(top,  #EEEEEE,  #BBBBBB);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#BBBBBB');
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#EEEEEE,EndColorStr=#BBBBBB)";
}
.button_change_active:active {
background: #AAAAAA;
border: solid 1px #000000;
background: -webkit-gradient(linear, left top, left bottom, from(#DDDDDD), to(#AAAAAA));
background: -moz-linear-gradient(top,  #DDDDDD,  #AAAAAA);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#AAAAAA');
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#DDDDDD,EndColorStr=#AAAAAA)";
}

.button_change_disabled{
font-weight:bold;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-o-border-radius: 5px;
padding:5px 10px;
color: #aaa;
border: 1px solid #999;
background: #DDDDDD;
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
background: -moz-linear-gradient(top,  #FFFFFF,  #DDDDDD);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FFFFFF,EndColorStr=#DDDDDD)";
}


