@charset "utf-8";
/* CSS Document */

/* FORM */
.awesomeform p, .awesomebigform p {
	margin:10px 0px;
}
.awesomeform label {
	display:block;
	width:140px;
	float:left;
	text-align:right;
	margin-right:10px;
	padding:2px 0px;
}
.awesomeform select, .awesomeform input, .awesomeform textarea {
	width:200px;
	margin:0px;
}
.awesomeform label span {
	color:#ff005c;
}
.awesomeform .small {
	width:120px;
}
.awesomeform .hint {
	font-size:11px;
	color:#666666;
	margin-left:5px;
}
.awesomeform .error {
	margin:0px; padding:0px;
	font-size:11px;
	color:#FF0000;
	display:block;
	font-weight:bold;
	margin-left:150px;
}

.awesomeform p {
	margin:15px 0px;
}
/* Form edited*/
.awesomeform2 p, .awesomebigform p {
	margin:10px 0px;
}
.awesomeform2 label {
	display:block;
	width:140px;
	float:left;
	text-align:right;
	margin-right:10px;
	padding:2px 0px;
}
.awesomeform2 select, .awesomeform2 input, .awesomeform2 textarea {
	width:190px;
	margin:0px;
}
.awesomeform2 label span {
	color:#ff005c;
}
.awesomeform2 .small {
	width:120px;
}
.awesomeform2 .hint {
	font-size:11px;
	color:#666666;
	margin-left:5px;
	vertical-align:top;
}
.awesomeform2 .error {
	margin:0px; padding:0px;
	font-size:11px;
	color:#FF0000;
	display:block;
	font-weight:bold;
	margin-left:150px;
}

.awesomeform2 p {
	margin:15px 0px;
}
.awesomeform2 #button_submit{
	display:none;
}
.awesomeform2 .submit{
	background-color:#72c725;
	padding:5px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center
}

/* Form Edited ends*/
.awesomebigform label {
	display:block;
	text-align:left;
	padding:5px 0px;
}
.awesomebigform select, .awesomebigform input, .awesomebigform textarea {
	width:350px;
	margin:0px;
}
.awesomebigform label span {
	color:#ff005c;
}
.awesomebigform .small {
	width:200px;
}
.awesomebigform .hint {
	margin:0px; padding:0px;
	font-size:10px;
	color:#666666;
	display:block;
	margin-top:5px;
}
.hint {
	margin:0px; padding:0px;
	font-size:10px;
	color:#666666;
	margin-top:2px;
}
.awesomebigform .error {
	margin-left:5px; padding:0px;
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}
.button {
	padding:5px;
	width:auto !important;
}

/* Password Strength */
#passwordStrength
{
	height:10px;
	display:block;
	float:left;
	/*width:200px;*/
	margin:0px;
}

.strength0
{
	width:200px;
	background:#cccccc;
}

.strength1
{
	width:50px;
	background:#ff0000;
}

.strength2
{
	width:100px;	
	background:#ff5f5f;
}

.strength3
{
	width:150px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:200px;
}

.strength5
{
	background:#399800;
	width:200px;
}

/* Image Class */
.imgClass {
padding:2px;
border:3px solid #eee;
background:#eee;
}

/* Other Items */
.button_dull {	background-image:url(../images/button_dull.jpg);
border:0px none;
	padding:4px 10px 4px 10px; 
	width:auto !important; 
	height:25px;
	cursor:pointer; cursor:hand;
	color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif;
 }
 
/*.button, .button_dull {
	border:0px none;
	padding:4px 10px 4px 10px; 
	width:auto !important; height:20px;
	cursor:pointer; cursor:hand;
	color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif;
}*/


