.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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

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

#recaptcha_data {
	float:left;
	width:306px;
}
#recaptcha_image {
	border:1px solid #cccccc;
	border-bottom:none;
	padding:2px;
	padding-bottom:0;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
}
#recaptcha_response_field {
	width:298px;
    padding-top:6px;
    height:17px;
    font-size:1.2em;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-topright:0;
}
#recaptcha_controls {
	float:left;
	width:125px;
	font-size:0.8em;
	color:#666;
	border:1px solid #cccccc;
    border-left:0;
	height:70px;
	padding:8px 10px 8px 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#recaptcha_controls h3 {
	margin:0 0 .5em 0;
	font-size:10px;
}
#recaptcha_controls ul {
	margin:0 0 8px 0;
	padding:0;
}
#recaptcha_controls li { list-style-type:none; }
ul#key li { list-style-type:none; }

input[type="text"], input[type="password"], input[type="submit"], input[type="button"], select, input[type="checkbox"], input[type="file"] { padding-top:7px; font-family:inherit; font-size:1.2em; border:1px #cccccc solid; padding:3px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }
input[type="text"], input[type="password"], input[type="submit"], input[type="checkbox"], input[type="file"] { height:18px; }
input[type="submit"], input[type="button"] { height:27px; }
input[type="submit"], input[type="button"] { float:right !important; }
input[type="submit"]:hover, input[type="button"]:hover { background-color:#f2f2f2; cursor:pointer; }
textarea {font-family:inherit; font-size:inherit; border:1px solid #999999; padding:2px; -webkit-border-radius:5px; -moz-border-radius:5px; }
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;
    border:0;
}
fieldset legend {
    font-size:1.4em;
}

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