@charset "utf-8";
body {
	background-color: #060505;
	background-image: url(../img2/img_bodybg.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;	
}

#wrapper {
	/*background-image: url(../img2/img_wrapperbg.jpg);
	background-repeat: no-repeat;*/
	padding: 0 auto ;
	margin: 50px auto ;
	width: 960px;
	height: auto;
	text-align: center;
}

#header {
	background-image: url(../img2/img_header1.gif);
	background-repeat: no-repeat;
	width: 960px;
	height: 450px;
}

#content_wrap {
	/* background-image: url(../img/img_contentbg.jpg);
	background-repeat: repeat-x; */
	width: 960px;
	min-height: 300px;
	height:auto;
	min-height: 319px;
}

#left{
	padding-left: 40px;
	padding-right:15px;
	width: 284px;
	height: auto;
	float: left;
	text-align: left;
}
	
#center{
	padding-left: 0px;
	width: 290px;
	min-height: 20px;
	float: left;
}
	
#right{
	padding-left: 12px;
	padding-right:30px;
	width: 284px;
	height: auto;
	float: left;
}

#footer{
	/* background-image:url(../img/img_footerbg.jpg);
	background-repeat: repeat-x; */
	clear: both;
	width: 100%;
	height:188px;
	}

.iconDiv {
	width: 284px;
	min-height: 75px;
	height: auto;
	border: 1px solid #4D4C4C;
	background-color: #595959;
	margin-top: 10px;
}

.section_title {
	text-align: left;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #666666;
	padding-top: 20px;
}
.icon_ok {
	background-image: url(../img/icon_ok.gif);
	background-repeat:no-repeat;
	float: left;
	width: 67px;
	height: 72px;
}

.icon_error {
	background-image: url(../img/icon_error.gif);
	background-repeat:no-repeat;
	float: left;
	width: 67px;
	height: 72px;
}

.icon_sc {
	background-image:url(../img/icon_sc.gif);
	background-repeat:no-repeat;
	float: left;
	width: 94px;
	height: 74px;
}
.icon_wmp {
	background-image:url(../img/icon_wmp.gif);
	background-repeat:no-repeat;
	float: left;
	width: 94px;
	height: 74px;
}

.icon_itunes {
	background-image:url(../img/icon_itunes.gif);
	background-repeat:no-repeat;
	float: left;
	width: 94px;
	height: 74px;
}

.icon_fb {
	background-image:url(../img/icon_fb.gif);
	background-repeat: no-repeat;
	margin-left:3px;
	margin-top: 4px;
	float: left;
	width: 140px;
	height: 67px;
}

.icon_ms {
	background-image:url(../img/icon_ms.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	float: left;
	width: 140px;
	height: 67px;
}

.icon_iphone {
	background-image: url(../img2/icon_iphone.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	float: left;
	width: 66%;
	height: 111px;
	padding-left: 95px;
	padding-top:10px;
	text-align: left;
}

p {
	font:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	padding: 0 5px 10px 10px;
	margin: 10px 0 0 0;
	line-height: 1.1;
	text-align: left;
}

form {
	padding: 10px 5px 0 0;
	width: 100%;
}

form p {
	color:#999;
	padding-top: -2px;
	padding-bottom: 8px;
	font-size: 16px;
	margin-top: -2px;
	margin-left: -8px;
}

.textfield {
color: #FFF;
background: #595959;
border: #4D4C4C solid 1px;
padding-top: 8px;
margin-top: 8px;
}

.submit-input {
	width: 70px;
	float: right;
	margin-top:5px;
	margin-right: 8px;
	color: #FFF;
	background: #595959;
	border: #4D4C4C solid 1px;
}
