input, select, textarea{
	border: 1px solid #D3D3D3;
	background-color: #FAFAFA;
	font-size: 12px;
	line-height: 150%;
}
input.form-error, textarea.form-error, select.form-error {
	border: 1px solid #CD0000;
}
.focus{
	border: 1px solid #FFA500;
	background-color: #FFFFFF;
}
div.submit {
	text-align: center;
}
input.button, a.button {
	display: block;
	background: url(../img/btn.gif);
	background-position: top left;
	width: 210px;
	height: 40px;
	line-height: 40px;
	border: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #5b615e;
	margin: 20px auto;
}
input.button_hover {
	background-position: bottom left;
	cursor: pointer;
	cursor: hand;
}
a.button:hover {
	background-position: bottom left;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}
div.tooltip {
	display: none;
	position: absolute;
	overflow-x: visible;
	overflow-y: visible;
	color: #FFFFFF;
	background-color: #363636;
	padding: 2px 15px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
div.condition {
	font-weight: bold;
	color: #FFA500;
}
div.error-message {
	font-weight: bold;
	color: #CD0000;
}