@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000;
	background:url(images/bg.png) top center repeat;
}

#header{
	width:940px;
	height:390px;
	background:url(images/header.png) top center no-repeat;
}

#wrapper {
	width:940px;
	margin:10px auto;
}

#content{
	width:840px;
	padding:0px 20px 10px 20px;
	background-color:#919191;
	margin:0px auto;
}

/* General form styling */

.sidebyside {
	width:400px;
	padding:5px 50px;
}

.formdiv {
}

.center {
	width:550px;
	margin:0px auto;	
}

fieldset {
	border:1px solid #444444;
	background:#EEF0F0;
}

.leghead{
	background:#EEF0F0;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;	
}

.noborder {
	border:none;
}

legend {
	font-weight:bold;
}

input[type="checkbox"] {
	margin-right:5px;
	margin-left:15px;
}S

.small{
	width:50px;
}

/* Form divs */

.mag-hover{
	background:#aaa;
}

#magazine-select {
	width:300px;
	min-height:400px;
	padding:5px 10px;
}

#magazine-display {
	width:300px;
	height:400px;
	border:none;
	background:url(MagazineCovers/nothing.png)
}
	
	
/* Input styling */

input[type="button"]{
	width:100px;
	height:30px;
	background:#8fb0ce url(images/Buttonbg.png);
	border-radius:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#19436d;
	font-weight:bold;
	font-size:16px;
	border:2px solid #33587d;
}

input[type="button"][disabled="disabled"]{
	background:#8f8f8f url(images/Buttonbg.png);
	border:2px solid #333333;
	color:#333333;
}

/* Overlay */

.overlay{
	opacity:0.5; 
	background:#000; 
	width:100%;
	height:100%; 
	z-index:10;
	top:0; 
	left:0;
	position:fixed;
	display:none;
}
.overlay-box{
	display:none;
	z-index:15;
	position:fixed;
	width:500px;
	top:100px;
	left:20%;
	background:#fff;
	border:2px solid #919191;
}
.overlay-head{
	background:#8FB0CE url(images/Buttonbg.png);
	height:15px;
	border-bottom:2px dotted #919191;
}

.close{
	float:right;
	color:white;
	font-size:8pt;
	text-decoration:underline;
	margin:0;
	padding:1;
	cursor: pointer;
}

iframe{
	border:none;
}
#tou{
	cursor: pointer;
	text-decoration: underline;
	color:#333;
}