/*
html, body {
	margin: 0;
	padding: 0;
	background: #fff url(images/formbg.gif) top left repeat-y  ;
}
*/
body { margin:0; }

img, table {
	border: none;
	margin: 0;
	padding: 0;
}
html, body, table, td, input, select {
	font: 11px/1.4em Arial, Verdana, Helvetica, sans-serif;
	color: #333;
}
input, select {
	color: black;
}
/*
#content {
	padding-top: 20px; 
	text-align: right;
	width: 400px; 
}
*/

/************************************************************/
/*
#condoform {
	text-align: left;
	margin: 0 0 0 100px;
}
*/

#condoform div.textfields input, 
#condoform input.submit, 
#condoform select {
	position: absolute;
	top: 0;
	left: 100px; 
	width: 200px;
	font-size: 11px; 
}
	#condoform input.submit {
		width: 75px;
	}


#condoform p, #condoform label {
	color:#333;
	position: relative;
	text-align: left;
	display: block;
	margin: 5px 0 0 0;
	width: 330px; 
	height: 20px; 
	padding: 0;
}

#condoform p span, 
#condoform label span, 
span.required {
	color: #A63234;
}

div.thankyou, 
div.error {
	text-align: center;
}

	div.error {
		color: #fff;
		font-weight: bold;
	}

