/** 
* Generated by www.formstylegenerator.com 
**/

/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px dashed #782821;
	/** remember to change image path **/
	background: url(none) no-repeat #782821;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: normal;
	font-size: 14px;
	color: #fdfcfc;
	width:200px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 1px solid #560002;
	/** remember to change image path **/
	background: url(none) no-repeat #560002;
	color: #faf9f9;
}


/** menu **/

#menu dl {width: 200px;  padding: 0 0 10px 0; background: #FEF6E1 url(bottom.gif) no-repeat bottom left;}
#menu dt {margin:0; padding: 10px; font-size: 1.4em; font-weight:bold; color: #fff; border-bottom:1px solid #fff; background: #69c url(top.gif) no-repeat top left;}
#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; border-bottom:1px solid #fff; background: #772720;}



#gallery a, #gallery a:visited {color:#fff; text-decoration:none; display:block; padding:5px 5px 5px 20px;
background: #772720 url(arrow.gif) no-repeat 10px 10px; width:175px;
}
#gallery a:hover {background: #460001 url(arrowr.gif) no-repeat 11px 10px; color:#FFFFFF;}

ol li {font-size:11px;}

