@charset "utf-8";
/* CSS Document */

form
{
	/*background-color:#FBFBFB;*/
    border: 0;
	padding: 30px;
    margin:auto;
}

select{
    padding: 10px;
	width: 200px;
    border: 1px;
 text-align:center;
  display:block;
  margin-left: auto;
  margin-right: auto;
    /*box-shadow: none;
    background-color: transparent;
    background-image: none;
    appearance: none;*/
}

.txtinput
{
	float:left;
	margin:15px 15px;
	/*margin-top:15px;*/
	padding: 5px;
    width: 200px;
    border-color: #e8c291;
    border: 4px solid #ccc;
    outline: none;	
}

.txtinput:focus 
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 0px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 0x #e8c291 inset;
    box-shadow: 0 0 0 00px #e8c291 inset;
}

input[type=submit]{
	margin:15px 0px;
	height:30px;
	width:200px;
    }
    
    


	
textarea{
	width:92%;
	height:80px;
}
