/*=============================================================
	Print style for Mutual Community Double Challenge
=============================================================*/

@import url("global.css");

.hidden { display: inline-block;}
.show { display: none;}

body { font: normal 62.5%/17px "Verdana", Arial, Helvetica, sans-serif; color: #000; background: #fff; }
h1 img { display: none; }
ol.list li span.text { width: 660px; margin-bottom: 10px; display: block; float: right; }


/*=============================================================
	Main print skeleton layout
=============================================================*/

#container {  width: 750px; height: auto; border-bottom: 3px solid #002f7e; float: left; display: block; clear: both; }
#header { width: 750px; height: 90px; display: block; clear: both; border-bottom: 3px solid #002f7e; }
#mainpage { width: 750px; height: auto; clear: both; padding: 20px 0; }
.contents, .luckydraw-form { width: 720px; height: auto; display: block; clear: both; }
#footer { width: 750px; padding-top: 10px; clear: both; }
#footer h3 { font-size: 1.1em; margin-bottom: 5px; }
#footer h3 a { color: #000;  text-decoration: none; }


/*=============================================================
	Extras
=============================================================*/

#logo { float: left; width: 200px; }
#covered { border: 1px solid #000; width: 650px; height: auto; padding: 15px 20px; display: block; clear: both; margin: 10px 0; }

form.cmxform ol { width: 720px; height: auto; display: block; }
form.cmxform label { width: 170px; }
form.cmxform label.extended1 { width: auto; }
form.cmxform label.extended2 { width: 400px; }
form.cmxform input, form.cmxform select, form.cmxform textarea, input, select, textarea {
	border: 1px solid #d2d2d2;
	background: #fff;
	font: normal 12px/12px "verdana";
	color: #000;
}
form.cmxform input.send { float: left; width: 120px; height: 28px; text-align: center; color: #000; font-weight: bold; text-decoration: none; margin: 0 10px 0 0; display: block; cursor: pointer; }
form.cmxform input.send:hover, form.cmxform input.send.inputhover { color: #000; text-decoration: underline; }


