/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	min-width: 640px;
	color: #666666;
	line-height: 150%;
	text-align: center;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hidden {display:none;}

.errortext {
	font-weight: bold;
	color: #FF0000;	
	}
	
.wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 640px;
	height: auto;
	}

.header {
	height: 320px;
	width: 640px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/banner.gif) no-repeat left top;
	float: none;
	}

.footer {
	height: 60px;
	width: 540px;
	padding: 0px;
	background: url(images/footer.gif) no-repeat center top;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	clear: both;
	}

.main {
	width: 540px;
	margin: 0px auto;
	height: auto;
	float: none;
	}

#content {
	float: left;
	width: 530px;
	text-align: justify;
	margin-top: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	}

#content a {
	font-style: italic;
	text-decoration: none;
	color: #333333;
	}


#themes {
	float: right;
	width: 176px;
	height: 170px;
	margin: 5px 0px 0px 0px;
	background: url(images/themes.gif) no-repeat top right;
	}

#getdvd {
	float: left;
	clear: right;
	width: 130px;
	height: 60px;
	margin: 5px 0px 0px;
	padding: 90px 20px 20px 180px;
	background: url(images/getdvd.gif) no-repeat top right;
	text-decoration: none;
	color: #666666;
	font-size: 80%;
	text-align: center;
	}
	
#boxtop {
	width: 540px;
	height: 20px;
	margin: 20px 0px 0px 0px;
	background: url(images/boxtop.gif) no-repeat top left;
	}
	
#boxmid {
	width: 510px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background: url(images/boxmid.gif) repeat-y left top;
	}

#boxbot {
	clear: both;
	width: 540px;
	height: 20px;
	margin: 0px 0px 20px 0px;
	background: url(images/boxbot.gif) no-repeat top left;
	}
	
div.row {
  clear: both;
  padding: 10px 0px 10px 0px;
  }

div.row span.label {
  float: left;
  width: 200px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 300px;
  text-align: left;
  } 

