/* Start of CMSMS style sheet 'tkg-form' */
#right-column .contact-form {
background: none;
margin: 0 10px;
}
.contact-form {margin: 0 auto; width: 620px}
.contact-form p {padding: .3em 0;}

/* Sample FormBuilder CSS base */
	.contact-form form {margin:10px;}
	.contact-form form, td, th, li { font-size: 100%}
	.contact-form form div {margin-bottom:0}
	.contact-form fieldset div {
		margin-bottom:0.5em;
		margin-left:1em;
	}
	.contact-form fieldset div div {
		margin-top:0.5em;
		margin-left:1em
	}
	.contact-form fieldset {
		margin:10px 0;
		border:1px solid #C03A17;
		padding:0.5em
	}
	.contact-form fieldset label {
		width:auto; display: block; font-size: 11px;
	}
	.contact-form legend {
		color:#FFF;
		background:#C03A17;
		font-style:italic;
		font-size:1.2em;
		margin-bottom:0.5em;
		padding:0.2em;
		width:auto;
		border:1px solid #C03A17;
	}
	.contact-form textarea {
		margin: 0.5em 0;
		width:98%;
		height: 6em
	}

.submit input {
background: none; 
border: 0;
cursor: pointer;
padding: 0;
font-size: 12px;
font-weight: bold;
color: #C03A17;
width: 200px;
}

.submit input:hover {
color: #777777;
}

.contact-form input { width: 200px; font-size: 12px;}
.contact-form .radio-buttons input { width: 20px;}

#m3fbrp_captcha_phrase {
border-top: 2px solid #5F5F5F;
border-left: 2px solid #5F5F5F;
border-bottom: 1px solid #dddddd;
border-right: 1px solid #dddddd;
}
   

	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.contact-form .short-label label {float:left; width:10em}
	.contact-form .short-label fieldset div input,
	.contact-form .short-label fieldset div select {width:16em; font-size: 12px;}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:240px;
		text-align:center;
                float: left;
	}
	.captcha img {border:1px solid #C03A17; margin-bottom:0.5em}
	.captcha input {width:196px; margin-top:0.5em; height: 12px; text-align: center;}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em; width: 210px; float: left; text-align: center;}

.contact-form .radio-buttons label{display: inline;}

.fb_invalid {color: red;}
.fb_invalid label {color: #000; font-weight: bold;}

#m4fbrp_captcha_phrase { width: 100px; background: #EBEAD8; border: 1px solid #AFAC83; height: 20px; font-size: 16px; }

.contact-form select {font-size: 12px;}
/* End of 'tkg-form' */

