/* Start of CMSMS style sheet 'LM Form Builder' */
.lmcontact div {
	padding: 5px;
}

.lmcontact div label {
	display: block;
}

.lmcontact div.required {
	color: #000;
        font-weight: bold;
}

.lmcontact fieldset {
	padding: 10px;
	background-color: #eee;
	border:1px solid #fff;
}

.lmcontact fieldset div {
	margin: 0 0 5px 5px;
}

.lmcontact fieldset label {
	width: auto;
	padding: 0 0 3px 0;
}

.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center;
}

.captcha img {border:1px solid #F60; margin-bottom:0.5em;}
.captcha input {width:196px; margin-top:0.5em;}

.submit { margin-top:0.5em; }
/* End of 'LM Form Builder' */

