/******************************************************************************
 * call-back-form
 *****************************************************************************/
div#contact-form-block {
	float:left; width:460px; padding-top:30px;
	background-image:url(../images/dotted-line.gif);
	background-position:top left; background-repeat:repeat-x;
}

div#form-left {
	float:left; width:350px;
}

div#contact-form-block p {
	float:left; clear:both; width:350px;
}

p span.label {
	display:block; float:left; width:90px;
}

form#contactForm input {
	float:left; clear:none; padding:0px 0px 0px 0px; width:240px;
	font-family: Arial, Verdana, sans-serif; font-size:11px;
}
form#contactForm input#submit {
	width:100px;
}

form#contactForm textarea {
	display:block; float:left; width:240px; height:60px;
	font-family: Arial, Verdana, sans-serif; font-size:11px;
	overflow-y:scroll;
}

div#form-right {
	float:right; width:100px;
	background-image:url(../images/contact-jogger.jpg);
	background-position:10px 50px; background-repeat:no-repeat;
}

div#form-right-i {
	float:left; width:100px; margin-top:145px;
}

html>body div#form-right-i { margin-top:146px; }

form#contactForm input#submit {
	display:block; float:right; margin:0px; padding:0px;
}