/* ----------------- CLEARFIX ------------------- */
#ajaxWrap { position: relative; border: 10px solid #000; }
#ajaxForm { position: absolute; border: 6px solid #507ac7; background: #fff; padding: 10px; top: 20px; right: -700px; width: 700px; height: 300px; overflow: scroll; display: none; }

/* ----------------- CLEARFIX ------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* ----------------- UPLOADER FORMATTING ------------------- */
.upload { }
.upload a { display: inline; color: #090; }
.upload .find { display: none; }
.upload .type { display: none; }
.upload .wait { display: none; }
.upload .send { display: none; }
.upload .view { display: none; }
.upload .view img { border: 1px solid #444; margin-right: 7px; float: left; }
.upload .view .summary { display: inline; padding-right: 10px; }
.upload .view .delete { margin-right: 7px; display: block; float: left; }
.upload .view .link { font-weight: bold; color: #009; }
.upload .view .filter { display: none; }

/* ----------------- FORM FORMATTING ------------------- */
.form_layout h1 {
	font-size: 18px; 
	font-weight: bold; 
	padding: 0px 0px 7px 0px; 
	border-bottom: 1px dashed #555; 
	margin: 0px 0px 15px 0px; 
	color: #333; 
	display: block;
}
.form_layout ol {
	list-style: none;
	margin-left: 10px;
}
.form_layout li {
	/* height: 28px; */
	margin-bottom: 7px;
	clear: left;
}
.form_layout label {
	float: left;
	width: 130px;
	display: block;
	height: 17px;
	font-size: 14px; 
}
.form_layout .required {
/*	background: url(http://stage2-ktar.bonnint.net/resources/form/graphics/star1.gif) no-repeat top left; */
	background: url(http://media.bonnint.net/oss/graphics/star1.gif) no-repeat top left;
	padding-left: 15px;
}
.form_layout input  {
	height: 17px;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-right: 5px;
}
.form_layout a {
	color: #009; 
	font-weight: bold; 
	text-decoration: underline;
}
.form_layout .notes {
	font-size: 12px;
	color: #999;
}
.form_layout .errors {
	border: 2px solid #900; 
	background: #fdd; 
	padding: 7px 10px 7px 10px; 
	font-size: 12px; 
	font-weight: bold; 
	color: #900; 
	margin-bottom: 10px;
}
.form_layout .error {
	border: 1px solid #900;
	background: #fdd;
	padding: 1px;
}
.form_layout .shorter {
	width: 110px;
}
/* ----------------- BOX FORMATTING ------------------- */
.form_box {
	background: url(/helpers/form/images/grey_tl.gif) no-repeat;
	background-color: red;
	padding: 0px;
	margin: 0px;
}
.form_box .top {
	height: 6px;
	background: url(/helpers/form/images/grey_tl.gif) no-repeat;
	overflow: hidden;
}
.form_box .top .right {
	height: 6px;
	width: 5px;
	background: url(/helpers/form/images/grey_tr.gif) no-repeat;
	float: right;
}
.form_box .bottom {
	height: 6px;
	background: url(/helpers/form/images/grey_bl.gif) no-repeat;
}
.form_box .bottom .right {
	height: 6px;
	width: 5px;
	background: url(/helpers/form/images/grey_br.gif) no-repeat;
	float: right;
}
.form_box .middle {
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	margin-bottom: -1px;
}

