@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bg.jpg) repeat-x #fff;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#474747;
	text-transform:uppercase;
}

#wrapper {
	width:351px;
	margin:50px auto;
	position:relative;
}

#top {
	position:absolute;
	top:0;
	left:-127px;
}

#form {
	padding-top:171px;
	position:relative;
}

.thanksyou {
	border-bottom:1px solid #868586;
	padding-bottom:20px;
}

#form span {
	color:#973242;
}

#form input[type=text] { 
width: 207px;
position:absolute;
right:0;
height:17px;
background-color: #fff;
color:#474747;
font-family:"Times New Roman", Times, serif;
border:1px solid #c8c8c8;
}

#form #name {
	border-bottom:1px solid #868586;
	padding-bottom:9px;
	margin-bottom:9px;
}

#form #do-who {
	border-bottom:1px solid #868586;
	padding-bottom:9px;
	margin-bottom:9px;
	position:relative;
	height:36px;
}

#form #do-who input {
	z-index:50;
	position:absolute;
	right:0;
}

#form #do-who #christian {
	position:absolute;
	right:0;
	top:0;
}

#form #do-who #christian span {
	position:absolute;
	right:0;
	color:#323232;
	width:210px;
}

#form #do-who #mickey span {
	position:absolute;
	right:0;
	width:210px;
	color:#323232;
}

#form #do-who #mickey {
	position:absolute;
	right:0;
}

#form #email {
	border-bottom:1px solid #868586;
	padding-bottom:9px;
	margin-bottom:9px;
}

#form #message {
	margin-top:2px;
	padding-bottom:20px;
}

#form textarea {
	margin-top:6px;
	background-color: #fff;
	border:1px solid #c8c8c8;
	color:#323232;
	font-size:12px;
	font-weight: normal;
	width:333px;
	font-family:"Times New Roman", Times, serif;
	padding:8px;
}

#form #send {
	padding-bottom:20px;
	border-bottom:1px solid #868586;
}

#form #send input {
	border:1px solid #c8c8c8;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:3px 23px 1px;
}

#facebook-btm {
	padding:18px 0;
	border-bottom:3px solid #868586;
	position:relative;
}

#facebook-btm a {
	color:#474747;
	text-decoration:none;
}

#facebook-btm img {
	position:absolute;
	right:0;
	top:14px;
}
