@charset "utf-8";
/* CSS Document */
/* FORMS */
form div {
	clear: both;
	margin-bottom: .1em;
	padding: 1em;
	vertical-align: text-top;
}
form div.input{ color: #444; }
form div.submit{
	border: 0;
	clear: both;
	text-align:right;
}
label{
	float:left;
	width:5em;
	text-align:right;
	margin-right:1em;
	font-weight:bold;
	padding-right:20px;
}
label.error {
  background:url("inc/unchecked.gif") no-repeat 0px 0px;
  padding:2px 5px 2px 2px;
  color:#F66;
  float:right;
  width:auto;
  display:block;
  text-align:right;
  font-weight:normal;
}
label.checked{ background:url("inc/checked.gif") no-repeat 0px 0px; }
input,.btn,select,textarea{
	width:195px;
	border:1px solid #ddd;
	background-color:#fafafa;
	padding:5px;
	margin-right:5px;
}
input:hover,
input:focus{
	border-color:#c5c5c5;
	background:#f6f6f6;
}
input[type=submit],
input.submit{
	width: auto;
	background-color:#f00;
	color:#fff;
	font-weight:bold;
	* cursor: hand;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
