/* General Form Layout */


form#lightform {
	text-align: left;
}


#lightform label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
	font-weight: bold;
	color:#8D031C;
}


#lightform input 
{
margin: 0;
}


#lightform img {
    float: none;
    margin: 0px;
    border: none;
    padding: 0px;
}

#lightform textarea {
  overflow: auto;
  border: none;
}

.blue {
	color: #8D031C;
	font-weight: bold;
}

/* Congratulation message */
.msgsent {
	background: transparent url(../images/msgsent.gif) no-repeat top left;
	width:52px;
	height:52px;
}

/* Error message */
.msgerror {
	background: transparent url(../images/msgerror.gif) no-repeat top left;
	width:52px;
	height:52px;

}

.msgsent p, .msgerror p {
	color:#8D031C;
	margin-left:52px;
	width:400px;
	padding-top:3px;
}

.msgsent h2, .msgerror h2 {
	color:#8D031C;
	margin-left: 52px;
	width:400px;
	padding-top:3px;
	
}


/* AJAX Div's */
#log {
	margin-top: 3px;
}
 
#log_res {
	overflow:visible;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat 0 0;
}