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

body{
	background:#F9F9F9;
}

fieldset{
	border:1px solid #999;
	border-radius:3px;
	padding:0 15px;
	background:#FFF
}

.col-full input[type="text"], .col-full selec, .col-full textarea{
	width:86%;
	margin-right:10%;
	margin-bottom:10px;
	padding:2%;
	border-radius:3px;
	border:1px solid #999
}

.col-2-4 input, .col-2-4 select{
	width:71%;
	margin-right:12%;
	margin-bottom:10px;
	padding:4%;
	border-radius:3px;
	border:1px solid #999
}

.divisor{
	height:1px;
	margin-bottom:15px;
	background:#CCC;
	clear:both
}

.cols{
	float:left;
	width:90%;
	border-right:1px solid #CCC;
	margin:5%;
	margin-bottom:30px
}

