@charset "utf-8";
/* CSS Document */

.inputs .titles{
	color:#f15922;
	font-size:20px;
	font-weight:bold;
	padding-bottom:12px;
}


.inputs input[type="text"], .inputs input[type="password"] {
	background-color:#dddddb;
	border:none;
	font-size:11px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	color:#707173;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
}

.inputs textarea {
	background-color:#dddddb;
	border:none;
	font-size:11px;
	padding-left:5px;
	color:#707173;
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
}

.inputs input[type="button"], .inputs input[type="submit"], .inputs input[type="reset"]{
	background-color:#dddddb;/*e8820f*/
	border:1px #dddddb solid;
	padding-left:5px;
	padding-right:5px;
	padding-top:1px;
	padding-bottom:2px;
	color:#707173;
	font-size:11px;
	font-weight:bold;
	cursor: pointer;
	cursor: hand;

}

.inputs input[type="button"]:hover, .inputs input[type="submit"]:hover, .inputs input[type="reset"]:hover{
	/*background-color:ButtonFace;*/
	background:#f15922;
	color:#FFF;
	border:1px #f15922 solid;
}