/***
 * @Author 	: Dijo David
 * @Company	: ITFlux
 * @Desc	: Template for the download widget used in the website.
 * @Website	: www.itflux.com
 */

.download_section {
	border: 1px solid #C7C7C7;
	margin-top: 15px;
	padding: 10px;
}

.cmn_dwnld_wrapper {
	display: none;
}
.dwnld_btn {
	display:block;
	height:20px;
	margin:0 auto;
	padding:5px 0;
	text-align:center;
	width:150px;
}
.wp_title {
	border-bottom:1px dashed #A3A3A3;
	color: #993300;
	padding:5px 0;
}

.wp_details {
	margin-top: 10px;
}

.wp_desc {
	
}

.wp_thumb {
	margin: 5px 0px;
	text-align: center;
}

.slide_btn {

}
.nav_btn{
	
}
.prev {
	float:left;
}
.next {
	float:right;
}

.clear {
	clear: both;
}


/***** Modal Window ****/
#modalWindow {
	background-color:#666666;
	background-image: url('../img/form_bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin:auto;
	position:absolute;
	left:0;
	top:0;
	z-index:900;
	opacity:0.95;
	text-align:center;
	padding:20px;
	height:600px;
	width:500px;
	border:30px solid #666;
}


/****** Download Form ******/

#dwnld_title{
	color:#993300;
	font-size:16px;
	margin:0 auto;
	text-align:center;
	width:400px;
}
#step1 {
	margin: 50px auto;
	width: 400px;
}

#step2{
	margin: 50px auto;
	width: 400px;
}

#step3 {
	margin: 20px auto;	
	width: 400px;
}

.dwnldf_elements{
	padding: 10px 65px 0px 65px;
}
.dwnldf_label {
	display: block !important;
	float: left;
	text-align: left;
	width: 100px;
}
.dwnldf_input {
	float: left;
	width: 160px;
}
.dwnldf_select{
	float: left;
	height:25px;
	width:165px;
}
.dwnldf_buttons {
	margin-top: 15px;
}
.dwnldf_buttons a{
	background-color:#6687C6;
	border:1px solid #436AC4;
	color:#FFFFFF;
	display: block;
	font-weight:bold;
	margin:auto;
	outline: none;
	padding:5px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
.dwnldf_buttons a:hover{
	background-color:#8BBBDF;
	border:1px solid #53A0DF;
	cursor: pointer;
}
.error {
	color: #FF0000;
	font-size: 13px;
	padding: 3px 0px 3px 165px;
	text-align: left;
}
.ajax_loader{
	background: url('../img/ajax_loader.gif') no-repeat;
	height: 20px;
	position: absolute;
	width:20px;
}
.clear{
	clear: both;
}

/****Slider*****/
.show{
	display: block;	
}


