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

.field{
	color:#354161;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

div.field, div.help, input[type=submit]{
	margin-top:5px;
	margin-left:20px;
}

input[type=submit],input[type=reset]{
	background-color:#ededed;
	border: 1px solid;
	border-radius:5px;
	border-color:#354161;
	box-shadow: 5px 3px 2px #888888;
	font-size:14px;
	height:30px;
	width:70px;
    margin-bottom:20px;
}

input[type=submit]:hover{
	background-color:#354161;
	border: 1px solid;
	border-radius:5px;
	color:#FFF;
	box-shadow: 5px 3px 2px #888888;
	font-size:14px;
	height:30px;
	width:70px;
}

input[type=button]{
	background-color:#ededed;
	border: 1px solid;
	border-radius:5px;
	border-color:#354161;
	box-shadow: 5px 3px 2px #888888;
	font-size:14px;
	height:30px;
	width:100px;
    margin-bottom:20px;
}

input[type=button]:hover{
	background-color:#354161;
	border: 1px solid;
	border-radius:5px;
	color:#FFF;
	box-shadow: 5px 3px 2px #888888;
	font-size:14px;
	height:30px;
	width:100px;
}

input[type=text], input[type=password], input[type=email]{
	border: 1px solid;
    border-radius:5px;
	border-color:#6e83bf;
	box-shadow: 3px 3px 2px #9fa0a3;
    height:20px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
}

select{
	border: 1px solid;
    border-radius:5px;
	border-color:#6e83bf;
	box-shadow: 3px 3px 2px #9fa0a3;
    height:20px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

textarea{
    resize: none;
	border: 1px solid;
    border-radius:5px;
	border-color:#6e83bf;
	box-shadow: 3px 3px 2px #9fa0a3;
	padding-left:5px;
	padding-right:5px;
}
