@charset "utf-8";
/* CSS Document */

# {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;}
.clearfix {
	clear: both;
	line-height: 0;
	padding: 0;
	margin: 0;
}
body {
	background: url(/images/comingSoon/ordering-bg.jpg) no-repeat center top #fff;
	padding: 0 0 25px;
	margin: 0;
}
#wrapper {
	width: 761px;
	margin: 0 auto;
}
.phone-number {
	width: 238px;
	float: right;
	font-size: 33px;
	color: #fff;
	text-align: right;
	background: #000;
	border-bottom-left-radius: 22px;
	-moz-border-bottom-left-radius: 22px;
	-webkit-border-bottom-left-radius: 22px;
	-khtml-border-bottom-left-radius: 22px;
	border-bottom-right-radius: 22px;
	-moz-border-bottom-right-radius: 22px;
	-webkit-border-bottom-right-radius: 22px;
	-khtml-border-bottom-right-radius: 22px;
	padding: 8px 24px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	margin: 0 65px 314px 0;
}
.phone-number i {
	display: block;
	font-size: 25px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	
}
.form-box {
	border: 3px solid #fcc807;
	background: #1a1a1a;
	padding: 35px 70px;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-khtml-border-radius: 26px;
}
.form-box h2 {
	font-size: 36px;
	color: #fff;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
}
.form-box h3 {
	font-size: 25px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	/*border-bottom: 1px solid #fbfbfb;*/
}
.form-box p {
	font-size: 23px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-style: italic;
}
.input-field {
	width: 188px;
	padding: 3px 14px;
	border: 3px solid #fcc807;
	background: #fff;
	font-size: 18px;
	color: #a8a8a8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0 15px 0 0;
	float: left;
}
.go-submit {
	background: url(/images/comingSoon/btn-go.gif) no-repeat;
	border: 0;
	width: 58px;
	height: 32px;
	float: left;
}
.powered-by {
	display: block;
	padding: 25px 0 0;
	clear: both;
}