/************************************************************************************************/
/*                                       Form Styles                                            */
/************************************************************************************************/
#form {width: 300px;height: 20px;}
#formseek {width: 80px;height: 20px;}
#textarea {width: 300px; height: 225px;}
#textareanote {width: 300px; height: 75px;}
#submit {background: url("save.png") no-repeat 0% 50%; width:80px; height: 20px;}
#submitseek {background: url("save.png") no-repeat 0% 50%; width:35px; height: 20px;}
select {width: 300px; height: 20px;}
	
#form, #formseek, #textarea, #textareanote, #submit, #submitseek, select
{border:1px solid #AEADAD; background:white; color:black;font-family:arial;font-size:10px;}
