*{
	margin:0;
	padding:0;
}

html{
/*	background:url('page_bg.jpg') repeat #262626;
	background:url('../img/page_bg_center.jpg') no-repeat center center,url('../img/page_bg.jpg') repeat #262626; */
}

body{
/*	background:url('../img/page_bg_center.jpg') no-repeat center center; */
	font:13px/1.5 normal Calibri,Arial,sans-serif;
	
	border: 1px solid transparent;
	overflow:auto;
}

/*h1{
	font:46px/1 'QuicksandLight', Arial, sans-serif;
	text-rendering: optimizelegibility;
	color:#f5f5f5;
	margin: 0 0 40px;
	text-align: center;
}

h2{
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color:#999;
}

a, a:visited{
	color:#59b4f4;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}
*/
#thankYou{
	display: none;
	left: 50%;
	margin: -30px 0 0 -200px;
	position: fixed;
	top: 50%;
	width: 400px;
	z-index: 10000;
}

#thankYou h1{
	margin-bottom:20px;
}

#formContainer{
	width: 300px;
	margin:0px auto;
background-color:#222;	
border-radius: 10px;
}

.embed #formContainer{
	margin-top:20px;
	margin-bottom:0;
	
}

.formRow{
	padding: 7px 0;
	
}

.formRow label{
	display: inline-block;
	margin-left: -100px;
	padding-right: 8px;
	text-align: right;
	font:14px/1.2 Calibri,Arial,sans-serif;
	width: 180px;
	
}

.formRow label.radioLabel{
	width:auto;
	margin:0 5px 0 0;
	
}

.formRow input,
.formRow textarea{
	padding: 5px 8px;
	background-color:#444444;
	border:none;
	color:#ccc;
	outline:none;
	resize:none;
	font:14px/1.2 Calibri,Arial,sans-serif;
	width: 170px;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
	-webkit-box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
	box-shadow: 1px 1px 1px #191919 inset, 0 0 1px #181818 inset;
}

.formRow textarea{
	vertical-align: top;
	width: 170px;
	overflow:auto;
}

.formRow input[type=submit],
.formRow input[type=button]{
	width:120px;
	margin-left: 120px;
	cursor:pointer;
}

.star{
	color:#e20000;
}


/***************************
*		Select Boxes
***************************/

.selectContainer{
	background:url('../image/sprite.png') no-repeat;
	padding: 0 15px 0 10px;
	min-width: 156px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	margin-right: 5px;
}

.selectBox{
	height: 30px;
	line-height: 30px;
	text-shadow: 1px 1px 0 #333333;
	color:#c0c0c0;
}

.selectContainer:hover{
	background-position:0 -30px;
}

.selectContainer:hover span{
	background-position:100% -30px;
}

.selectContainer span{
	background:url('../image/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;
}

.selectContainer li{
		
    background: url("../image/sprite.png") repeat -4px -110px;
	height: 28px;
	line-height: 26px;
    overflow: hidden;
    padding: 0 10px;
	color:#c0c0c0;
    text-shadow: 1px 1px 0 #333333;
	
	-moz-box-shadow: -1px 0 0 #282828, 1px 0 0 #282828;
	-webkit-box-shadow: -1px 0 0 #282828, 1px 0 0 #282828;
	box-shadow: -1px 0 0 #282828, 1px 0 0 #282828;
}

.selectContainer li:hover{
	background: url("../image/sprite.png") repeat -4px -2px;
}

.selectContainer li:first-child{
	border-top:1px solid #666;
}

.selectContainer li:first-child:hover{
	border-top:1px solid transparent;
}



/***************************
*		Submit button
***************************/


.formRow .button{
	background: url("../image/sprite.png") no-repeat 0 -70px;
	border: none;
	position:relative;
	cursor: pointer;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 15px;
	margin: 10px 0 0 130px;
	position: relative;
	color:#FFFFFF;
}

.formRow .button span{
	background:url('../image/sprite.png') no-repeat 100% -70px;
	height:34px;
	right: -5px;
	top:0;
	position:absolute;
	width:10px;
}

.formRow .button:hover{
	background-position:0 -104px;
}

.formRow .button:hover span{
	background-position:100% -104px;
}

.formRow .button:active{
	bottom:-1px;
}