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

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

select{
    padding: 5px;
	width: 200px;
    border: none;
    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: 1px 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;
}
