*{
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
}

body{
	margin:0px;
	background-color:#333333;	
	font-family:Verdana;
	font-size:14px;
	color:#ffffff;
}

header{
	padding-top:10px;
}

label { 
	color:#ffffff;
	display:block;
	margin-bottom:3px;
}

label.error { 
	float:none;
	color:#cc3333;
	margin-top:3px;
}

input,textarea,select,option{
	width:100%;
	border:0px;
	padding:5px;
	background-color:#ffffff;
	color:#333333;
	border-radius:3px;
	resize:none;
}

textarea{
	height:200px;
}

h1{
	margin:0;
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
}

h2{
	margin:0;
	margin-top:20px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}

h2 a{
	text-decoration:underline;
	color:#ffffff;
}

h2 a:hover{
	text-decoration:underline;
	color:#333333;
}

hr{
	margin:0;
	padding:0;
	border-top:1px dashed #FF6600;
}

a{
	color:#ffffff;
}

a:hover{
	color:#FF0000;
	text-decoration:underline;
}

.btn-mc{
	border:1px solid #ffffff;
	color:#ffffff;
	background: -webkit-linear-gradient(#FFCC00,#FF6600); 	/* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#FFCC00,#FF6600); 		/* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#FFCC00,#FF6600); 		/* For Firefox 3.6 to 15 */
  	background: linear-gradient(#FFCC00,#FF6600); 			/* Standard syntax */	
}

.btn-mc:hover{
	border:1px solid #ffffff;
	color:#333333;
	background: -webkit-linear-gradient(#F8F8F8,#CCCCCC); 	/* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#F8F8F8,#CCCCCC); 		/* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#F8F8F8,#CCCCCC); 		/* For Firefox 3.6 to 15 */
  	background: linear-gradient(#F8F8F8,#CCCCCC); 			/* Standard syntax */	
}

.btn-mc.active{
	color:#ffffff;
	background-color:#999999;
}

.txt-orange{
	margin-top:10px;
	background-color:#FF6600;
	color:#ffffff;
}

.nav-mc{
	float:right;	
}

.cont_p{
	margin-top:10px;
	text-align:justify;
}

.cont_c{
	margin-top:10px;
	text-align:center;
}

.cont_r{
	margin-top:10px;
	text-align:right;
}

.cont_l{
	margin-top:10px;
	text-align:left;
}

.cont_tit{
	font-size:18px;
	text-align:center;
}

#map-canvas{
	margin-top:10px;
	width:100%;
	height:400px;
}

#mcfooter{
	margin-top:10px;
	border-top:1px dashed #FF6600;
}
