/* Forms CSS */

#form {
	width: 380px;
	float: left;
	}

.row {
	clear: both;
	width: 100%;
	padding: 10px 0 0 0;
	margin: 0;
	}

.labelclass {
	font-weight: bold;
	color: #000000;
	}
	
.textbox {
	font-size: 14px;
	font-family: "Arial Rounded MT Bold", Geneva, Arial, sans-serif;
	background: url(../img/rowBackground.jpg) no-repeat;
	border: none;
	height: 25px;
	padding-left: 10px;
	}

.textarea {
	font-size: 14px;
	font-family: "Arial Rounded MT Bold", Geneva, Arial, sans-serif;
	border: none;
	height: 100px;
	padding-left: 10px;
	}


div#erorrmsg {
	background-color: #fff;
	padding: 30px 0 10px 0;
	margin: auto;
	width: 300px;
	}

fieldset {	
	width: 360px;
	margin: 0;
	font-size: 1.8em;
	padding: 10px;
	background-color: FF9900;
	}

fieldset legend, fieldset label {
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	}

fieldset legend {color: #CC6600;}

fieldset input, fieldset textarea, fieldset label {
	display: block;
	width: 350px;
	}

.submit {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    font-size: 100%;
    line-height: 100%;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
    border: 1px solid #529214;
    background-color: #f5f5f5;
}

