a {
color: #FF6600;
text-decoration: none;
}

a:hover {
color: #FF6600;
text-decoration: underline;
}

h1 {
	padding: 0;
	margin: 0 0 10px 0;
	
	font-size: 16px;
	line-height: 22px;
	
	color: #FF6600;
}

.form1 {
border: 1px solid #FF6600;
font-family: Verdana;
font-size: 10px;
color: #000000;
height: 16px;
width: 150px;
}

.button {
border: 1px solid #FF6600;
background: #FFFFFF;
font-family: Verdana;
font-size: 10px;
color: #000000;
}

.button_large {
width:				150px;
height:				18px;
border: 1px solid #FF6600;
background: #FFFFFF;
font-family: Verdana;
font-size: 10px;
color: #000000;
margin-top:			5px;
}

hr {
background: #FF6600;
border: none;
border-top: 1px solid #FF6600;
}

legend {
	color:			#FF6600;
	font-size:		12px;
	font-weight:	bold;
}

fieldset {
	border: 1px solid #FFFFFF;
	padding: 5px;
}

.inp_input {
	width:			300px;
	height:			16px;
	
	border:			1px solid #FF6600;
	
	font-family:	Verdana, Arial;
	font-size:		11px;
	line-height:	15px;
	color:			#000000;
}

.inp_input_small {
	width:			150px;
	height:			16px;
	
	border:			1px solid #FF6600;
	
	font-family:	Verdana, Arial;
	font-size:		11px;
	line-height:	15px;
	color:			#000000;
}

.inp_textarea {
	width:			300px;
	height:			60px;
	
	border:			1px solid #FF6600;
	
	font-family:	Verdana, Arial;
	font-size:		11px;
	line-height:	15px;
	color:			#000000;
}

.inp_select {
	width:			200px;
	height:			20px;
	
	border:			1px solid #FF6600;
	
	font-family:	Verdana, Arial;
	font-size:		11px;
	line-height:	15px;
	color:			#000000;
}