/*********************************************************************************
@@	FORM
	[ form.css ]

	Contains styles for forms
	Author: André Drougge
**********************************************************************************/

/*
@@  DEFAULT INQUIRIES FROM REFINERY
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
.inquiries form label {
  width: 150px;
  float: left;
}
.inquiries form input {

}
.inquiries form input, .inquiries form textarea {

}
.inquiries form textarea {

}
.inquiries form .actions {
  margin-left: 150px;
}
.inquiries form .actions input {
}
.inquiries .field {
  margin: 12px 0px;
}
.inquiries form {
  padding-top: 12px;
}

/*
@@  LAYOUT 1 - Labels side by side at left
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/	
	form.l1 { position:relative; }
	form.l1 fieldset {
		margin-bottom:10px;
	}
	form.l1 .dt,
	form.l1 .dd {
		float:left;
	}
	form.l1 .dd {
		width:180px;
	}
	form.l1 .dt {
		width:150px;
		min-height:1px;
	}
		form.l1 ul.validation-error li {
			line-height:15px;
			display:block;
			margin:4px 0;
			padding:0;
		}
		form.l1 ul.dl li {
			clear:both;
			margin-bottom:2px;
		}
		form.l1 ul.dl label {
			text-align:right;
			padding-right:5px;
			margin-bottom:6px;
			font-weight:normal;
			top:4px;
		}
		form.l1 ul.dl li.submit {
			margin-top:30px;
		}
		form.l1 ul.dl li.divider {
			width:100%;
			padding:10px 0 0 0;
			margin:10px 0 0 5px;
			border-top:1px solid #ddd;
		}
			form.l1 ul.dl .dd label {
				text-align:left;
			}
			form.l1 ul.dl .accept-toc .dd {
				width:97%;
			}
			form.l1 ul.dl .accept-toc input	{
				margin-top:6px;
				margin-right:9px;
				margin-bottom:4px;
			}
			form.l1 ul.dl select {
				border:1px solid #a1a1a1;
			}
			form.l1 ul.dl select,
				form.l1 ul.dl select option {
					width:173px;
					font-size:1em;
				}