textarea {
	resize:none;
}

.file {
	border:none;
}

select{
	border:solid 1px #baa14a;
}

.button {
    background:url(../images/button.png) no-repeat;
    cursor:pointer;
    border: none;
	width:80px; 
	height:25px;
	}
	
.border table, tr, td {border:none;}

input, select {width:180px; height:25px; text-align:middle;}

option:hover
    {
        background-color: yellow;
        cursor: pointer;
    }

	
input,textarea {border:solid 1px #baa14a;}

input:focus, select:focus, textarea:focus, button:focus {outline:none;}

::selection {background: #ffc214; color: #ffffff;}
::-moz-selection {background: #ffc214; color: #ffffff;}

h1, h2, h3 {padding:10px 0 10px 0; font-family:serif; font-weight:normal; color:#533a09;}

h2 {font-size:26px;}

a {text-decoration:none; color:#5b5234;}
  
a:hover {color:#baa45a;}

hr  {margin:10px 0 10px 0;  border:none; border-top:2px solid #d0be80;}
