@charset "utf-8";
/* CSS Document */

#request-info .error {
	color: red;
	text-decoration: blink;
	font-weight: bold;
	}

#request-info textarea {
	margin-bottom: 1em;
	}
	
#request-info .textbox label {
	display: block;
	float: left;
	width: 100px;
	height: 1.2em;
	overflow: hidden;
	}
#request-info .textbox input {
	display: block;
	height: 1.2em;
	overflow: hidden;
	}
	
#request-info .checkbox label, #request-info .checkbox input {
	display: inline;
	}
	
#input-name, #input-company, #input-email, #input-telephone, #input-fax { margin-bottom: 3px; }
	
#input-type { margin-bottom: 1em; }
#input-type li { list-style: none; padding-top:3px; }
#input-type p { margin-top: 1em; margin-bottom: 0px; }
	
#input-timetocall.textbox label {
	width: 200px;
	overflow: visible;
	}
#form-buttons {
	width: auto;
	border-top: 1px solid #efefef;
	clear: both;
	float: none;
	margin-top: 1em;
	padding-top: 1em;
	margin-right: 83px;
	text-align: center;
	}