/* the main layout */

.contentForm {
	width: 648px;
	float: none;
	/* [disabled]margin-right: auto; */
	font-family: Rosario, "Nimbus Sans L", sans-serif;
	/* [disabled]font-size: 0.9em; */
	font-weight: lighter;
	color: #FFF;
	font-size: 0.9em;
	text-align: left;
	background-image: url(images/pattern2.png);
	margin-left: 335px;
	height: 760px;
	padding-top: 35px;
}
/* and now the form formatting itself */
label {
	display: block;
	float: left;
	clear: left;
	Width: 280px;
	line-height: 16px;
	margin-bottom: 3px;
	text-align: left;
	/* [disabled]background-color: #000; */
	margin-top: 9px;
	margin-right: 0;
	margin-left: 0;
	color: #f48f95;
	font-size: 0.85em;
}

input, textarea, select {
	margin: 0;
	padding: 2px;
	font-size: 1em;
	color: #666666;
	border: 1px solid #ccc;
	margin: 5px 0;
	text-align: left;
	background-color: #FFF;
}   

input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
	text-align: left;
}

input.button {
	cursor: pointer;
	/* [disabled]font-weight: bold; */
	width: 123px;
	height: 37px;
	/* [disabled]margin-left: 6px; */
	background-image: url(images/send.png);
	background-repeat: no-repeat;
	background-position: -1px top;
	margin-top: 15px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.errormsg {
	display: block;
	width: 90%;
	/* [disabled]height: 22px; */
	/* [disabled]line-height: 22px; */
	color: #FF3300;
	/* [disabled]font-weight: bold; */
	/* [disabled]background: #FF9D9D url(images/stop.gif) no-repeat 10px center; */
	/* [disabled]padding: 3px 10px 3px 40px; */
	/* [disabled]border-top: 2px solid #FF0000; */
	/* [disabled]border-bottom: 2px solid #FF0000; */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.msgSent {
	font-size: 20px;
	text-align: left;
}
