@font-face 
{
	font-family: 'QuicksandLight';
	src: url('Quicksand_Light-webfont.eot');
	src: local('?'), url('Quicksand_Light-webfont.woff') format('woff'), url('Quicksand_Light-webfont.ttf') format('truetype'), url('Quicksand_Light-webfont.svg#webfontxOK7zMuM') format('svg');
	font-weight: normal;
	font-style: normal;
}

#thankYou{

}

.some-marg {
    margin: 30px 0;
}

#thankYou h1{
	margin-bottom:20px;
}

#formContainer
{
	width: 600px;
	margin:10px auto;
}

html.embed{
	background:none;
}

.embed #formContainer{
	margin-top:20px;
	margin-bottom:0;
}

.formRow{
	
}

.formRow label{
	
}

.formRow label.radioLabel{
	
}

.fsubmit{
	display:table;
	margin: auto;
}

#more-info-contact
{
	padding : 20px 20px 10px 20px;
}



.staticError{
	color: #E20000;
	font-size: 11px;
	padding: 4px 0 0 120px;
}

.errorIcon{
	background:url('../img/sprite.png') -100px -150px no-repeat;
	width:18px;
	height:19px;
	display:inline-block;
	position:relative;
	margin-left: 6px;
	vertical-align: middle;
	cursor:pointer;
}

.errorIcon .errorTip{
	    background: #fcf0ef;
    border: 1px solid #c00;
    color: #c00!important;
    color: #fff;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    font-size: 11px;
    width: 150px;
    text-align: center;
    top: -10px;
    font-size: 12px;
    line-height: 1.2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

 button#submit {
    height: 45px;
    width: 200px;
    margin: 0;
}.fsubmit {
    display: table;
    margin: 0;
}#submit span {
    font-size: 19px;
}#submit i {
    font-size: 26px;
    display: inline-block;
    float: right;
}








