/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 370px;
	color: #333;
	font-family:"Trebuchet MS";
	font-size:14px;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: #FF0000;
	font-size:15px;
	font-weight:normal;
}
div.error { display: none; }
input,textarea {	border: 2px solid #2A2A2A; font-family:"Trebuchet MS";
	font-size:15px;padding:3px;}
input:focus,textarea:focus{ background-color:#E1FFE1; font-family:"Trebuchet MS";
	font-size:15px;padding:3px;}
input.error,textarea.error { background-color:#FED3D3;font-family:"Trebuchet MS";
	font-size:15px; padding:3px;}

.field-label
{
	color: #fff;
	font-weight: normal;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
	padding-bottom:5px;
}
#uname
{
height:20px;
width:350px;

}
#email
{
height:20px;
width:350px;
}


#txt2
{
height:25px;
width:350px;
}
#comments
{
width:350px;
}
