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

body {
	background-image: url(../images/bkg_money.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: top;
	margin:0px;
	padding: 0px;
	text-align: center;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #c34036;
	padding-left: 4px;
	padding-right: 4px;
	width: 180px;
	height: 17px;
}

.headline {
	background-image: url(../images/headline.gif);
	background-repeat: no-repeat;
	width: 787px;
	height: 131px;
	margin: 25px auto;
}

.form_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: none;
	color: #333333;
	text-decoration: none;
	padding: 0;
	width: 196px;
	height: 69px;
}

#main_container {
	width: 901px;
	margin: auto;
}

#main_container table  td {
    color: 000000;
    text-align: left;
    font-size: 15px;
}

.content_holder {
	background-color: #000000;
	float: left;
}

.content_holder table {
	margin-left: auto;
	margin-right: auto;
}

.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.form_bg {
}

.form_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	background-image: url(../images/skin.gif);
	width: 887px;
	height: 420px;
	margin: auto;
}

.form_content table {
    float: right;
    width: 209px;
}

.form_content table table input {
    width: 150px;
}

.form_content table table input[name=submit] {
    margin: 0 9px 0 0;
    display: block;
    height: 69px;
    width: 196px;
    background-image: url(../images/button.jpg);
    border: none;
}

.form_content table .desc {
    padding: 42px 15px 5px 5px;
}


.form_content object {
    display: block;
    float: left;
}

#lcp_video {
	float: left;
	margin-left: 13px;
    margin-top: 13px;	
}

.form {
	margin-left: 500px;
	margin-top: 600px;
}

#form_table {
	margin-right: auto;
	margin-left: auto;
}
	

.form_error {
    background-color: #990000;
    color: white;
    text-align: center;
}

