.info {
	font-weight: normal; COLOR: black; background-color: transparent
}
.warn {
	font-weight: normal; COLOR: rgb(120,0,0); background-color: transparent
}
.error {
	font-weight: bold; COLOR: red; background-color: transparent
}
.normText { font-weight: normal; color: #363636; }
.blackText { color: #363636; }

#formDiv {
	padding: 10px;
	text-align: center;
}
#form1 table { width: 500px; margin-right: auto; margin-left: auto; border-width: 0px; }

#form1, #form1 td {
	font-family:Tahoma;
	font-size:11px;
	color:#363636;
}

#form1 th {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
}

#form1 td {
	background-color: #F2F2F2;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}
#form1 input {
	margin-bottom: 2px;
}
#form1 select {
	margin-bottom: 2px;
}
#comments {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#comments div {
	text-align: left;
}


#form1 textarea{
		overflow:auto
}
input { }
.required, .optional, .field { background-image: url(images/dashed.gif); background-repeat: repeat-x; background-position: bottom; vertical-align: middle; padding-bottom: 3px; }
.required { font-weight: bold; color: #b24851!important; }
.field {
	font-weight: normal;
}

.optional {
	font-weight: normal;
}
.submitDiv {
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.submitButton {
	/*background-image: url(images/send.gif);
	background-repeat: no-repeat;
	*/
	width: 51px;
	font-weight: bold;
	color: #DDDDDD;
	margin-top: 5px;
	font-size: 9px!important;
	height: 25px;
	background-position: center center;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #666666;
	padding: 2px;
}
.submitButton:hover
{
background: #DFDFDF;
color: #BE5811;
text-decoration: none;
}
