a {text-decoration:none;}
a:link {color:#252525; cursor:pointer;}
a:visited {color:#252525;}
a:hover {color:#ff8200;}
a * {color:#252525;text-decoration:none;}

#container 
{
	width:230px;
	margin: 0 auto;
	padding:5px;	
	border: 0px solid #ffffff;
	background:transparent;
}

img {border: none}

#container h1 
{
	font-size: 130%;
	color:#311901;
	margin-bottom: 20px;
}


form  p
{
margin: .6em 0 ;
padding:3px 0 5px 0;
}




fieldset {
	border:0px dashed #808080;
   -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   border-radius: 20px;
	padding: 0px;
	margin: 0 0 10px 0;
}


legend {	 

	font-size: 140%;
	font-family: geogia;
	font-style: italic;
	color:#fff;
	background: #311901;
	padding: 5px 8px;
	border:0px solid #ddd;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;

}

label {
	font-family: verdana;
	width:230px;
	height:18px;
	line-height: 25px;
	margin-right: 5px;	
	margin-top: -15px;
	padding-left:6px;	
	background:transparent;	
	float:left;
	display:block;	
	font-size: 14px;
	color:#999;
}

#privacy{
	font-family: verdana;
	padding-left:6px;
	font-size: 14px;
}

input[type="text"] {
 background-color:#f5f4f4;
        color: #808080;
	width:190px;
        border: 2px solid #ff8200;
        font-family: Verdana;
        font-weight: bold;
        font-size: 13px;
        height: 35px;
        padding: 0 20px;
        margin: 5px 0 0 0;
	     -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}


textarea {

 background-color:#f5f4f4;
        color: #808080;
	width:190px;
        border: 2px solid #ff8200;
        font-family: Verdana;
        font-weight: bold;
        font-size: 13px;
        height: 80px;
        padding: 0 20px;
        margin: 5px 0 0 0;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}

p.file {
	width: 190px;
	height: 35px;
	background: url(upload.png) no-repeat;

}

input[type="file"]{
	display: block;
	width: 190px;
	height: 55px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
	
	

        #container input:focus, #container select:focus {
            border: 2px solid #252525;
            color: #252525;
        }

 #container textarea:focus, #container select:focus {
            border: 2px solid #252525;
            color: #252525;
        }

 #container input[type="submit"]:focus, #container select:focus {
	border: solid 0px #252525;
            color: #ffffff;
        }

 #container input[type="reset"]:focus, #container select:focus {
	border: solid 0px #252525;
            color: #ffffff;
        }

input:focus{
 outline:none;
}

textarea:focus{
 outline:none;
}

input[type="submit"], input[type="reset"] {
	border: solid 0px #252525;
	cursor: pointer;
	background-color: #252525;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	height: 36px;
	width:100px;
	text-decoration: none;
	color: #ffffff;
	margin-left:7px;
	margin-top:10px;

}

input[type="submit"]:hover, input[type="reset"]:hover {background-color:#ff8200;}