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

body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana;
	font-size: small;
	color: #333;
	text-align: center;
	background-image: url(../images/bg01.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

#header {
	background-image: url(../images/bg_mbc_logo.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 80px;
	width: 100%;
}
#container {
	width: 890px;
	font-size: 95%; /* slight adjustment */
	text-align: left;
	border: 1px solid #E3CAA6;
	border-top: none;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	}
h1 { 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 150%; 
	color: #663;
	}
code {
	font-size: 110%;
	}
.note {
	font-size: 90%;
	color: #666;
	}
	
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
	
input {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666600;
}
#container form {
	background-image: url(../images/bg_form.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Begin Letter Code ------------------------------- */

#lettercopy {
	background-image: url(../images/bg_letter_shadow.gif);
	background-repeat: repeat-y;
	background-position: top;
	margin: auto;
	width: 600px;

}
#lettertext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#lettertop {
	background-image: url(../images/bg_letter_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
	height: 20px;
	width: 600px;
}
#letterbottom {
	background-image: url(../images/bg_letter_bottom.gif);
	background-repeat: no-repeat;
	margin: auto;
	height: 20px;
	width: 600px;
	background-position: bottom;
}
/* Letter END ----------------------- */

.required {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}


.emailsent {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}

#continue {
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	padding: 10px;
	color: #990000;
	margin: auto;
	width: 400px;
}
#continue a a:visited {
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	padding: 10px;
	color: #990000;
}
#continue a:hover {
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
	padding: 10px;
	color: #FFFFFF;
	background-color: #009900;
}

#btn_video {
	margin: 5px;
	float: right;
}