/* ------- FRAMEWORK -------  */

/*-- clearfix for form-cols -- */
form ol li:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	list-style: none;
	list-style-type:none;
}
html[xmlns] form ol li {
	display: block;
	list-style: none;
	list-style-image:none;
	list-style-type:none;
}
* html form ol li {
	height: 1%;
	list-style: none;
	list-style-image:none;
	list-style-type:none;
}

form {
width:698px;
}

form ol {
	list-style: none;
	margin: 0; padding: 0;
	list-style: none;
	list-style-type:none;
}

form ol li {
	margin: 0;
	padding: 2px 0;
	clear:both;
	border-bottom: 1px solid #D1D5E3;
	list-style: none;
	list-style-type:none;
}

fieldset {
	margin: 10px 0;
	padding: 0;
	border: none;
}

h3.legend {
	font-size: 1em;
	font-weight: bold;
	background: #e2e2e2;
	border-bottom: 1px solid #D1D5E3;
	margin: 0 0 0 0; padding: 3px 10px;
}


/* DEFAULT LABEL */
label {
	float: left;
	clear: left;
	width: 30%;
	padding-left: 10px;
	padding-top: 2px;
	line-height: 1.2em;
	overflow: hidden;
}

label.inline {
	float: none;
	clear: none;
	width: auto;
	padding: 0 10px 0 0;
}



/* DEFAULT INPUT FIELD */
input.txt,
input.file {
	border: 1px solid #566995;
	width:150px;;
	padding: 1px 2px;
	font-size: 1.1em;
}
input.txt:hover {background:#E9EEFD;}
input.txt:focus {
	border-color: #F86B00;
	background-color:#F5F5F5;
}

input.submit {
	background-color:#CCCCCC;
	border:none;
}

/* ------ Radiobuttons ------ */
div.rab-h,
div.rab-v {
	float: left;
	padding: 3px 0 5px;
}
div.rab-h input.rab,
div.rab-v input.rab {
	vertical-align:middle;
	margin: 0; padding:0;
}
div.rab-h label,
div.rab-v label {
	float: none;
	clear: none;
	margin-right:10px;
	line-height: 1em;
}

/*  horizontal */
div.rab-h br {display: none;}

div.rab-h label {
	padding-right: 15px;
}


/* ------ Checkboxes ------ */
div.ckb {
	float: left;
	padding: 3px 0 5px;
	width: 68%;
}
div.ckb input.ckb {
	vertical-align:middle;
	margin: 0; padding:0;
}
div.ckb label {
	float: none;
	clear: none;
	width: auto;
	padding: .05em;
	line-height: 1em;
	vertical-align: middle;
}
div.ckb input.ckb {
	margin: 2px 5px 2px 2px;
}

/*  wide w/ info */
div.ckb.wide {}


/* cols */
div.ckb.cols {
	width: 30%;
	margin-right: 2%;
	padding: 5px 0;
}

/* checkboxes with textfields */
div.ckb.text {
	padding: 5px 0;
}

div.ckb.text * {
	vertical-align:  middle;
	margin: 2px 0;
}

div.ckb.text input.txt {
	display: block;
	margin-top: 3px;
	margin-left: 20px;
	width: 45%;
}

div.ckb.text br {clear: both;}


/* ------ textarea ------ */
textarea {
	width: 45%;
	height: 60px;
	border: 1px solid #566995;
	padding: 2px;
	width:300px;
}

textarea:hover {
	background: #E9EEFD;
}
textarea:focus {
	border-color: #F86B00;
	background: #E9EEFD;
}








