@charset "utf-8";
/* CSS Document */

.cleanform * { margin:0; padding: 0 }	

body {
	font-family:Arial, Helvetica, sans-serif;
}

#formLoading {
	position:fixed;
	background:#FFF;
	border: 1px #999 solid;
	top:300px;
	left:0px;
	width:100%;
	height:120px;
	text-align:center;
	padding:15px;
	z-index:999;	
}

#formLoadingOverlay {
	background:url(blurpage.png);
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	z-index:500;
}

/* General */

.cleanform { /* container */
	width:550px;
	color:#1b1b1b;
	text-align:left;
	position:relative;
	/*margin:1em auto;*/
}

/* Elements */

.cleanform legend {   /* Titles (legends) */
	padding:0;
	margin:0.3em 0;
	color:#666;
	font-weight:bold;
	font-size:12pt;
}

.cleanform fieldset {  /* fieldsets */
	padding:0.7em;
	border:1px solid #ddd;
	margin:0 0 0.5em 0;	

}
		 
.cleanform label { /* field labels */
	font-weight:normal;
	font-size:11pt;
	color:#666;
}

.cleanform fieldset textarea { /* inputs */
	width:500px;
	line-height:1.5em;
	padding:0.15em;
	color:#666;
	font-size:11pt;
}

.cleanform fieldset input, textarea { /* inputs */
	width:300px;
	line-height:1.5em;
	padding:0.15em;
	color:#666;
	font-size:11pt;
}

.cleanform .radioquestions { /* txt for radio button questions */
	color:#666;
	padding-bottom:5px;
}

.cleanform .radio input,
.cleanform .checkbox input { /* inputs */
	width:auto;
	border:none;
}

.cleanform input, .cleanform textarea, .cleanform select { /* inputs */
	display:block;
	margin-bottom:1em;
	font-size:1em;
	border:1px solid #bbb;
	padding:0.15em;
	margin-right:1em;
	color:#666;
	font-size:11pt;
}

.cleanform .radio label, .cleanform .radio input,
.cleanform .checkbox label, .cleanform .checkbox input{ /* checkboxes, etc.. placement*/
	display:inline;
	margin:0 1.5em 0 0
}

.cleanform .radio input, .cleanform .checkbox input{ /* checkboxes, etc.. placement*/
	margin:0 0.3em 0 0
}

/* Button */


.cleanform button:hover {
	color:red;
}


/* information */

.cleanform .formInfo { /* Header found in forms */ 
	margin-bottom:5px;
	padding-bottom:5px;
	/*border-bottom:0.1em solid #ddd;*/

}

.cleanform .formInfo h2 { /* header tag */
	color:#00889e;
	font-weight:bold;
	font-size:1.2em;
}

.cleanform .formInfo h4 { /* header tag */
	color:#00889e;
	font-weight:bold;
	font-size:17pt;
}

.cleanform .formInfo p {
	text-align:justify;
}

.cleanform .required { /* styles for all required fields */
	background:url(http://bettermerchandisingonline.com/v2/forms/styles/star.png) no-repeat;
	padding-left:12px;
	
}