.inputerror { border:1px solid #DA3236 !important; float:left; }
label.inputerror { border:0 !important; margin-left:5px; font-weight:normal; color:#DA3236; }
.action, .error {
	color:#FFFFFF;
	width:100%;
	text-align:center;
	padding:6px;
    font-size:0.9em;
	margin:10px;
	position:relative;
	margin-left:auto;
    margin-right:auto;
}

.action { background-color:#38C424; }
.error { background-color:#DA3236; }

ul#key li { list-style-type:none; }

input[type="text"], input[type="password"], input[type="submit"], select, input[type="checkbox"], input[type="file"] { padding-top:7px; font-family:inherit; font-size:1.2em; border:1px #cccccc solid; padding:3px;}
input[type="text"], input[type="password"], input[type="submit"], input[type="checkbox"], input[type="file"] { height:18px; }
input[type="submit"] { height:27px; }
input[type="submit"] { float:right !important; }
input[type="submit"]:hover { background-color:#f2f2f2; cursor:pointer; }
textarea {font-family:inherit; font-size:inherit; border:1px solid #999999; width:100%; height:250px; padding:2px; }
textarea:hover {font-family:inherit; font-size:inherit; border:1px solid #b1e1ef; }
input[type="text"]:focus, input[type="password"]:focus {
	background-color:#fafafa;
	border:1px solid #999;
}

fieldset p {
	clear: left;
	margin: 0;
	padding-top:4px;
	padding-bottom:4px;
}

fieldset {
    padding-bottom:10px;
}
fieldset legend {
    font-size:1.4em;
    padding-top:15px;
}

fieldset label {
	padding-top:4px;
	padding-bottom:4px;
	font-weight: bold;
	float: left;
    width:140px;
}
label.checkbox {
    width:500px !important;
    float: left;
    margin-top:-3px;
}
fieldset input[type="checkbox"] {
    float: left;
    width:30px;
}
