@charset "UTF-8";
/* CSS Document */

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
 
form label {
	cursor: pointer;
	font-size:10px;
}
 
input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
 
.button {
	padding: 3px 0px;
	text-align:left;
	border: none;
	/*border-bottom:1px solid;*/
	/*background: url(../images/grad1.gif) repeat-x top #333333;*/
	background:#FFF;
	color: #e6ac00;
	font-size: 11px;
	text-transform: uppercase;
}
 
.button:hover, .button:focus {
	color: #666;
}
 
* html .button {
	padding: 2px 0 !important; /*IE 6*/
}
 
*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}
 
.inputbox {
	background: #FFFFFF;
	width:250px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
 
.inputbox:hover, .inputbox:focus {
	background-color: #F0F0F0;
}

