/* Start of CMSMS style sheet 'Module: FormBuilder' */
textarea{
  width: 250px; 
  height: 150px;
  font-family:Verdana;
  font-size:10pt;
  background-color:FFFFFF;
  border-style:solid;
  border-width:1px;
  border-color: #6685CC;
  -moz-border-radius: 3px 3px 3px 3px;
}

input {
  font-family:Verdana;
  background-color:FFFFFF;
  border-style:solid;
  border-width:1px;
  border-color: #6685CC;
  -moz-border-radius: 3px 3px 3px 3px;
}

table.formbuilderform {
	border-width: thin thin thin thin;
	border-spacing: 2px;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.formbuilderform2 {
	border-width: thin thin thin thin;
	border-spacing: 2px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: separate;
	background-color: white;
}
table.formbuilderform th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;	
	background-color: white;
        border-color: #6685CC;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.formbuilderform td {
        width:200px;
	//border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: white;
	background-color: white;
	-moz-border-radius: 1px 1px 1px 1px;
        text-align:left;
}

table.formbuilderform2 td {
        width:250px;
	border-width: 1px 1px 1px 1px;
        padding: 5px;
	border-style: solid solid solid solid;
	border-color: #CCCCCC;
	background-color: white;
	-moz-border-radius: 1px 1px 1px 1px;
        text-align:left;
}
/* End of 'Module: FormBuilder' */

