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

body {
	margin: 30px 0;
	padding: 0;
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer-01 {
	color: #FFFFFF;
	font-size: 9px;
	float: left;
}

#footer-01 a, #footer-02 a {
	color: #FFFFFF;
}

#footer-02 {
	color: #FFF;
	font-size: 9px;
	float: right;
	padding-right: 20px;
}

#dvd {
	width: 470px;
	height: 207px;
	/*background: url(../images/special-offer.png) no-repeat right bottom; */	
}

#cover {
	width: 95px;
	height: 143px;
	float: left;
	margin-right: 12px;
}

#text {
	width: 190px;
	height: 143px;
	float: left;
	font-size: 9px;
}



#container {
	width:760px;
	height: 500px;
	margin: 0 auto;
	border: 1px solid #333333;
	background: url(../images/bg-wallpaper.jpg) no-repeat;
}

#container-2 {
	width: 660px;
	height: 630px;
	margin: 0 auto;
	padding: 20px 50px;
	border: 1px solid #333333;
}

#container-3 {
	width:760px;
	height: 440px;
	margin: 0 auto;
	border: 1px solid #333333;
	background: url(../images/bg-wallpaper.jpg) no-repeat;
}



#image {
	widows: 760px;
	height: 500px;
	background: url(../images/wayne-01.jpg) no-repeat right;
}
#image2 {
	widows: 760px;
	height: 500px;
	background: url(../images/wayne-02.jpg) no-repeat right;
}

#image3 {
	widows: 760px;
	height: 440px;
	background: url(../images/wayne-02.jpg) no-repeat right;
}

#body {padding: 29px 0 0 50px;}

#copy {
	padding: 8px 0 8px 3px;
	width: 330px;
}

.copy2 {
	padding: 0 0 8px 3px;
	width: 250px;
	float:left;
}

.copy3 {
	padding: 0 0 8px 3px;
	width: 400px;
	float:left;
}


.form {
	padding: 8px 20px 8px 3px;
	width: 290px;
	float: left;
}

.btn {
	display: block;
	width: 204px;
	height: 46px;
	cursor: pointer;
	margin-bottom: 15px;
	background: url(../images/btn.gif) no-repeat;
}

.btn-over {background-position: 0px -46px;}

.btn-next {
	width: 141px;
	height: 46px;
	display: block;
	float: left;
	cursor: pointer;
	background: url(../images/btn-accept.gif) no-repeat;
}

.btn-next-over {background-position: 0px -46px;}

.btn-back {
	width: 78px;
	height: 46px;
	display: block;
	float: left;
	cursor: pointer;
	background: url(../images/btn-back.gif) no-repeat;
}

.btn-back-over {background-position: 0px -46px;}

.btn-preorder {
	width: 141px;
	height: 46px;
	display: block;
	cursor: pointer;
	background: url(../images/btn-order-small.gif) no-repeat;
}

.btn-preorder-over {background-position: 0px -46px;}

dd {margin: 0 0 5px 0;}

label {
}

.big {
	font-size: 20px;
}

.end {padding-bottom: 12px;}

.logos {
	clear: both;
	padding-top: 18px; 
}

h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 0 0;
	color: #999999;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
	float: right
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

.error_list
{
  color:red;
  font-size: 11px;
  list-style-type: none;
}
.radio_list
{
  font-size: 11px;
  list-style-type: none;
}
.checkbox_list
{
	font-size: 11px;
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}