/* override defaults */

    .reg-btn{background: transparent url(/portals/jrmustangs/register-btn.gif) no-repeat top left; width:270px; height:120px;overflow:hidden;text-indent:-99999px; display:block;}
    a:hover.reg-btn{background: transparent url(/portals/jrmustangs/register-btn.gif) no-repeat bottom left; width:270px; height:120px;overflow:hidden;text-indent:-99999px; display:block;}

#footer .registerLink, #footer .loginlink { font-size: 12px;}

.help-message {border:1px solid #e5e181;background: #fefde2;color:#666; padding-left: 10px;}	

/* big blue sign up button */
.signup {
	color: #666;
	font-size: 16px;
	padding: 15px 0;
	text-align: center;
}
	.signup p {
		margin-bottom: 0;
	}
		
	a.signup-button {
		background: -moz-linear-gradient(center top , #50B7D1, #286DA3) repeat scroll 0 0 transparent;
		background: -webkit-gradient(linear,left top,left bottom,from(#50B7D1),to(#286DA3));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#50b7d1',endColorstr='#286da3')
		border: 1px solid #51A0B3;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
		color: #BED7E1;
		display: inline-block;
		font-size: 11px;
		padding: 12px 24px;
		text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25);
		font-weight: bold;
		text-decoration: none;
	}
	
	a.signup-button:hover {
		background: -moz-linear-gradient(-90deg, #66C7E5, #328FC9) repeat scroll 0 0 transparent;
		background: -webkit-gradient(linear,left top,left bottom,from(#66C7E5),to(#328FC9));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66C7E5',endColorstr='#328FC9')
		text-decoration: none;
	}
	a.signup-button:visited {
    	color: #BED7E1;
	}
	.signup-button strong {
    	color: #FFFFFF;
		display: block;
		font-size: 18px;
	}
	.signup-button em {
		color: #C8ECFF;
		font-style: normal;
		font-weight: bold;
	}

.green a.signup-button{
background: #639d50; /* Old browsers */
background: -moz-linear-gradient(top,  #639d50 0%, #428b2f 47%, #1a6b0d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#639d50), color-stop(47%,#428b2f), color-stop(100%,#1a6b0d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #639d50 0%,#428b2f 47%,#1a6b0d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #639d50 0%,#428b2f 47%,#1a6b0d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #639d50 0%,#428b2f 47%,#1a6b0d 100%); /* IE10+ */
background: linear-gradient(top,  #639d50 0%,#428b2f 47%,#1a6b0d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#639d50', endColorstr='#1a6b0d',GradientType=0 ); /* IE6-9 */
}
.green a.signup-button:hover{
background: #8fbf7d; /* Old browsers */
background: -moz-linear-gradient(top,  #8fbf7d 0%, #6aaf53 47%, #38971f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fbf7d), color-stop(47%,#6aaf53), color-stop(100%,#38971f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8fbf7d 0%,#6aaf53 47%,#38971f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8fbf7d 0%,#6aaf53 47%,#38971f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8fbf7d 0%,#6aaf53 47%,#38971f 100%); /* IE10+ */
background: linear-gradient(top,  #8fbf7d 0%,#6aaf53 47%,#38971f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fbf7d', endColorstr='#38971f',GradientType=0 ); /* IE6-9 */
}
.create-side ul li { list-style: none; }


/* DNN 7 overrides */
.DNNEmptyPane.dnnSortable {min-height:0;}
.dnnEditState .DnnModule{opacity:1;} 

.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"]
{ padding: .5em; }
.team-reg-wrap {width: 940px !important;}
.radio.inline {width:150px;}
.serene .navbar-inner {filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);}
.Head{display:block;}
.engage-rotator-container {margin-bottom: 30px;}
