/* General Form Layout */
form#lightform {
	text-align: left;
	float: left;
	clear: both;
	width: 500px;
}

#lightform label {
	display: block;
	margin-top : 8px;
	width: 100%;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #424242;
	float: left;
	clear: both;
}

#lightform input {
	margin: 0;
	margin-top: 10px;
	float: left;
	clear: both;
}

#lightform img {
    float: none;
    margin: 0px;
    border: none;
    padding: 0px;
}

#lightform textarea {
	overflow: auto;
	margin-right: 10px;
	clear: both;
	border: 1px solid #CCC;
}

#lightform .red {
	color: #CC9900;
	font-weight: bold;
	font-size: 10px;
}

/* Congratulation message */
#lightform .msgsent {
	background: transparent url(../images/msgsent.gif) no-repeat top left;
}

/* Error message */
#lightform .msgerror {
	background: transparent url(../images/msgerror.gif) no-repeat top left;
}

#lightform .msgsent p, #lightform .msgerror p {
	color:#999;
	margin-left: 45px;
}

#lightform .msgsent h2, #lightform .msgerror h2 {
	color:#555;
	margin-left: 45px;
}

#lightform .poweredby {
	padding-left: 20px;
	color: #999;
}

/* AJAX Div's */
#log {
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat 0 0;
}
