body {
    background:#000000;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
    border:none;
    color:#000000;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    font-weight:normal;
    margin:0;
    padding:0;
}

input {
	outline:none;	
	font-family:Arial;
font-size: 12px;
}

a {
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
    color: #000000;
	outline:none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0px;
}


h1, h2 {
	font-family:Arial;
	font-weight: normal;
	font-size: 20px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #545454;
}

.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;	
}

.mainer {
	width:950px;	
}

.logo {
	margin:20px 0;	
}

.text {
	font-size:14px;	
	background-color:#ffffff;
	border-radius:5px;
	padding:20px;
	color:#333333;
	line-height:18px;
	margin:0 0 20px 0;
	text-shadow:#EAEAEA 1px 1px 0;
}

.text .button a {
	display:block;
	width:250px;
	border:1px solid #D5D5D5;
	border-radius:5px;
	text-decoration:none;
	-webkit-box-shadow:0px 3px 3px #555555;
    -moz-box-shadow:0px 3px 3px #555555;
    box-shadow:0px 3px 3px #555555;
	color:#ffffff;
	text-shadow:#555555 1px 1px 0;
	font-weight:bold;
	font-size:16px;
}

.text .button a span {
	border:1px solid #ffffff;
	border-radius:5px;
	display:block;height:40px;
	line-height:40px;
	background-image:-o-linear-gradient(#fd686a,#fc0204);
	background:-webkit-gradient(linear, left top, left bottom, from(#fd686a), to(#fc0204));
	background:-moz-linear-gradient(top, #fd686a, #fc0204);
}

.text .button a:hover span {
	background-image:-o-linear-gradient(#fc0204,#fd686a);
	background:-webkit-gradient(linear, left top, left bottom, from(#fc0204), to(#fd686a));
	background:-moz-linear-gradient(top, #fc0204, #fd686a);
}

