.dfc-head, 
.dfc-subhead, 
.dfc-footer, 
.hiddenlogin {
	display: none;
}

#Body {
	margin: 0;
	padding: 0 10px 10px;
	background: url(../img/v2-site-bg.png) repeat;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.v2-dfc {
	width: auto;
}

.normal-container-head {
	height: 97px;
	background: url(../img/mobile-login-header.png) no-repeat center center;
}

.normal-login-container {
	background: #eeeeee none;
	padding: 10px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
}

.normal-login-container .normal-login-container-content
{
	padding-top: 10px;
}

.normal-login-container .normal-login-container-content p {
	width: auto;
}

.normal-login-container h1 {
	display: none !important;
}

.normal-login-container p {
	margin: 0;
	padding: 0;
}

.dfc-left-pane {
	float: none;
	width: auto;
}

.dfc-right-pane {
	float: none;
	width: auto;
}

.register-now-sidebar-button {
	
}

h1 {
	
}

.BigLabel {
	color: gray;
	font-size: 12px;
}

.LoginFloat input {
	width: 100%;
	height: 30px;
	border: 1px solid #d2d4d4;
	background-image: url(../img/trans.png);
}

.normal-login-container #MemberLogin .BigLoginButton input
{
	background-image: none;
	text-indent: 0;
	vertical-align: middle;
	color: white;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: block;
	width: 100%;
	text-transform: uppercase;
}

.BigLoginButton {
	background-color: red;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 5px 0 0;
    height: 50px;
    display: block;
    width: auto;
    background-image: none;
    
    background-image: linear-gradient(bottom, rgb(218,32,32) 0%, rgb(255,113,113) 100%);
    background-image: -o-linear-gradient(bottom, rgb(218,32,32) 0%, rgb(255,113,113) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(218,32,32) 0%, rgb(255,113,113) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(218,32,32) 0%, rgb(255,113,113) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(218,32,32) 0%, rgb(255,113,113) 100%);
    
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0, rgb(218,32,32)),
    	color-stop(1, rgb(255,113,113))
    );
    
}

.BigLoginButton input {
	height: 50px;
	width: 100%;
	display: block;
	border: none;
	background: none;
	background: url(../img/BigLoginButton-Mobile.png) no-repeat center center;
}

a.register-now-sidebar-button, 
a.register-now-sidebar-button:visited, 
a.register-now-sidebar-button:hover, 
a.register-now-sidebar-button:active {
	background-color: #f4ae43;

	background-image: linear-gradient(bottom, rgb(255,213,107) 0%, rgb(236,146,49) 100%);
	background-image: -o-linear-gradient(bottom, rgb(255,213,107) 0%, rgb(236,146,49) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(255,213,107) 0%, rgb(236,146,49) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,213,107) 0%, rgb(236,146,49) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(255,213,107) 0%, rgb(236,146,49) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(255,213,107)),
		color-stop(1, rgb(236,146,49))
	);
	
	color: white;
	width: 100%;
	margin-top: 10px;
	height: 50px;
	text-align: center;
	font: bold 20px/50px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
}

.normal-container-content {
	background-color: #eeeeee !important;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

