/* Start of CMSMS style sheet 'form.css' */
#content form
    {
    }

#content label
    {
    float: left;
    width: 120px;
    text-align: right;    
    margin-right: 15px;
    }

#content input
    {
      width: 200px;
border-width: 1px;
    border-style: solid;
    border-color: #cccccc;   
    margin-bottom: 10px;
    }



#content textarea
    {
    width: 200px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    margin-bottom: 10px;
    }

	
/* Sample FormBuilder CSS base */
	form {margin-top:0}
	form, td, th, li { font-size: 100%}
	form div {margin-bottom:0}
	fieldset div {
		margin-bottom:0.5em;
		margin-left:1em;
	}

	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.short-label label {float:left; width:10em}
	.short-label fieldset div input,
	.short-label fieldset div select {width:16em}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:100px;

	}
	.captcha input {width:200px; margin-top:0.5em}

	/* Just a bit more room for the Submit button */



#content .fbsubmit {
margin-top: 0.5em;
background-color: #7db50a;
color: #FFFFFF;   
font-size: 12px;
height:20px;
width:130px;
float:right;
margin-right:35px;
}

/* End of 'form.css' */

