@charset "UTF-8";

.AFormField{
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom:1px solid #ccc;
}

.aform-input{
/*	-webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);*/
	box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
/*	-webkit-border-radius: .6em;*/
	border-radius: 5px;
	width: 95%;
	font-size: 1em;
}
input[type="text"],
input[type="password"]{
	padding: 5px;
}

.aform-radio ,
.aform-checkbox,
.aform-calendar{
	width: auto;
}


div.aform-content .submit{
	margin-top:20px;
	text-align:center;
}
.submit input{
	font-weight: bold;
	font-size: 1em;
	width: 100%;
	padding: 10px 20px;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
	-webkit-appearance: button;
	border-width:1px;
	border-radius: 1em;
	background-color : #eee;
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fdfdfd),color-stop(1,#eee));
}
.submit input[type="submit"]{
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ddd),color-stop(1,#bbb));
}
#aform-confirm-form .submit input{
	width: auto;
}

.aform-error-list{
	color: #c00;
}


/*
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #D92B00;
	color : #D92B00;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #D92B00;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
/*	font-weight: bold;*/
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

.aform-header{
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0 1em;
	padding: 3px 0;
	border-bottom: 1px solid #ccc;
}
.aform-hdln{
	font-size: 120%;
	font-weight: bold;
	margin: 2em 0 0.5em;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
}

div.aform-content dl{
	margin-bottom: 1em;
	padding-bottom: 1em;
}
div.aform-content dl dt{
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.aform-content input.aform-checkbox,
div.aform-content input.aform-radio{
	margin-right: 5px;
}

div.aform-content ul.aform-payment li{
	margin-bottom: 0.8em;
}
div.aform-content .aform-payment .aform-payment-description{
	margin-top: 3px;
}
div.aform-content .aform-payment .aform-payment-description table th{
	font-weight:normal;
	padding: 2px 5px 2px 0;
	vertical-align: top;
	text-align:left;
}
div.aform-content .aform-payment .aform-payment-description table td{
	padding: 2px 5px 2px 0;
}
div.aform-content .aform-payment .aform-payment-description .aform-input{
	width: auto;
}


div.aform-content span.required{
	color:#fff !important;
	font-weight: normal;
	background:#D92B00;
}
div.aform-content .aform-input-example{
	color:#555;
	margin-bottom: 0.5em;
}
div.aform-content .aform-note{
	margin-bottom: 1em;
	padding: 5px 8px;
	background:#f3f3f3;
}

dl.aform-error-list dt{
	font-size:120%;
	padding-left:16px;
	background: url(images/icons/warning_y.gif) 0 50% no-repeat;
}
dl.aform-error-list dd{
	margin-left:16px;
	display:list-item;
}


div.aform-content p.powerdby{
	text-align: right;
	font-size: 70%;
	margin: 1em 0;
}
div.aform-content p.powerdby a{

	color: #fff;
	padding:0 5px;
	background:#BAD7E4;
	text-decoration:none;
}
div.aform-content p.powerdby a:hover{
	background:#75AECA;
}

div.aform-content .aform-demo{
	text-align: center;
	margin: 2em 0;
	padding: 5px 10px;
	border: 1px solid #EE7BA0;
	background: #FDECF1;
}
div.aform-content .aform-demo a{
	color: #903;
	font-weight:bold;
	margin: 0 5px;
}

/*----------------------------------*/

#aform_result{
	color: #c00;
	font-weight: bold;
	font-size: 110%;
	margin: 15px auto;
	padding: 10px 15px;
}
#aform_result a{
	margin: 0 1em;
}

/*----------------------------------*/

div.aform-content dl{
	border-bottom:1px dotted #eee;
}
*/
