* {margin: 0; padding: 0;}

body {
	text-align: center;
	font: 12px/1.4em "Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	color: #545454;
	background: #dedede;
	/*background: url(http://cantaloupe.tv/images/subscribe/containerBg.gif) repeat-y top center  #dedede;*/
	}

#header {
	height: 90px;
	background: url(../images/subscribe/headerBg.gif) no-repeat top left;
	}
	
h1 {
	font-size: 16px;
	clear: both;
	color: #5178B0;
	margin: 10px 0 10px 0;
	line-height: 40px;
	border-bottom: 1px dashed #666;
	}
	
#container {
	margin: 40px auto 0 auto;
	width: 565px;
	text-align: left;
	background: url(http://cantaloupe.tv/images/subscribe/containerBg.gif) repeat-y top center  #dedede;
	}
	
	
	dl.form {
		width: 500px;
		}
	
	dl.form dt {
		float: left;
		clear: left;
		width: 150px;
		margin: 0 10px 15px 0;
		}
		
	dl.form dd {
		float: left;
		margin: 0 0 15px 0;
		width: 300px;
		}
		
		dl.form dd#targets label {
			font-weight: normal;
			font-size: 11px;
			}
			
		dl.form dd#targets input , dl.form dd#targets label {
			margin: 0 5px 0 0;
			}

input.input_text {
	padding: 2px;
	float: left;
	font-size: 1em;
	width: 280px;
	}
	
label {
	font-weight: bold;
	}

.finePrint {
	font-size: 10px;
	}
	
#lSubscribeStatus {
	display: block;
	padding: 5px;
	margin: 10px 0;
}

.status 
{
    display: block;
    padding: 5px;
    border: 1px solid #CCC;
    margin: 0 0 10px 0;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



