
.clear {
	clear: both;
}

.clickable {
	cursor: pointer;
}

.error {
	display: none;
	padding: 15px;
}

.error, .error_input {
	background-color: #FFCCCC;
	border: dotted #CC0000 1px;
	color: #CC0000;
}

.field {
	clear: left;
	height: 20px;
	padding: 5px;
	margin: 0px;
}

.field_extras {
	float: left;
	padding-left: 5px;
	width: 225px;
}

.field_label {
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 120px;
}

.field_input {
	float: left;
	padding-right: 5px;
}


.hint {
	color: #AAAAAA;
	font-style: italic;
	text-align: center;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.warning {
	background: url("../images/warning.gif");
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color: #FFFF99;
	border: dotted #FF9900 1px;
	color: #FF9900;
	padding: 10px;
	padding-top: 55px;
}





