h6{
	font-family: Arial;
	font-size: 12px;
	letter-spacing:0.02em;
	color: #9d9d9d;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 2px;
}
h5{
	font-family: Tahoma;
	font-size: 18px;
	letter-spacing:0.02em;
	color: #818080;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
h4{
	color: #CCCCCC;
	
}

form {
    width: 700px;
    padding: 20px;
 
}

input {
    width: 220px;
	height: 26px;
	font-size: 11px;
    background: #f0f0f0;
    padding: 6px;
    margin-bottom: 4px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; 
 
}

input:hover {
    
    background: #fffdea;
}

input.submit {
    width: 50px;
    color: #ff0000;
    text-transform: uppercase;
    text-shadow: #000000 1px 1px;
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
 
    
}

select { 
 font-size: 10px;
}