/*----------------- general page layout -----------------*/
body {background: #333; font: bold 12px Arial, Helvetica, sans-serif;}
div {text-align: center;}
select {margin-top: 8px;}
#main { height: 361px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 50px 0px;}

a.fullWeb {
	display: block;
	text-align: center;
	width: 320px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	color: white;
}

/*----------------- creates linkable div areas -----------------*/
div a {display: block;width: 100%;height: 100%;text-decoration: none;cursor: pointer;color: #fff;}



/*----------------- branding content -----------------*/
#masthead {
	height: 50px;
	width: 320px;
	line-height: 50px;
	background: no-repeat center top;
	z-index: ;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}




/*----------------- other call to action items -----------------*/
.action {
	height: 38px;
	width: 160px;
	float: left;
	line-height: 38px;
	text-shadow: -1px -1px 0px #333;
	color: #F00;
	background: url(/images/warning/bg-butn.png) repeat-x left bottom;	
}


/*----------------- video of the day -----------------*/
#vid_of_the_day {
	height: 156px;
	width: 320px;
	z-index: ;
	overflow: hidden;
	background: #000;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	
	
}
#vid_of_the_day img {position: absolute; top: 0px; left: 20px;}
#vid_of_the_day .butn-play {z-index: 1; top: 43px; left: 110px;}



/*----------------- grid view -----------------*/
#grid_view {
	width: 319px;
	background: #000;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
}
#grid_view a {
	float: left;
	width: 104px;
	height: 78px;
	margin: 1px;
}
#grid_view img {
	width: 104px;
	height: 78px;
}



/*----------------- pict of the day -----------------*/
#pict_of_the_day {
	height: 156px;
	width: 320px;
	background: #000;
	color: #fff;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}




/*----------------- iframe for SMS -----------------*/
iframe {
	height: 80px;
	width: 320px;
	float: left;
}

#smsSignup {
  padding-top:10px;
  padding-bottom:10px;
  text-align: center; 
  background:#626262;
  float: left;
}

#smsSignup form input {
    width: 70%;
    margin: 7px 1px;
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
}
#smsSignup input.submit{
    padding: 0px;
    font-size: 12px;
}
#smsSignup h1 {
    font-size: 1.1em;
    color: #fff;
    font-weight: normal;
    margin: 0px auto;
    padding: 0px;
    height: 33px;
    width: 320px;
    /* text-indent: -6000px; */
}

#smsSignup h3 {
    font-size: 12px;
    color: #fff;
}
#smsSignup form img {
    height: 30px;
    vertical-align: middle;
}

