/* Start of CMSMS style sheet 'FormBuilder Default Style' */
/* Sample FormBuilder CSS base */
.formbuilderform {
         width: 95%;
         background-color: #0173bc;
         border: 1px solid #c2d0eb;
         color: #c2d0eb;
         font-size: 90%;
         padding:5px;
         margin-bottom: 10px;
         height: 135px;
}
.formbuilderform .fbsubmit {
		clear:both;
		margin-left:96px;
		width:125px;
		height:31px;
		background:#c2d0eb;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		cursor:pointer;
}

.formbuilderform label {
		display:block;
		font-weight:bold;
		text-align:right;
		width:40px;
		float:left;

}


.formbuilderform input {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:155px;
		margin:2px 0 5px 10px;
}


textarea {
	margin: 0.5em 0;
	width:96%;
	height: 6em
}

.submit {margin-top:0.5em}

fieldset div div {


}
fieldset {
        height: 70px;
        border:none;
}


legend {
	color:#c2d0eb;
	font-size:1.2em;
	width:auto;

}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

 .formbuilderform .submit {        


}


/* Sample FormBuilder CSS base */
#content .formbuilderform {
         width: 250px;
         background-color: #0173bc;
         border: 1px solid #c2d0eb;
         color: #c2d0eb;
         font-size: 90%;
         padding:5px;
         margin-bottom: 10px;
         height: 200px;
}
#content .formbuilderform .fbsubmit {
		clear:both;
		margin-left:96px;
		width:125px;
		height:31px;
		background:#c2d0eb;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		cursor:pointer;
}

#content .formbuilderform label {
		display:block;
		font-weight:bold;
		text-align:right;
		width:40px;
		float:left;

}


#content .formbuilderform input {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:155px;
		margin:2px 0 5px 10px;
}


#content textarea {
	margin: 0.5em 0;
	width:96%;
	height: 6em
}

#content .submit {margin-top:0.5em}

#content fieldset div div {


}
#content fieldset {
        height: 120px;
        border:none;
}


#content legend {
	color:#c2d0eb;
	font-size:1.2em;
	width:auto;

}
#content textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

#content .formbuilderform .submit {        


}



/* End of 'FormBuilder Default Style' */

