﻿input 
{           background: #ffffff; 
			border: 1px solid #2c567c; 
			color: #2c567c; 
			font-weight: normal; 
			font-family: Verdana,sans-serif; 
			height: 16px;
			width: 150px; 
			font-size: 12px; 
            text-decoration: none; 
            -moz-border-radius-bottomleft: 2px; 

            -moz-border-radius-bottomright: 2px; 

            -moz-border-radius-topleft: 2px; 

            -moz-border-radius-topright: 2px; 

} 

input:hover 

{ 

            border: #97b800 1px solid; 

} 
textarea {
	background: #ffffff; 
			border: 1px solid #4480b4; 
			color: #94b800; 
			font-weight: normal; 
			font-family: Verdana,sans-serif; 
			height: 39px;
			width: 220px; 
			font-size: 12px; 
            text-decoration: none; 
            -moz-border-radius-bottomleft: 2px; 

            -moz-border-radius-bottomright: 2px; 

            -moz-border-radius-topleft: 2px; 

            -moz-border-radius-topright: 2px; 

	
}
select {
		font-size: 12px;
	
}
