

/*############  main styles ############*/

form {
	margin: 0;
	padding: 0;
}
#form_wrapper{
	width: 980px;	
	position: relative;
}

#summary {
	padding: 20px;
	width: 30%;
	color: #C00;
	font-weight:bold;
	
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 10px;
}

fieldset {
	margin-bottom: 20px;	
	border: 1px solid #efefef;
	width: 60%;
}

legend {
	font: normal 16px Helvetica,Arial,Geneva,sans-serif;	
	color: #7b4300;
}
.field-active{
	border: 1px solid #eaae2d;
}
.focussed {
	background-color: #fcf9da;		
}
form ul{
	list-style-type: none;	
	margin: 0;
	padding: 0;
}


.standard>li{
	padding: 5px 0 0px 3px;
	overflow:hidden;
	margin-bottom: 10px;
}

.standard>li>div,
.innerDiv
/*.hideContainer>li>div*/
{
	float: left;
	margin-right: 12px;
	padding-left: 5px;
	display:block;
	margin-bottom: 10px;
}
.standard>li>div>label ,
.hideContainer>li>div>label,
.myLabel
{
	display: block;
	margin-top: 3px;
	font-size: 100%;
	color:#fff;
}
.hideContainer>li {
	padding: 5px;	
}
.heading {
	font-weight: bold;
	display:block;
	font-size: 95%;
	line-height:150%;
	padding-left: 5px;
	margin-bottom: 2px;
}
.req {
	float: none;
	color: #f00;
	display:inline;
	padding: 0 3px;
}


input[type=text], select,textarea {
	width: 100%;	
	padding:5px;
	background:transparent url(images/components/input_back.jpg) repeat-x;
	border: 1px solid #333;
	color:#fff;
	
}
input[type=radio] {
	border:none;	
	background: none;
}
.half {
	width: 46%;
}

.full {
	width: 96% !important;
	margin-right: 10px;
	
}
.small {
	width: 12%;	
}
.med {
	width: 40%;	
	
}
.large {
	width: 97%;	
}
.three {
	width: 30%;	
}

.check {
	width: 20px;
	height: 20px;
}
.hidden {
	display:none;	
}

/* ######### RADIO GROUP ####### */
.radio{
	width: 15px;
	height: 15px;
}
.radio_group {
	
}
.radio_group label{
	
}
.radio_group label input{

}
.rLabel {

	
}
.group_title {
	display:block;
	width: 60%;
	float:left;
	font-size:89%;
	padding-top: 6px;
}
.internal>li {
	margin-bottom: 3px;
	border-bottom: 1px solid #dadada;
	padding: 5px 0;
}
/* ######### END RADIO GROUP ####### */

.hideContainer
{
	display: none;
}
label.error{
	display: none !important;/**/
	float: right;
	color: #c00!important;
	font-weight:bold;
}
.error{
	border: 1px solid #C00!important;
	background: #ccc !important;
}


.same_diff {
	display: block;
	width: 120px;
	height: 20px;
	background:url(../images/same-diff.jpg) no-repeat left top;
	text-indent:-1000em;
}
.same_diff:hover {
	background-position: left -20px;	
}
.same_diff_selected {
	display: block;
	width: 120px;
	height: 20px;
	background:#fff url(../images/same-diff.jpg) no-repeat left -40px;
	text-indent:-1000em;
}

/*############## AJAX STUFF ###############*/
#loader {
	background: url(images/ajax-loader.gif) no-repeat;
	height: 30px;
	display:block;
	text-indent:30px;
	color:#666;
	display:none;
}
#output_success {
	background: #666;	
	color: #fff;
	padding: 7px;
	display:none;
}