
.mg_login_content {
	text-align: center;
	margin: 0 auto;
	font-size:11px;
	white-space: nowrap;
	padding: 3px 0;
}

.mg_login_content a {
	cursor: pointer;
}

#mg_loginbox {
	display:none;
	background-color:orange;
	color: #111111 !important;
	background: -moz-linear-gradient(left top 315deg, orange, #fff);
	background: -webkit-gradient(linear, left top, right bottom, from(orange), to(#fff));
	width:270px;
	padding:10px;
	border:2px solid gainsboro;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -135px;
	z-index: 9998;
	text-align: center;
}

#mg_loginbox a{
	color: #111111 !important;
	font-weight: bold !important;
}

#mg_loginbox a:hover{
	text-decoration: underline !important;
}

a.mg_loginboxclose{
	display: none;
	float:right;
	width:30px;
	height:30px;
	background:transparent url(../images/close.png) repeat top left;
	margin-top:-25px;
	margin-right:-25px;
	cursor:pointer;
	z-index: 9999;
}

#mg_login_overlay {
	background-color:#111111;
	color: #ffffff;
	visibility: visible;
	filter: alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	z-index: 9997;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 2000px;
}

.user_name {
	padding-left: 18px;
	background-color:azure;
	color: #111111 !important;
	background-image: url(../images/user_name.png);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.user_pass {
	padding-left: 18px;
	background-color:azure;
	color: #111111 !important;
	background-image: url(../images/user_pass.png);
	background-repeat: no-repeat;
	border: 1px solid #999999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.mg_link_button, .mg_link_button {
	text-decoration: none;
	background-color:orange;
	color: white;
	font-weight: bold;
	border: 1px solid gainsboro;
    font-size:12px;
	text-align: center;
    height:auto;
    width:auto;
	padding: 3px 5px;
	margin:2px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;

}

a.mg_link_button:hover, .mg_link_button:hover {
	background-color:darkorange;
}

#mg_login_box, #login_button {
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-position:2px;
	padding-left: 20px;
}

#mg_register_box {
	background-image: url(../images/register.png);
	background-repeat: no-repeat;
	background-position:2px;
	padding-left: 20px;
}

#mg_logout_box {
	background-image: url(../images/logout.png);
	background-repeat: no-repeat;
	background-position:2px;
	padding-left: 20px;
}

.orange_button_small {
	background-color:orange;
	color: white;
	border: 1px solid gainsboro;
    font-size:10px;
    width:auto;
	padding: 2px 5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
	white-space: nowrap;
	cursor: pointer;
}

.orange_button_small:hover {
	background-color:darkorange;
}