@charset "utf-8";

html {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	
	background-color:#201926;
	background-image:url(images/tile.jpg);
	
	color:#88848b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a, a:visited, a:active {
	color: #88848b;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: underline;
	}

IMG {
	border-width:0px;
}

.wrapper {
	margin:0px;
	text-align:center;
}

.centerIMG {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-198px;
	margin-top:-101px;
	border-width:0px;
}

.main {
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
	width:427px;
}

.header {
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/top.png');
	width:427px;
	height: 199px;
}
.header[class]{
	background: url(images/top.png) no-repeat center;
}

.container{
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/ver_tile.png');
	width:427px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	text-align:left;
}
.container[class]{
	background: url(images/ver_tile.png) repeat-y center;
}

.text {
	padding:35px;
	padding-top:25px;
	padding-bottom:25px;
	display:block;
}

.title{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.form {
    //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/ver_tile.png');
	margin:0px;
	width:427px;
	display:block;
}
.form[class]{
	background: url(images/ver_tile.png) repeat-y center;
}

.mailInput {
	background-color:#3a3340;
	color:#fff;
	border:0px;
	text-align:right;
	padding-right:5px;
	font-size:14px;
}

.submitButton {
	background-color:#201926;
	color:#FFFFFF;
	border:0px;
	height:18px;
}

.footer {
	//filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/bottom.png');
	width:427px;
	height: 24px;
	display:block;
}
.footer[class] {
	background: url(images/bottom.png) no-repeat center;
	}

.copy {
	font-size:10px;
}
