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

/*-----------------------------  GLOBAL --------------------------------------------*/	

body {
	margin:0px;
	padding:0px;
	font-family:"Verdana","Arial","Tahoma";
	font-size:11px;
	background: #bcad85 url(http://cdn.mileymason.com/images/mmm/login/bg.gif);
	color:#000000;
	text-align:left;
	} 

.clearfloat { clear:both; }
	
	
	
/*-----------------------------  HEADER --------------------------------------------*/	
.header {
	margin:0 auto;
	padding:0px;
	background: url(http://cdn.mileymason.com/images/mmm/login/login_header.gif) top center no-repeat;
	width: 960px;
	height:135px;
	margin-top:7em;
	} 
	
	
	
	
/*-----------------------------  BODY --------------------------------------------*/
.body_content {
	margin:0 auto;
	padding:0px;
	background: url(http://cdn.mileymason.com/images/mmm/login/login_body.gif) repeat-y scroll 0 0;
	width: 960px;
	}

.title {
	text-align:center;
	font-weight:bold;
	}
	
.title a { color:#cc0066; }
.title a:hover { color:#333333; }
	
.form_container {
	width:960px;
	padding: 0px;
	margin: 0 auto;
	}
	
	
.form_box {
	width: 340px;
	background:url(http://cdn.mileymason.com/images/mmm/login/form_box_top.gif) no-repeat scroll center top;
	}

.form_box h1 {
	font-size:12px;
	padding-left:10px;
	padding-top:10px;
	margin-bottom:10px;
	color: #cc0066;
	}

.form_box_bg {
	width: 340px;
	background:url(http://cdn.mileymason.com/images/mmm/login/form_box_bottom.gif) no-repeat scroll center bottom;
	height:180px;
	}


/* FORM */
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:300px;
	padding-top: 20px;
	
}

	/* ----------- stylized ----------- */
	#stylized{
		margin: 5px 0px 0px 10px;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color: #333333;
		margin-bottom:20px;
		border-bottom:solid 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		color: #666666;
		width:100px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:100px;
	}
	#stylized input{
		float: left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:170px;
		margin:2px 0 10px 10px;
	}
	#stylized .checkbox{
		float: left;
		color:#CC0066;
		width:20px;
		border:0px;
	}
	#stylized button{ 
		clear:both;
		margin-left:150px;
		margin-bottom:20px;
		width:137px;
		height:22px;
		background:#666666 url(http://cdn.mileymason.com/images/mmm/login/button.gif) no-repeat;
		text-align:center;
		line-height:22px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}
	
	form {
	clear: both;
	}
	
	
/*-----------------------------  FOOTER --------------------------------------------*/	
.footer {
	margin:0 auto;
	padding:0px;
	background: url(http://cdn.mileymason.com/images/mmm/login/login_footer.gif) top center no-repeat;
	width: 960px;
	height:61px;
	} 
