@charset "utf-8";
/* CSS Document */


.mdg-loginLeftCont
{width:600px; float:left}

.mdg-loginInfoImgs img
{vertical-align:middle;}


.mdg-loginRightCont {
	width: 350px;
	height: auto;
	float: right;
}

.mdg-loginBox  {
	float: right;
	width: 335px;
	height:auto;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; 
	border:1px solid #b2b2b2;
	background-color:#f5f5f5; 
	background: white;
	-webkit-box-shadow: #B3B3B3 0px 0px 3px 1px; 
	-moz-box-shadow: 	#B3B3B3 0px 0px 3px 1px; 
	box-shadow: 		#B3B3B3 0px 0px 3px 1px;
	padding:6px 0 10px 0;
	margin-top:20px;
}

.mdg-loginBoxHeading {
	width: 335px;
	height:38px;
	border-bottom: 1px solid #b2b2b2;
	background-color: #ebebeb; 
	background: -moz-linear-gradient(top, #ebebeb 0%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient
	(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%,#d0d0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%,#d0d0d0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%,#d0d0d0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient
	( startColorstr='#ebebeb', endColorstr='#d0d0d0',GradientType=0 ); /* IE6-8 */
}

.mdg-ico-loginBox {
	padding-left:50px;
	background: url('../images/ico-login.png') no-repeat 10px -0px;
	font-size: 22px;
	margin-top: 5px;
}

.mdg-loginBox input[type=text], 
.mdg-loginBox input[type=password] {
	margin-left: 22px;
	clear:both;
	width:80%;
}

.mdg-loginBox p, .vloginBox p a {
	float: left;
	font-size:14px;
	color:#1d6198;
	margin-left: 18px;
	margin-top:25px;
}

.mdg-loginBox label {
	margin-left: 24px;
	line-height:30px;
}

.mdg-loginBox input[type=submit] {
	float: right;
	margin-right:24px;
	margin-top:20px;
}



.mdg-leftInfoBox p
{float:left; font-size:16px; font-weight:bold}

.mdg-leftInfoBox input[type=image]
{float:left; margin:10px 8px 0 8px;}

.mdg-loginCheckoutPP, .mdg-loginCheckoutGCO
{float:left; width:137px; height:38px;  margin:16px 0 0 0;}

.mdg-loginCheckoutPP
{background:url(../images/payment-paypalcheckout.png) no-repeat;}

.mdg-loginCheckoutPP .buttonRow
{margin:0 !important}

.mdg-loginCheckoutGCO
{background:url(../images/payment-gco.png) no-repeat;}

.mdg-loginCheckoutGCO div#mdg-gcoButton input[type=image], 
.mdg-loginCheckoutPP input[type=image]
{margin:0; float:left !important;}

.mdg-loginCheckoutPP input[type=image], 
#mdg-gcoButton input[type=image]
{opacity:0;  filter: alpha(opacity=0);
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 width:127px !important; height:38px !important;  z-index:999;}

#mdg-gcoButton font
{display:none !important;}

