@charset "utf-8";
/* CSS Document */

body { background-color: #000000; }

#wrapper { margin: 0px auto; width: 591px; }

.entryformbg { background-image: url(../images/playcation/entryformbg.jpg); background-repeat: repeat-y; vertical-align: text-top; padding-left: 14px; }

#sharethefun {margin: 0px auto; text-align: center; padding: 20px 0px; }

.formfield {width: 250px; border: 2px solid #cfcfcf; height: 25px; font-size: 15px; padding-top: 3px; }

#header { padding: 3px 0px; margin-left: -10px; }

.coupontext { font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; text-align: left; font-weight: bold; }

#barcode { padding: 6px 0px; }

.rulestext { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 11px; text-align: left; }

.rulestitle { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 20px; text-align: center; font-weight: bold; }

.rulestextlarge { font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px; text-align: left; line-height: 18px; }



/* Image Checkbox Styles */
td img
   {
            display: block;
        }
        span.checkbox
        {
            width: 19px;
            height: 25px;
            padding: 0 5px 0 0;
            background: url(../checkbox.png) no-repeat;
            display: block;
            clear: left;
            float: right;
        }
		span.checkbox2
        {
            width: 19px;
            height: 25px;
            padding: 0 5px 0 0;
            background: url(../checkbox2.png) no-repeat;
            display: block;
            clear: left;
            float: right;
        }
        span.radio
        {
            width: 19px;
            height: 25px;
            padding: 0 5px 0 0;
            background: url(../radio.gif) no-repeat;
            display: block;
            clear: left;
            float: left;
        }
        span.select
        {
            position: absolute;
            width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
            height: 21px;
            padding: 0 24px 0 8px;
            color: #fff;
            font: 12px/21px arial,sans-serif;
            background: url(../select.gif) no-repeat;
            overflow: hidden;
        }
		 span.select2
        {
            position: absolute;
            width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
            height: 21px;
            padding: 0 24px 0 8px;
            color: #fff;
            font: 12px/21px arial,sans-serif;
            background: url(../select.gif) no-repeat;
            overflow: hidden;
        }
		

.modalBackground {
	background-color: #999999;
	filter:alpha(opacity=50);
	opacity:0.7;

}

.modalPopup
{
    background-color: #0000000;
    border: 2px solid #cccccc;
    padding: 0;
    width: 520px;
	height: auto;
    overflow: visible;

}

.modalPopupDragPanel 
{
	cursor: move;
    height: auto;
    border:none;
    border-bottom: 1px solid Grey;
    font-family: Arial, Helvetica, Sans-Serif;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 16px;
    font-weight: bold;
    height: 20px;
    position: relative;

}

.modalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	}

.modalPopupBody { color: #FFFFFF;}        
