@font-face {
    font-family: 'SegoeUI-Bold';
    src: url('fonts/segoeuib.eot');
    src: url('fonts/segoeuib.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoeuib.woff') format('woff'),
         url('fonts/segoeuib.ttf') format('truetype'),
         url('fonts/segoeuib.svg#segoeuib') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('fonts/segoeui.eot');
    src: url('fonts/segoeui.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoeui.woff') format('woff'),
         url('fonts/segoeui.ttf') format('truetype'),
         url('fonts/segoeui.svg#segoeui') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
    font-size: 12px;
    line-height: 1.3;
    font-family: 'SegoeUI', arial, sans-serif;
    background-color:black;
    
    min-width: 924px;
    background: url(images/background2.jpg) no-repeat;
    
}

a { color: #0252aa; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; margin-left:43%;}

input, textarea, select { font-size: 18px; color: #474747; font-family: 'SegoeUI', arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { width: 850px; margin: 0 auto; }

header { padding: 17px 0; }

#logo {  font-family: 'SegoeUI-Bold'; font-size: 36px; line-height: 38px; font-weight: normal; padding-left: 2px; }
#logo span { font-family: 'SegoeUI'; }
#logo a { color: black; }

.video-holder { padding: 0 37px; width: 850px; margin: 10px -37px;  }

.form-wrap { margin-top: 17px; background: #141414 url(images/form-wrap.png) repeat-x 0 0; border-radius: 3px; min-height: 131px; border-radius: 6px; padding: 0 18px 0 29px; display: none; }
.form-wrap form { padding:  15px 0 25px 0; height: 91px; background: url(images/form.png) no-repeat 443px 0; }
.form-wrap form label { display: block; font-size: 30px; line-height: 32px;  }
.form-wrap form .field { display: inline; float: left; padding: 1px 12px 5px; width: 392px; border: solid 1px #bfbfbf; background: #fff; border-radius: 6px; line-height: 28px; -webkit-box-shadow: inset 2px 6px 6px 0px #e8e8e8; box-shadow: inset 2px 6px 6px 0px #e8e8e8; margin: 13px 0 0 6px; }
.form-wrap form .submit-button { position: relative; top: -12px; display: inline; float: right; width: 221px; height: 55px;  border: 0; font-family: 'SegoeUI-Bold'; font-size: 24px; color :#2e2e2e; background: url(images/submit.png) no-repeat 0 0; cursor: pointer; }


.button {
	-moz-box-shadow:inset -2px -4px 11px 0px #d97b50;
	-webkit-box-shadow:inset -2px -4px 11px 0px #d97b50;
	box-shadow:inset -2px -4px 11px 0px #d97b50;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #ed1c23) );
	background:-moz-linear-gradient( center top, #f24537 5%, #ed1c23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#ed1c23');
	background-color:#f24537;
	-webkit-border-top-left-radius:14px;
	-moz-border-radius-topleft:14px;
	border-top-left-radius:14px;
	-webkit-border-top-right-radius:14px;
	-moz-border-radius-topright:14px;
	border-top-right-radius:14px;
	-webkit-border-bottom-right-radius:14px;
	-moz-border-radius-bottomright:14px;
	border-bottom-right-radius:14px;
	-webkit-border-bottom-left-radius:14px;
	-moz-border-radius-bottomleft:14px;
	border-bottom-left-radius:14px;
	text-indent:0;
	border:1px solid #ed1c23;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:110px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #800515;
	margin-left:45%;
	margin-top:10px;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed1c23), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #ed1c23 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c23', endColorstr='#f24537');
	background-color:#ed1c23;
}.button:active {
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */

#content h1{
	font-size: 25px;
	color:white;
	text-align:center;

}