/* BODY SETTINGS*/

body {
	background: #fff repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 0.84em;
	padding: 2px;
}

p {
  position: relative;
}

div .inform {
	border: 2px red solid;
	margin: 4px 0;
}

div .errorExplanation {
	border: 2px red solid;
	margin: 4px 0;
}

.errorExplanation h2 {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: red;
}

.errorExplanation p, .inform p {
	font-size: 12px;
	font-weight: bold;
	color: red;
	padding-left: 2px;
}

.errorExplanation ul {
	padding-left: 24px;
}

#content-wrap .errorExplanation ul li {
	color: red;
}

.flash {
	padding: 5px;
	background-color: #F6EC2E;
	border-top: 2px solid #D52F2C;
	border-bottom: 2px solid #D52F2C;
	color: #000;
}

table.data {
	border-collapse: collapse;
}

table.data th {
	border-top: 1px grey solid;
	border-bottom: 1px grey solid;
}

table.data td {
	border-bottom: 1px grey solid;
  padding: 3px;
}

/* FORM SEARCH FORM
--------------------------------------------------------- */
.search input, select, textarea, .inputbox{
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
padding-left: 1px;
font-size: 11px;
background-color:#ccc;
border:1px solid #666;
color:#000;

}
/* FORM
--------------------------------------------------------- */
form {
margin:0;
padding:0;
}

form label {
cursor:pointer;
}

div.fieldWithErrors {
	display: inline !important;
}

.fieldWithErrors input {
	border:1px solid #CC0C0E;
}

input,select,textarea, .inputbox {
padding:1px;
margin-top:2px;
margin-bottom:2px;
font-size:12px;
}

select,textarea, .inputbox {
background:#FFF;
border:1px solid #ccc;
color:#000;
}

.button {
font-weight:normal;
color:#666;
background-color:#fff;
border:1px solid #ccc;
padding:2px;
margin:2px;
}

.inputbox {
margin-bottom:1px;
padding:3px 0 3px 5px;
color:#666;
background-color:#fff;
border:1px solid #ccc;
}

.inputbox:hover,.inputbox:focus {
border:1px solid #999;
background:#FFC;
}
#form-login .input{
border:none;}

.warranty-table th{
  text-align: left;
}
.warranty-table td{
  text-align: left;
  width: 120px;
}

form.customer_facing label {
  width:150px;
  position:relative;
  display:block;
  float:left;
}

.required {
  background-color: #FFFFCC;
}


/*div.solar_hot_water_system {
  display: block;
  border-top: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
  padding: 5px 0px 10px 0px;
}
*/
button.call_to_action {
  cursor:pointer;
  background-color: #DDD;
  color: #000;
  font-size: 0.8em;
}

#previous_rebate_program{
  
}

#previous_rebate_program label {
  display : block;
  margin-bottom : 1em;
  font-weight : normal;
}

#previous_rebate_program label input {
  margin : 1.25em;
  float : left;
}

#previous_rebate_program label span {
  display : block;
  width : 90%;
  float : left;
}

#installation_purpose label, #determine_property_owner label {
  display : block;
  margin-bottom : 1em;
  font-weight : normal;
}

#installation_purpose label input, #determine_property_owner label input {
  margin : 0.25em 1.25em;
  float : left;
}

#business_alert, #investment_alert {
  margin-left : 4em;
}



