body {
background-image:url(images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#b5ae9c;
}

body, td, input, textarea {
font-family:Tahoma, Arial;
font-size:11px;
line-height:16px;
}

td {
}

#footer {}
#footer a {color:#979797;}
#footer a:hover {text-decoration:underline;}

h1 {
margin:0 0 15px 0;
padding:0px;
color:#c62b24;
font-size:17px;
}

h2 {
margin:0 0 15px 0;
padding:0px;
color:#102b74;
font-size:15px;
}

hr {size:1px; height:1px; border-bottom:1px dotted #8e8e8e;}

p.success {
color:#102A74;
font-weight:bold;
}

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

input.required, textarea.required {
	border: 1px solid #102A74;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #C62B24;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #4866B7;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C62B24;
	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 {

}