﻿* {
	margin: 0 auto;
}
body {
	background-color: #f3f3f3;
}
#image {
	position: inherit;
	width:400px;
	height:400px;
	background:url(../images/image_screen.jpg) no-repeat;
	background-color: #000;
	}
#emailholder {
	position: inherit;
	width: 350px;
	height: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	background: #e0e0e0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	}
.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 12px;
}
.text_2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
}
#clear {
	clear: both;
	}
.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: red;
	font-size: 12px;
}