/* @override http://s3.golfballs.com/cms/cms.css */

#ddBox {
	max-width: 940px;
}

#ddMast {
	background: url(http://s3.golfballs.com/images/creative/dozen_a_day/2013-06/absTopMasthead_3.jpg);
	height: 116px;
	max-height: 116px;
	overflow: hidden;
}

/* @group Entry Area */

#ddEntry {
	float: left;
	width: 266px;
	margin: 6px 0 0 521px;
}

#ddEntry .box {
	background: rgba(0,0,0,.5);
	height: 76px;
	overflow: hidden;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 0px 8px 0px;
	border-radius: 8px 0px 8px 0px;
	border: #ccc 2px solid;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .5);
	padding: 5px;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
/* IE6-9 */
}

#ddEntry a.btnEnter {
	display: block;
	float: right;
	background: url(http://s3.golfballs.com/images/creative/dozen_a_day/2013-06/btnEnter.png) 0 0;
	height: 0;
	padding-top: 78px;
	width: 72px;
	overflow: hidden;
}

#ddEntry .box input {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	width: 157px;
	float: left;
	border: 2px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, .3);
	margin: 0 0 8px 0;
	height: 28px;
}

#ddEntry .box h2 {
	color: #fc9500;
	border-bottom: 1px solid #888;
}

#ddEntry .box input:focus {
	background-color: #fff6c6;
}

#ddEntry ul {
	padding: 0;
	margin: 2px 0 0 0;
	list-style-type: none;
}

#ddEntry ul li {
	width: 32%;
	float: left;
	text-align: center;
}

#ddEntry ul li a {
	color: #fff09a;
	font-size: 11px;
}

/* @end */

/* @group Black Bar */

.ddBlackBar {
	background-color: #181818;
	height: 27px;
	border-top: 1px solid #777;
	color: #fff;
	line-height: 27px;
	padding: 0 10px;
}

.ddBlackBar .button {
	background: url(http://s3.golfballs.com/images/creative/dozen_a_day/2013-06/buttonSpriteL.png) no-repeat 0 0;
	height: 18px;
	font-size: 13px;
	padding-left: 8px;
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 5px;
}

.ddBlackBar .button span {
	background: url(http://s3.golfballs.com/images/creative/dozen_a_day/2013-06/buttonSpriteR.png) no-repeat right 0;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	padding-right: 11px;
	color: #333;
}

.ddBlackBar .button.orange {
	background-position: 0 -18px;
}

.ddBlackBar .button.orange span {
	background-position: right -18px;
	color: #fff;
}

.ddBlackBar .button:hover {
	background-position: 0 0;
}

.ddBlackBar .button:hover span {
	background-position: right 0;
}

.ddBlackBar .button.orange:hover {
	background-position: 0 -18px;
}

.ddBlackBar .button.orange:hover span {
	background-position: right -18px;
}

.ddBlackBar A {
	height: 27px;
	float: left;
}

.ddBlackBar .ddH {
	float: left;
}

.ddBlackBar .ddH.smallLogo {
	width: 213px;
	height: 17px;
	background: url(http://s3.golfballs.com/images/creative/dozen_a_day/2013-06/ddLogoSm.png) no-repeat 0 0;
	margin-top: 5px;
	position: absolute;
}

.ddBlackBar .ddH.daily {
	float: left;
	background: url(http://s3.golfballs.com/images/creative/dozen_a_day/2013-06/headerDaily.png) no-repeat 0 5px;
	padding-left: 120px;
}

.ddBlackBar .ddH.grand {
	float: right;
	background: url(http://s3.golfballs.com/images/creative/dozen_a_day/2013-06/headerGrand.png) no-repeat right 5px;
	padding-right: 98px;
}

.ddBlackBar .ddH.enter {
	float: right;
	font-style: italic;
}

#ddCloseBox {
	position: absolute;
	width: 940px;
	height: 27px;
	margin-left: -10px;
	z-index: 1200;
	float: left;
}

/* @end */

#ddCloseX {
	float: right;
	font-weight: bold;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	padding: 2px 6px;
	margin-top: 3px;
	margin-right: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
/* IE6-9 */
}


#ddCloseX:hover {
	background-color: rgba(0,0,0,1);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000',GradientType=0 );
/*

IE6-9 */
}