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

}
body, html
{
	margin:0;
	padding:0;
	min-width:100%;
	height:100%;
	font-family: 'brandon_grotesque_regularRg';
	color: white;
	-webkit-perspective:1000;


}

#wrapper
{
	min-width:100%;
	height:100%;
	display: table;
	float: left;
	text-align: center;
	background-color: #e74741;
	/*box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:30px solid #e74741;*/

}

#top
{
	display: table-cell;
	vertical-align: middle;
	/*background-color:#F2F1ED;*/
	background-color: white;
	height:80%;
	-webkit-transition:all 0.6s;
}

.topFlip
{
	/*-webkit-transform:rotateX(180deg);*/
}

#bottom 
{
	display: table-row;
	height:20%;
	width:100%;
	vertical-align: middle;
	background-color: #e74741;
	/*font-size: 15px;*/
	padding:25px;
	text-align: left;

}


#contactForm
{
	margin:0px auto;
	margin-top:25px;
	width:480px;
	/*background-color: blue;*/
	display: block;
}
label
{
	margin-bottom: 20px;
	display: block;
	font-weight: normal;
	font-size: 14px;

}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #f9cec0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #f9cec0;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #f9cec0;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #f9cec0;
}

input, textarea
{
	padding:10px;
	width:460px;
	height:50px;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	color: #e74741;
	text-transform: uppercase;
	font-family: 'brandon_grotesque_regularRg';
	font-weight: 100;
	/*background-color: #F2F1ED;*/

}
textarea
{
	height:100px;
	margin-top: 10px;
	margin-bottom: 5px;
}

button
{
	width: 180px;
	height: 50px;
	/*margin-right: 15px;*/
	margin-bottom: 20px;
	float: right;
	border: none;
	border-radius: 5px;
	color: #F2F1ED;
	background-color: #454444;
	font-family: 'brandon_grotesque_regularRg';
	font-size: 16px;
	font-weight:100;
	text-transform:uppercase;
	cursor:pointer;
}

.success
{
	background-color: #33cea8;
}








