/* CSS Document */
input
{ 
	font-family:Helvetica, Arial; 
	font-size:12px; 
	line-height:14px; 
	font-weight:bold; 
	color:black; 
	border-left:3px double #9A161D; 
	border-right:medium none #FBFCFD; 
	border-top:medium none #FBFCFD; 
	border-bottom:3px double #9A161D; 
	padding-left:3px; 
	background-color:#ffef47;
	width:300px; 
}

.input_button
{ 
	font-family:Helvetica, Arial; 
	font-size:12px; 
	line-height:14px; 
	font-weight:bold; 
	color:black; 
	border-left:3px double #9A161D; 
	border-right:3px double #9A161D; 
	border-top:3px double #9A161D; 
	border-bottom:3px double #9A161D; 
	padding:0px; 
	background-color:#ffef47;
	width:120px; 
}

.header
{
	font-family:Arial; 
	font-size:14px;
	line-height:18px; 
	font-weight:bold; 
}
