
/*form*/
form {
	margin:0; width:470px;
}
.module-border form {
	padding:15px 15px 0 15px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border:1px solid #aaa;
	color:#444;
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, .2);
	box-shadow:0 0 3px rgba(0, 0, 0, .2);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input:focus {
	border:1px solid #aaa;
	color:#444;
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, .2);
	box-shadow:0 0 3px rgba(0, 0, 0, .2);
}
textarea {
	min-height:60px;
}
label, legend {
	display:block;
/*  text-transform:uppercase;*/
	
}
select {


	
}
input[type="checkbox"] {
	display:inline; float:left; margin:3px 5px 0 10px;
}
label span, legend span {
	font-weight:normal;
	font-size:13px;
	color:#444;
}
.error {
	color:#CF202E;
	color:rgba(208, 32, 47, 1);
}
label.error {
	margin:-15px 0 15px;
}
input[type="submit"], .module-border input[type="submit"] {
	width:100px;
}
/*main*/
