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

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #1b4666;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #5687df;
}
a:hover {
    color: #629bff;
    text-decoration: none;
}

hr {
    margin: 15px auto;
}

img.buy_button {
    border: none;
    margin: auto;
    display: block;
}

p {
    margin: 9px auto;
}

form fieldset {
    border: none;
}

#page_container {
	margin: auto;
	width: 900px;
	background-color: #FFFFFF;
}

#main_content object {
    display: block;
    margin: 25px auto;
}

#header {
	
}

#content_wrapper {
	padding: 20px 45px;
}

#headline {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;	
}

.line {
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#list_wrapper {
	margin-left: 350px;
}

.atm_list {
	font-size: 18px;
	color: #0a5aa1;
	font-weight: bold;
	line-height: 37px;
	list-style-image: url(../images/check_box.jpg);
}

#interested_image {
	width: 583px;
	margin-left: 240px;
	margin-top: 20px;
}

#form_wrapper {
	background-image: url(../images/form.jpg);
	height: 341px;
	width: 811px;
}

#form_code {
	text-align: center;
	padding-top: 177px;
}

form table {
    margin: auto;
}
form table td {
    padding: 4px;
}

form input[type='text'],
form input[type='password'] {
    font-size: 20px;
    height: 25px;
    width: 300px;
}

form.register_form {
    margin-top: 25px;
}

#list_wrapper2 {
	margin-left: 35px;
}

.end_list {
	font-size: 19px;
	color: #0a5aa1;
	font-weight: bold;
	line-height: 41px;
	list-style-image: url(../images/check_box.jpg);
	width: 630px;
}

#footer {
	
}

div.download_container img {
    display: block;
    margin: 35px auto;
    border: none;
}

table.standard_rs {
    width: 100%;
    font-size: 13px;
    margin-top: 10px;
}

table.standard_rs th {
    border-bottom: 2px solid #b8caff;
    background-color: #ccdbff;
}

table.standard_rs td,
table.standard_rs th {
    padding: 4px;
    text-align: left;
}


table.standard_rs tr.alt {
    background-color: #dee4ff;
}

.success_message {
    background-color: #a5c9ff;
    border: 1px solid #7f9ac4;
    padding: 4px;
}
