/* Start of CMSMS style sheet 'Astra_form' */
/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset {
border: none;
}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
div.contactform {
}

div.contactform input {
	border: 1px solid rgb(234, 190, 75);
	width: 220px;
}

div.contactform input.fbsubmit{
	border: 1px solid rgb(234, 190, 75); 
	font-size: 12px; color: rgb(0, 0, 0); 
	font-family: Arial; 
	background-color: rgb(249, 248, 247); 
	text-align: justify;
	width: 120px;
}

div.contactform label {
	font-size: 12px;
	color: rgb(0, 0, 0);
	font-family: Arial;
	text-align: justify;
}

div.contactform textarea {
	border: 1px solid rgb(234, 190, 75);
	width: 220px;
	height: 100px;
}

div.contactform legend {
	font-family:Arial;
	font-weight: bold;
	font-size:14px;
	text-align:justify;
}

/* End of 'Astra_form' */

