@import url(reset.css);


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


#download_window {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%
	width:690px;
	height:500px;
/*	margin:auto;
	padding:10px; */
	background:#FDFCF8 ;
}

.download_info {
	width:680px;
	padding:5px; 
	height:250px!important;
}
.download_info_poster {
	width:200px;
	float:left;
}
.download_info_poster img {
	width:180px;
	border:1px solid #E6E5E1
}
.download_info_instructions {
	width:460px;
	float:left;
}
.download_info_instructions h2 {
	margin:0;
	padding-bottom:5px;
	font:normal normal 20px/1em Arial, Helvetica, sans-serif;
	color:#C00;
}
.download_info_instructions ul {
	padding:20px 5px;
}
.download_info_instructions ul li {padding:5px 0 5px 30px}
.step1  {background:url(../images/download_window/step1.png) no-repeat 0 5px}
.step2  {background:url(../images/download_window/step2.png) no-repeat 0 5px}
.step3  {background:url(../images/download_window/step3.png) no-repeat 0 5px}
.step4  {background:url(../images/download_window/step4.png) no-repeat 0 5px}
.download_inp_field {
	float:left;
	width:120px;
	height:20px;
	padding:0 5px;
	background:url(../images/download_window/download_inp_field.png) no-repeat 0 0;
	border:0pt none;
}
.download_submit_btn {
	float:left;
	margin-left:5px;
}

.sms_table_area_wrapper {
	padding:0px 5px 5px;
	clear:both;
}
.sms_table_area {
	width:680px;
	padding-bottom:5px;
	background:#E8E8DF url(../images/download_window/sms_table_bottom.png) no-repeat bottom left;
}
.sms_table_area_top {
	width:650px;
	height:80px;
	margin:0 -5px;
	padding:25px 20px 0;
	background:url(../images/download_window/sms_table_hdr.png) no-repeat 0 0;
}
.current_rate {
	padding-bottom:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
}
.choice_rate {color:#EEE}
.choice_rate select {
	margin-right:20px;
	border:0pt none;
}

.sms_table_wrapper {padding:0 10px 5px}
.sms_table {
	width:100%;
	border:1px solid #BDBAAA;
}
.smst_even {background:#DEDCC7}
.smst_odd {background:#F0EFE6}
.smst_oddj {background:#FED24A}
.smst_cols {
	width:auto;
	border-collapse:collapse;
}
.smstn {width:210px}
.rate_col {width:100%}
.rate_col tr td {
	text-align:center;
}
.smst_cols tr td{
	padding:5px 10px;
	border-top:1px solid #BDBAAA;
	border-bottom:1px solid #BDBAAA;
}