body {
	margin-top: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ed1b2d;	
	background-color: #ffffff;	
	background: url(../images/bg.gif) repeat-x top;
}

a {
	color: #ed1b2d;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	
}


a:hover {
	color: #ed1b2d;
	text-decoration: underline;
}

.button {
	background: url(../images/button.gif) no-repeat top center;
	width: 150px;
	height: 31px;
	padding-left: 62px;
	padding-top: 29px;
}

.button a {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.window_left {
	font-size: 11px;
	font-weight: bold;
	color: #52351f;	
}


.window_main {
	background-color: #ede9e6;
	font-size: 12px;
	color: #52351f;	
}

h1 {
	font-size: 26px;
	font-weight: bold;
	color: #c6242d;
	padding: 15px 0px 10px 0px;
	margin: 0px;
}

.spacer_5 {
	height: 5px;
	font-size: 5px;
}

.spacer_10 {
	height: 10px;
	font-size: 10px;
}

.error	{
	font-size: 11px;
	color: #ed1b2d;
	font-weight: bold;
}

.footer1 {
	color: #c6242d;
	font-size: 11px;
	font-weight: bold;	
}

.player {
	background: url(../images/button_bg.gif) no-repeat top center;
	width: 200px;
	height: 51px;
	padding-left: 12px;
	padding-top: 9px;
	color: #ffffff;	
}






.form_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	padding-top: 2px;
	padding-left: 2px;	
	width: 330px;
	height: 20px;
	color: #000000;
	background: #ffffff;
	border: 1px solid #ed1b2d;
}

.form_text {
	font-size: 11px;	
	color: #000000;
	font-weight: bold;	
}

.form_submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;	
	padding: 1px;
	width: 150px;
	color: #ffffff;
	background: #ed1b2d;
	border: 1px solid #000000;
}