@charset "utf-8";
/* CSS Document */

body { font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#FFF; }
ul {
	list-style:none; 
	/*put a hack here*/
	margin-left:-40px; /*all browsers */
	*margin-left:0px; /*ie6 and IE7 */
	_margin-left:0px; /* ie6 only */	
}
input#textfield{
	font-size:16px;
	line-height:18px;
	width: 240px;
	background-color: #FFF;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
 input#submit1{
 	font-size:12px;
	line-height:18px;
	width: 40px;
	height:31px;
	line-height:18px;
	background-color: #333;
	color:#FFF;
	border:none;
	padding-bottom:5px;

}
.small {font-size:10px;}

