/* Forms
---------------------------------------- 
    background:url(../images/sqform.png) repeat;
*/
#form1 {
}
#form1 .success {
	padding-bottom:0px;
	display:none;
	margin-top:-40px;
	background-color:yellow;
	color:black;
}
#form1 input {
	margin:0;
	width:315px;
	height:22px;
	
	border:1px solid #655053;
	padding:5px 10px;
	color:black;
	font:12px Tahoma, "Times New Roman", Times, serif;
}
#form1 message {
	height:250px;
}
#form1 a {
	margin-left:20px;
	float:right;
	margin-top:0px;
}
    #form1 textarea {
        overflow: auto;
        margin: 0;
        width: 488px;
        height: 102px;
        border: 1px solid #655053;
        padding: 5px 10px;
        color: black;
        font: 12px Tahoma, "Times New Roman", Times, serif;
        resize: none;
    }
#form1 label {
	position:relative;
	min-height:30px;
	display: inline-block;
	padding-bottom: 6px;
}
#form1 .error, #form1 .empty {
	font-size:10px;
	color:red;
	line-height:10px;
	display:none;
	width:100%;
	margin-top: 0px;
}
/* Form defaults */
input, select, textarea {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}
