/* Foundation
------------------------------------- */

form.mod_forms * {
	margin: 0;
	padding: 0;
}

form.mod_forms {
	width: 500px;
	margin: 20px;
}

form.mod_forms ul {
	list-style-type: none;
	width: 100%;
}
form.mod_forms li {
	width: 62%;
	padding: 4px 5px 2px 9px;
	position: relative;
	clear: both;
	background: none;
}
* html form.mod_forms li, * html .buttons {
	height: 1%;
}
form.mod_forms li, .buttons {
	display: block;
}
* html form.mod_forms li div {
	display:inline-block;
}
form.mod_forms li div {
	margin:0 4px 0 0;
	padding:0 0 8px 0;
}
form.mod_forms li.options div {
	float:left;
}

form.mod_forms li div.address {
	padding-bottom:0;
}

form.mod_forms li div.left{
	display:inline;
	float:left;
	width:47%;
}
form.mod_forms li div.right{
	display:inline;
	float:right;
	width:47%;
}

form.mod_forms .clear{
	clear:both !important;
}

/* ----- SECTIONS ----- */

form.mod_forms li.section{
	border-top: 1px dotted #ccc;
	margin-top: 9px;
	padding-top: 13px;
	padding-bottom: 0px;
	padding-left: 9px;
	width: 97% !important;
}
form.mod_forms ul li.first {
	border-top: none !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
}
form.mod_forms .section h3{
	font-weight:normal;
	font-size: 125%;
	line-height: 140%;
	margin: 0 0 2px 0;
}
form.mod_forms .section p{
	font-size: 85%;
	margin: 0 0 10px 0;
}

/* ----- BUTTONS ----- */

form.mod_forms input.button {
	padding: 0 7px;
	width: auto;
	overflow: visible;
}
form.mod_forms .buttons{
	clear:both;
	margin-top:10px;
}
form.mod_forms .buttons input{
	font-size:120%;
	margin-right: 5px;
}



/* ----- FIELDS AND LABELS ----- */

form.mod_forms label.desc {
	line-height: 150%;
	padding: 0 0 1px 0;
	border: none;
	display: block;
	font-size: 100%;
	font-weight: bold;
}
form.mod_forms li div label {
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:11px;
	line-height:9px;
	color:#444;
	display: block;
}

form.mod_forms label.choice {
	display: block;
	line-height: 1.5em;
	margin: -1.65em 0 0 25px;
	padding: .44em 0 .5em 0;
	width: 90%;
	font-size: 100%;
}
form.mod_forms input.checkbox, form.mod_forms input.radio{
	display:block;
	line-height:1.5em;
	margin:.6em 0 0 3px;
	width:13px;
	height:13px;
}

form.mod_forms input.text, form.mod_forms input.file, form.mod_forms textarea.textarea, form.mod_forms select.select{
	margin: 0;
	font-size: 100%;
	color: #333;
	width: 100%;
}
form.mod_forms input.text, form.mod_forms textarea.textarea, form.mod_forms .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(admin/icons/fieldbg.gif) repeat-x top;
}
form.mod_forms input.text, form.mod_forms input.file {
	padding:2px 0 2px 0;
}

/* ----- SPECIAL FIELDS and LABELS ----- */

form.mod_forms .date div, form.mod_forms .phone div {
	float: left;
	display: inline;
}
form.mod_forms .date input.small {
	width: 2em;
}
form.mod_forms .date input.medium {
	width: 4em;
}
form.mod_forms .phone input.small {
	width: 3em;
}
form.mod_forms .phone input.medium {
	width: 4em;
}

/* ----- SIZES ----- */

form.mod_forms .third{
	width:32% !important;
}
form.mod_forms .half{
	width:48% !important;
}
form.mod_forms .full{
	width:100% !important;
}

form.mod_forms input.small, form.mod_forms select.small{
	width:25%;
}
form.mod_forms input.medium, form.mod_forms select.medium{
	width:50%;
}
form.mod_forms input.large, form.mod_forms select.large, form.mod_forms textarea.textarea{
	width:100%;
}

form.mod_forms textarea.small{
	height:5.5em;
}
form.mod_forms textarea.medium{
	height:10em;
}
form.mod_forms textarea.large{
	height:20em;
}

/* ----- REQUIRED ----- */

form.mod_forms .req {
	color:red !important;
	font-weight:bold;
}
form.mod_forms .opt {
	color: gray !important;
	font-weight: normal;
}

/* ----- INSTRUCTIONS ----- */

form.mod_forms li.focused{
	background-color:#fff7c0;
}
form.mod_forms .instruct{
	position:absolute;
	top:0;
	left:100%;
	z-index:1000;
	width:42%;
	margin:0 0 0 8px;
	padding:8px 10px 9px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	line-height:130%;
	font-size:80%;
	color:#444;
	visibility:hidden;
}
form.mod_forms .instruct small{
	font-size:105%;
}
form.mod_forms li.focused .instruct, form.mod_forms li:hover .instruct{
	visibility:visible;
}

/* ----- ERRORS ----- */

form.mod_forms #errorLi{
	width:99%;
	margin:0 auto;
	background:#fff;
	border:1px dotted red;
	margin-bottom:1em;
	text-align:center;
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
}
form.mod_forms #errorMsgLbl {
	margin:7px 0 5px 0;
	padding:0;
	font-size:125%;
	color:#DF0000;
}
form.mod_forms #errorMsg {
	margin:0 0 .8em 0;
	color:#000;
	font-size:100%;
}
form.mod_forms #errorMsg strong {
	background-color: #FFDFDF;
	padding:2px 3px;
	color:red;
}
form.mod_forms li.error {
	display:block !important;
	background-color: #FFDFDF !important;
	margin:3px 0;
}
form.mod_forms li.error label {
	color:#DF0000 !important;
}
form.mod_forms p.error {
	display:none;
	color:red;
	font-weight:bold;
	font-size:10px;
	margin:-2px 0 5px 0;
	clear:both;
}
form.mod_forms li.error p.error {
	display:block;
}
form {
	width: 484px;
	margin: 0px;
}

#left_column form {
	width: 183px;
}

#left_column form li.block {
	width: auto;
}

#left_column label.desc {
	color: #be3131;
}
