@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0px;
	background: #d97904 url('../images/bk_repeat.gif') no-repeat center top;
}

.wrapper
{
	width: 975px;
	height: 812px;
	background: url('../images/promo2.png');
	margin: 0 auto;
}

.input_name
{
	position: relative;
	top: 392px;
	left: 640px;
	width: 250px;
	font-size: 18px;
	font-weigth: bold;
	color: #0092b8;
	border: 0px;
}

.input_email
{
	position: relative;
	top: 476px;
	left: 400px;
	width: 250px;
	font-size: 18px;
	font-weigth: bold;
	color: #0092b8;
	border: 0px;
}

.button_submit
{
	position: relative;
	width: 149px;
	height: 43px;
	border: 0px;
	background: url('../images/submit_normal.png');
	top: 530px;
	right: -260px;
}

.button_submit:hover
{
	background: url('../images/submit_hover.png');
}

.videoblog
{
	width: 300px;
	display: block;
	height: 200px;
	position: relative;
	top: 520px;
	left: 390px;
	text-indent: -9000px;
}

*:focus {outline: none;}
