/* Start of CMSMS style sheet 'css_for_edu_forms' */
/* Forms  */

.formbuilderform1 input, textarea
{
border: 1px solid black;
margin:0 0 1em 0;
width:350px;
}

.formbuilderform2 input, textarea
{
border: 1px solid black;
margin:0 0 1em 0;
/* width:350px; */
}

form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
        border: 1px solid;
	/* border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749; */
}
form#search-form input.txt {
	width: 140px;
	border: 1px solid #736749;
	border-top: 4px solid #635534;
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #fff;
	text-transform: uppercase;
}

div.search-form {
	float: center;
	margin: 0 0 0 0;
}
div.search-form input {
	width: 140px;
	border: 1px solid #000;
	background-color: #dbd6c9;
	color: #fff;
	text-transform: uppercase;
        font-family: "Times New Roman", serif;
}
div.search-form label {
       text-transform: uppercase;
       font-family: "Times New Roman", serif;
}
div.search-form input#but {
        width: 70px;
}

/* comments */
#comments input, textarea {
border: 1px solid black;
margin:0 0 1em 0;
width:350px;
}



/* @end */
/* End of 'css_for_edu_forms' */

