@CHARSET "ISO-8859-1";

body{
	position: relative;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;	
	background: #000000;
	/* background: #eaeaea url(../images/Kys2.jpg) repeat left top; */
}

.container{
	position: relative;
	width: 464px;
	padding: 0px;
	margin: 0 auto;
	padding-top: 236px;
	background:url(../images/dbt-logo.png) center 72px no-repeat;
}

.content{
	position: relative;
	width: 430px;
	min-height: 200px;
	background-color: #000;
	padding: 30px;
	text-align: center;
	margin: 0px auto;
	background: url(../images/bg-opaque.png) repeat left top ;
}

.content_new{
	width: 900px;
	/*min-height: 186px;
	height: 186px;*/
	background-color: #2f2f2f;
	padding: 0px;
	text-align:center;
	margin: 0px auto;
	padding-top:16px;
	padding-bottom:16px;
}

.content_left{
	position: relative;
	float: left;
	width: 400px;
	height: 300px;
	min-height: 300px;
	padding: 10px;
	margin: 0px;
	background: url("../../assets/images/white-bg.png") repeat;
}

.content_right{
	position: relative;
	float: right;
	width: 400px;
	padding-top: 70px;
}

.content_right2{
	position: relative;
	float: right;
	width: 399px;
	padding-top: 60px;
}



.content_text{
	width: 430px;
	text-align: center;
	color: #FFF;
	font-size: 17px;
	line-height: 130%;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdanda, sans-serif;
}


#signup-button
{
  display: block;
  width: 399px;
  height: 236px;
  background: url("../../assets/images/click-here.png") no-repeat 0 0;
}

#signup-button:hover
{ 
  background-position: 0 -236px;
}

#signup-button span
{
  display: none;
}



/*------------------------------------------ header style*/

.download-latest{
	width:315px;
	height:53px;
	display:none;
}
.download-latest a{
	width:315px;
	height:53px;
	padding-top:20px;
	display:block;
	overflow:hidden;
	background:url(../images/latest-button.png) left top no-repeat;
}
.download-latest a:hover{
	background-position:0 -20px;
}
/*----------------------------------------- right-top*/


.email4media_box {
	display:block;
	width:422px;
	/*height:112px;*/
	padding:16px 0 0 0;
	margin:0 auto;
}
#email4media_widget_box {
	display:none;
	width:422px;
	/*height:112px;*/
	text-align:center;
}
a#btn_email4media {
	width:422px;
	height:0px;
	padding-top:62px;
	display:block;
	overflow:hidden;
	background:url(../images/get-button.png) left top no-repeat;	
}
a#btn_email4media:hover {
	background-position:0 -62px;
}






/*#post-facebook
{
  margin-top:16px;
  display: block;
  width: 422px;
  height: 54px;
  background: url("../../assets/images/share-facebook.png") no-repeat 0 0;
}

#post-facebook:hover
{ 
  background-position: 0 -54px;
}

#post-facebook span
{
  display: none;
}


#post-twitter
{
  margin-top:16px;
  display: block;
  width: 422px;
  height: 54px;
  background: url("../../assets/images/share-twitter.png") no-repeat 0 0;
}

#post-twitter:hover
{ 
  background-position: 0 -54px;
}

#post-twitter span
{
  display: none;
}*/
#post-facebook span, #post-twitter span{
	padding:0 5px;
}
a#post-facebook, a#post-twitter{
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}
a:hover#post-facebook, a:hover#post-twitter{
	color:#e34334;
}



/* FOOTER CONTAINER */
#footer{
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
	/* background-color: #000; */ 
}

#continue-button
{
  margin: 0 auto;
  display: block;
  width: 281px;
  height: 13px;
  background: url("../../assets/images/continue-sprite.png") no-repeat 0 0;
}

#continue-button:hover
{ 
  background-position: 0 -13px;
}

#continue-button span
{
  display: none;
}


#footer-text{
	margin: 90px auto;
	text-align: center;
	color: #b9b5b4;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdanda, sans-serif;
	font-size: 13px;
	text-transform:uppercase;
}





#footer_links{
	position: relative;
	width: 100%;
	margin: 50px auto;
	text-align: center;
	font-weight: normal;
	font-family: Helvetica, Arial, Verdanda, sans-serif;
	color: #b9b5b4;
	font-size: 10px;
	text-decoration: none;
}

#footer_links a, #footer-text a{
	color: #b9b5b4;
	text-decoration: none;
}

#footer-text a{
	font-size: 13px;
}

#footer_links a:hover, #footer-text a:hover{
	color: #e34334;
	text-decoration: none;
}



/* END FOOTER CONTAINER */
.inputtext{
	border:none;
	width:218px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
}
.bttn-submit{
	background:url(../images/submit-bttn.gif) left top no-repeat ;
	width:80px;
	height:26px;
	border:none;
	cursor:pointer;
}