body {
    color: #787878;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    width : 100%;
    border : none;
    background : none; 
}

div.formRow {
	float: left;
    padding: 5px 2%;
    width: 96%;
}

.leadform {
	background: none repeat scroll 0 0 #F4F3EF;
    border: 1px solid grey;
    float: left;
    overflow: hidden;
   /* width: 99.6%;*/
}

.regForm_top{
	float: left;
	width: 100%;
    height: 42px;
	-moz-appearance: none !important;
    background: rgba(0, 0, 0, 0) linear-gradient(#394780, #2C3763) repeat scroll 0 0;
}

.leadFormHeader {
	color: #ffffff;
    text-align: center;
    font-family: ebrima;
    font-size: 16px;
    margin-top: 15px;
}

.regForm_middle{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

.regFormBody{
	background-color: #eeeeee;
    float: left;
    margin: 1% 2%;
    width: 96%;
    border-radius: 4px;
}

.regFormBody .formElement{
	float: left;
	width: 100% !important;
}

.regFormBody input[type="text"], .regFormBody input[type="tel"], .regFormBody input[type="email"] {
    width: 96% !important;
    border: 1px solid #D9D8D5;
    border-radius: 5px;
    font-family: ebrima;
    font-size: 13px;
    color: #5e5e5e;
    height: 26px;
    line-height: 26px;
    padding: 2px 2%;
}

.regFormBody select {
    width: 100% !important;
    border: 1px solid #D9D8D5;
    border-radius: 5px;
    font-family: ebrima;
    font-size: 13px;
    color: #5e5e5e;
    height: 30px;
    line-height: 30px;
    padding: 2px 10px;
    background-image: none;
}

#wrapper {
	width : 100%;
	margin : 0;
}

div.formRow div.formLabel {
    font-size: 12px;
    text-align: left;
    width: 100%;
}


.leadTYMessage {
	background: none repeat scroll 0 0 #FFF;
    border: 1px solid #D8D8D9;
    border-radius: 5px 5px 5px 5px;
    float : left;
}

.thankyouMessage {
	float : left;
	padding : 30px;
	font-size : 14px;
}

div.formErrorRow div.error,
div.formErrorRow div.error div {
	padding:0 0 0 96px;
}


div.formErrorRow div.phoneerror {
	width: 100%;
	padding: 0 0 0 5px;	
}

.j-select {
    background: url("../images/select_arrow.png") no-repeat scroll 98% 15px #FFFFFF;
    border: 1px solid #d9d8d5;
    position: relative;
    behavior: url(PIE.htc);
    border-radius: 6px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-opera-border-radius: 6px;
    color: #5E5E5E;
    font-size: 8pt;
    height: 30px;
    position: relative;
}

.j-select select {
    color: #5E5E5E;
    cursor: pointer;
    font-size: 12px;
    height: 24px;
    left: -1px;
    line-height: 24px;
    position: absolute;
    top: 5px;
	font-weight: bold;
}

.j-select span.opt {
    color: #7E7B80;
    cursor: default;
    float: left;
    font-family: Arial;
    font-size: 12px;
    height: 22px;
    left: 2px;
    line-height: 20px;
    margin-left: 12px;
    margin-top: 3px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-indent: 5px;
    top: 2px;
    width: 90%;
    z-index: 1;
}

.j-select, .j-select select,.j-select .opt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 138px;
}

.submitButton{text-align: center; margin-top: 5px;}

.blurbText {
    font-size: 13px;
    line-height: 150%;
    margin-top: 2px;
    padding-left: 10px;
}

.blurbText p {
    font-size: 13px;
    line-height: 150%;
    margin-top: 2px;
}

.footertagline{text-align:center;font-style:italic;color:#000000;line-height:1.6em;}

@media screen and (max-width:670px) {.submitButton{text-align: center;}}
