#recset{
	max-width:650px;
	padding:30px 50px;
	margin:0 auto;
	border-radius:6px;
	box-shadow:0px 0px 6px rgba(0,0,0,0.3);
	background-color:#F9F9F9;
}


#recset input, #recset textarea, #recset select {
	border:solid 1px #ccc;
	font: 16px/20px Tahoma, Arial, sans-serif;
	color:#333;
	width:100%;
	margin-right:-5px;
	margin-top:2px;
	padding-left:2px;
	padding-top:3px;
	padding-bottom:3px;
}
#recset .entry{
	float:left;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	display:inline;
	padding-right:2%;
	text-indent:2px;
	padding-top:4px;
	padding-bottom:4px;
    line-height: 18px;
}

#recset form{
	margin:0px;
}
/* WIDTHS */
#recset .w100{ width:98%;}
#recset .w90{ width:88%;}
#recset .w80{ width:78%;}
#recset .w75{ width:73%;}
#recset .w70{ width:68%;}
#recset .w66{ width:64.6666%;}
#recset .w60{ width:58%;}
#recset .w50{ width:48%;}
#recset .w40{ width:38%;}
#recset .w33{ width:31.3333%;}
#recset .w30{ width:28%;}
#recset .w25{ width:23%;}
#recset .w20{ width:18%;}
#recset .w15{ width:13%;}
#recset .w10{ width:8%;}

#recset .cl{
	clear:both;
}
#recset .labove{
	border-top:dotted 1px #ddd;
	margin-top:20px;
	padding-top:20px;
}
#recset .buttons{
	clear:both;
	padding-top:15px;
	padding-bottom:35px;
	text-align:center;
}

#recset input.submit, #recset input.file{
	width:auto;
}

#recset input.submit{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:22px;
	height:auto;
	width:auto;
	padding:12px 18px;
	margin:0 12px;
	border-radius:4px;
	border:solid 0px #666;
	background-color:#C34500;
	color:#fff;
	cursor:pointer;
	box-shadow:0 0 2px #ccc;
	transition:200ms;
}
#recset input.submit:hover{
	background-color:#9A9A9A;
	color:#000;
	border:solid 0px #999;
}

#recset input.radio{
	width:auto;
	margin:0px;
	vertical-align:bottom;
	border:0px;
	padding:1px;
	float:left;
	clear:both;
}
#recset label{
	display:block;
	text-align:left;
	width:calc(100% - 30px);
	margin-left:4px;
	margin-top:-3px;
	margin-bottom:0px;
	float:left;
	font-size:22px;
	line-height:24px;
	color:#666;
}
#recset label span{
	font-size:0.8em;
}

