#thankYou h1{
	font:33px/1 Helvetica, sans-serif;
	text-rendering: optimizelegibility;
	color:#7f7e7e;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

#thankYou h2{
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	color: #828282;
}


#thankYou{
	display: none;
	margin: 0 auto 15px;
	width: 770px;
	height: 152px;
	margin-top: 70px;
	margin-bottom: 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e8e8e9;
	background: #fff url('../../../../../images/press/usletter.jpg') no-repeat top center;
}


#formContainer{
	background: #fff url('../../../../../images/press/usletter.jpg') no-repeat top center;
	width: 770px;
	height: 150px;
	margin-top: 30px;
	margin: 50px auto;
	color: #828282;
	font-size: 12px;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e8e8e9;
}

#formContainer h1{
	font-size: 15px;
	font-weight: normal;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

html.embed{
	background:none;
}

.embed #formContainer{
	margin-top:20px;
	margin-bottom:0;
}

.formRow{
	padding: 7px 0;
}

.formRow label{
	display: inline-block;
	margin-left: -72px;
	padding-right: 8px;
	text-align: right;
/* 	width: px; */
	float: left;
}

.formRow label.radioLabel{
	width:auto;
	margin:0 5px 0 0;
}

.formRow input,
.formRow textarea{
	padding: 5px 8px;
	background-color:#f7f7f7;
	border:none;
	color:#777;
	outline:none;
	resize:none;
	font:14px/1.2 Calibri,Arial,sans-serif;
	width: 350px;
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
	-webkit-box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
	box-shadow: 1px 1px 1px #bbb inset, 0 0 1px #ccc inset;
}

.formRow input:focus,
.formRow textarea:focus{
	-moz-box-shadow: 1px 1px 1px #aecae9 inset, 0 0 1px #aecae9 inset;
	-webkit-box-shadow: 1px 1px 1px #aecae9 inset, 0 0 1px #aecae9 inset;
	box-shadow: 1px 1px 1px #aecae9 inset, 0 0 1px #aecae9 inset;
}

.formRow textarea{
	vertical-align: top;
	width: 250px;
	overflow:auto;
}

.formRow input[type=submit],
.formRow input[type=button]{
	width:120px;
	margin-left: 120px;
	cursor:pointer;
}

.star{
	color:#e20000;
}

.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: 13px;
	margin-top: 19px;
	vertical-align: middle;
	cursor:pointer;
	position: absolute;
}

.errorIcon .errorTip{
	background:url('../img/tooltip_bg.png') #a00c0d repeat-x;
	border:1px solid #a00c0d;
	border-top-color:#d01113;
	color:#fff;
	text-shadow:1px 1px 0 #9a1b1d;
	
	padding:10px;
	position:absolute;
	z-index:1000;
	font-size:11px;
	width:215px;
	text-align:center;
	top:-10px;
	line-height:1.2;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	-moz-box-shadow:0 1px 0 #aaa;
	-webkit-box-shadow:0 1px 0 #aaa;
	box-shadow:0 1px 0 #aaa;
}

#overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	opacity:0.4;
	filter:alpha(opacity=0.4);
	z-index:100000;
}

#preloader{
	background: url("../img/preloader.gif") no-repeat 12px 10px #000000;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -45px;
	padding: 10px;
	position: fixed;
	text-align: left;
	text-indent: 36px;
	top: 50%;
	width: 90px;
	z-index: 100001;
	color:#eee;
	
	opacity:0.8;
	filter:alpha(opacity=0.8);
	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

/***************************
*		Select Boxes
***************************/

.selectContainer{
	background:url('../img/sprite.png') no-repeat;
	padding: 0 15px 0 10px;
	min-width: 186px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	margin-right: 5px;
}

.selectBox{
	height: 30px;
	line-height: 30px;
	text-shadow: 1px 1px 0 #fff;
}

.selectContainer:hover{
	background-position:0 -30px;
}

.selectContainer:hover span{
	background-position:100% -30px;
}

.selectContainer span{
	background:url('../img/sprite.png') no-repeat top right;
	height:30px;
	right: -5px;
	top:0;
	position:absolute;
	width:25px;
}

.selectContainer ul{
	left: 1px;
	list-style: none outside none;
	position: absolute;
	right: -5px;
	top: 32px;
	z-index:10000;
	border:1px solid #ccc;
	border-width:0 1px 1px;
}

.selectContainer li{
    background: url("../img/sprite.png") repeat -4px 0;
	height: 28px;
	line-height: 28px;
    overflow: hidden;
    padding: 0 10px;
    text-shadow: 1px 1px 0 #fff;
}

.selectContainer li:hover{
	background: url("../img/sprite.png") repeat -4px -30px;
}


/***************************
*		Checkboxes
***************************/


.formRow .checkBox{
	background: url("../img/sprite.png") repeat 0 -150px;
	display:inline-block;
	width:16px;
	height:16px;
	line-height: 16px;
	vertical-align: middle;
	cursor:pointer;
}

.formRow .checkBox:hover{
	background-position:0 -170px;
}

.formRow .checkBox.checked{
	background-position:-20px -150px;
}

.formRow .checkBox.checked:hover{
	background-position:-20px -170px;
}

/***************************
*		Radios
***************************/

.formRow .radio{
	background: url("../img/sprite.png") repeat -40px -150px;
	display:inline-block;
	width:16px;
	height:16px;
	line-height: 16px;
	vertical-align: middle;
	cursor:pointer;
}

.formRow .radio:hover{
	background-position:-40px -170px;
}

.formRow .radio.checked{
	background-position:-60px -150px;
}

.formRow .radio.checked:hover{
	background-position:-60px -170px;
}


/***************************
*		Submit button
***************************/


.formRow .button {
		float: right;
		cursor: pointer;
		padding-left: 0px;
		margin-right: 250px;
		width: 100px;
        display: inline-block;
        white-space: nowrap;
		background: #0064cd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#189edd), to(#0064cd));
        background-image: -webkit-linear-gradient(top, #189edd, #0064cd);
        background-image: -moz-linear-gradient(top, #189edd, #0064cd);
        background-image: -ms-linear-gradient(top, #189edd, #0064cd);
        background-image: -o-linear-gradient(top, #189edd, #0064cd);
        background-image: linear-gradient(top, #189edd, #0064cd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#189edd', EndColorStr='#0064cd');
        border: 1px solid;
        border-color:#0064cd #0064cd #003f81;
        margin-bottom: 30px;
        text-decoration: none;
        color: #FFF;
        font-size: 15px;
/*         font-weight: bold; */
		text-shadow:0 -1px 0 #3d3d3d;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
		-moz-box-shadow: 0px 1px 2px #333;
		-webkit-box-shadow: 0px 1px 2px #333;
		box-shadow: 0px 1px 2px #333;
		padding-top: 3px;
		padding-bottom: 3px;
		text-align: center;
}


.formRow .button:hover {
        color: #FFF;	
        background-color: #0064cd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#0392d8), to(#0064cd));
        background-image: -webkit-linear-gradient(top, #0392d8, #0064cd);
        background-image: -moz-linear-gradient(top, #0392d8, #0064cd);
        background-image: -ms-linear-gradient(top, #0392d8, #0064cd);
        background-image: -o-linear-gradient(top, #0392d8, #0064cd);
        background-image: linear-gradient(top, #0392d8, #0064cd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0392d8', EndColorStr='#0064cd');
}


.formRow .button:active
{
		-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.25),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.25),0 1px 2px rgba(0,0,0,0.05);
        position: relative;
}

.formRow .button:focus
{
        outline: 0;
        background-color: #5899d1;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2c8fe3), to(#255c8b));
        background-image: -webkit-linear-gradient(top, #2c8fe3, #255c8b);
        background-image: -moz-linear-gradient(top, #2c8fe3, #255c8b);
        background-image: -ms-linear-gradient(top, #2c8fe3, #255c8b);
        background-image: -o-linear-gradient(top, #2c8fe3, #255c8b);
        background-image: linear-gradient(top, #2c8fe3, #255c8b);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2c8fe3', EndColorStr='#255c8b');
}    

.formRow .button:before
{
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;
        width: 1em;
        text-align: center;
        font-size: 1.5em;
        margin: 0 1em 0 -1em;
        padding: 0 .2em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;
}



/*
.formRow .button:hover{
	background-position:0 -104px;
}
*/

/*
.formRow .button:hover span{
	background-position:100% -104px;
}

.formRow .button:active{
	bottom:-1px;
}
*/