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

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

#signup .textbox, #signup .selectfield, #signup textarea {
	margin-bottom: 1em;
	}
#signup .textbox label, #signup .selectfield label {
	display: block;
	float: left;
	width: 100px;
	height: 1.2em;
	overflow: hidden;
	}
#signup .textbox input, #signup .selectfield input {
	display: block;
	height: 1.2em;
	overflow: hidden;
	}
	
#signup .checkbox label, #signup .checkbox input {
	display: inline;
	}
#input-type { margin-bottom: 1em; }
#input-type li { list-style: none; }
#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;
	text-align: center;
	}