@CHARSET "UTF-8";
/*-------------------- custom form ----------------------*/
	#custom_form {
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	
	background-color:#ddeef6;
	width:500px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	/*padding:50px;*/
	top: 24.5px; 
	right: 0px; 
	margin-top:10px;
	margin-right: 0px;
	*margin-right: -1px;
	margin-botton: 10px;
	margin-left: 10px;
	color:#789;
	font-size:11px;
}

#custom_form input[type=text], #custom_form input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#custom_form textarea{
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:403px;
}

#custom_form select{
-moz-border-radius:4px;
-webkit-border-radius:4px;
width:auto;
border:1px solid #ACE;
font-size:13px;
margin:0 0 5px;
padding:5px;
background-color:#ffffff;
}




#custom_form p {
	margin:0;
	
}
#custom_form a {
	/*color:#6AC;*/
	color:#ffffff;
}
#custom_form label {
	font-weight:normal;
	font-size:13px;
	color: #444;
}

#custom_form label.contact_error {
    color: #FF0000;
    padding: 4px 55px 0 50px;
    text-align: center;
}

#custom_form p.big {
	color: #444;
 	background-color: transparent;
 	font-size: 18px;
 	margin: 0px 0px 10px 13px;
 	padding:0px 0 6px 0;
}
#custom_form p.forgot, #custom_form p.complete {
	clear:both;
	margin:5px 0;
}
#custom_form p a {
	color:#27B!important;
}
/*--------------------- end custom form ---------------*/
#custom_signup {
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	float:left;
	background-color:#ddeef6;
	width:210px;
	z-index:100;
	border:1px transparent;
	text-align:left;
	padding:50px;
	top: 24.5px; 
	right: 0px; 
	margin-top:10px;
	margin-right: 0px;
	*margin-right: -1px;
	margin-botton: 10px;
	margin-left: 110px;
	color:#789;
	font-size:11px;
}

#custom_signup input[type=text], #custom_signup input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#custom_signup p {
	margin:0;
	
}
#custom_signup a {
	color:#6AC;
}
#custom_signup label {
	font-weight:normal;
}
#custom_signup p.big {
	color: #444;
 	background-color: transparent;
 	font-size: 18px;
 	margin: 0px 0px 10px 13px;
 	padding:0px 0 6px 0;
}
#custom_signup p.forgot, #custom_signup p.complete {
	clear:both;
	margin:5px 0;
}
#custom_signup p a {
	color:#27B!important;
}

#auth_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('../images/template/buttons/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 35px 5px ;
	font-size:11px;
	margin:0 5px 0 98px;
	font-weight:bold;
}
#auth_submit::-moz-focus-inner {
padding:0;
border:0;
}
#auth_submit:hover, #auth_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#btn-red {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('../images/template/buttons/bg-btn-red.png') repeat-x scroll 0 0;
	border:1px solid #bd272a;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 30px 5px ;
	font-size:11px;
	margin:0 5px 0 98px;
	font-weight:bold;
}

#btn-red::-moz-focus-inner {
padding:0;
border:0;
}
#btn-red:hover, #btn-red:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#btn-green {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('../images/template/buttons/bg-btn-green.png') repeat-x scroll 0 0;
	border:1px solid #628526;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 30px 5px ;
	font-size:11px;
	margin:0 5px 0 98px;
	font-weight:bold;
}
#btn-green::-moz-focus-inner {
padding:0;
border:0;
}
#btn-green:hover, #btn-green:focus {
	background-position:0 -5px;
	cursor:pointer;
}
#btn-blue {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('../images/template/buttons/bg-btn-blue.png') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 30px 5px ;
	font-size:11px;
	margin:0 5px 0 98px;
	font-weight:bold;
}
#btn-blue::-moz-focus-inner {
padding:0;
border:0;
}
#btn-blue:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#form_error{
	color:#FF0033; 
	font-size:10px;
}

/* FORM BTNS START */

.input-btn-blue {
    background: url("../images/template/buttons/bg-btn-blue.png") repeat-x scroll 0 0 #3399DD;
    border: 1px solid #3399DD;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    margin: 0 5px 0 98px;
    padding: 4px 35px 5px;
    text-shadow: 0 -1px 0 #3399DD;
}
.input-btn-blue:hover, .input-btn-blue:focus {
	background-position:0 -5px;
	cursor:pointer;
}

/* FORM BTNS END */


