@CHARSET "UTF-8";

/******* /CONTAINER *******/
/******* FORM *******/

#usaForm input.error{
	background: #ff7d72;
	border-color: #a84740;
	color:#a8150b;
}

form#usaForm input[type="text"]:focus, form#customForm textarea:focus { outline: none; background-color: #fff;
}

#customForm{
	padding: 0 10px 10px;
	margin-left:20px;
}
#customForm label{
color:#333;
	width: 50px;
	margin-left:0px;
	font-size:16px;
	font-weight: 700;
}
#customForm input[type="text"]{
	  resize: none; background-color: #e9e9e9; text-align:left; border: 2px solid #BCBCBC;  padding:4px 12px; font-size:18px; color:#333; float:left;  width: 260px; color: #000; margin-bottom:10px;
}
#customForm input.error{
	background: #ff7d72;
	border-color: #a84740;
	color:#a8150b;
}
input,textarea:focus{outline: 0 none;}
.noFocus:focus {
    outline: none;
}
#customForm textarea{
	font:16px Arial, Helvetica, sans-serif; resize: none; background-color: #e9e9e9; text-align:left; border: 2px solid #BCBCBC;  padding:4px 12px; font-size:16px; color:#333; float:left;  width: 260px; color: #000; margin-bottom:10px; font-size:18px;}
form#customForm input[type="text"]:focus, form#customForm textarea:focus { outline: none; background-color: #fff;
}
#customForm textarea.error{
	background: #ff7d72;
	border-color: #a84740;
	color:#a8150b;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #a8150b;
}

#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/

#submit{  padding:4px 12px; font-size:16px; font-weight:700; width: 120px; text-align:center;  border:none; background-color:#333;
	color:#fff; font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; float:left; }
#submit:hover {background-color:#dc3434; color:#fff;}
#submit:active { background-color:#333;}
	
::-webkit-input-placeholder { color:#CACACA; }
form#customForm input:-moz-placeholder { color:#CACACA; }
form#customForm textarea:-moz-placeholder { color:#CACACA; }
form#customForm input:-ms-input-placeholder { color:#CACACA; }
form#customForm textarea:-ms-input-placeholder { color:#CACACA; }

.placeholder { color:#333; } /* from the polyfill */

::-webkit-input-placeholder { color:#CACACA; }
form#loginForm input#user:-moz-placeholder { color:#CACACA; }
form#loginForm input#pass:-moz-placeholder { color:#CACACA; }
#loginForm table tr td #user:-ms-input-placeholder { color:#CACACA; }
#loginForm table tr td #pass:-ms-input-placeholder { color:#CACACA; }
form#loginForm#pass:-moz-placeholder { color:#CACACA; }
.placeholder { color:#CACACA; } /* from the polyfill */





