/* jQuery Countdown styles 1.5.9. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
	width:90px;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 11px;
}
.countdown_descr {
	display: block;
	width: 100%;
}
/**/

#main {
	background: #fff;
	margin: 30px;
	padding: 20px;
	
}


#jqDialog_box {
	background: #F7F7FF;
	position: absolute;
	width: 450px;
	/*height: 150px;*/
	height: auto;
	font-family: verdana,Arial,sans-serif;
	
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #666666;
	z-index:12000;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 0 0 30px #e6e6e6;
}
#jqDialog_content {
	margin: 10px;
	top:1em;
	font-weight: bold;
	font-size: 12px;
	
	/*height: 90px;*/
	height: auto;
	padding:20px;
	overflow: hidden;
	color:#2E64AA;
}

#jqDialog_options {
	margin: 10px;
	text-align: center;
}

#jqDialog_options button {
	font-family: verdana,arial,sans serif;
	margin-right: 5px;
	background: #000;
	border: 0px;

	font-size: 14px;
	color: #fff;
	width: auto;
	
	cursor: pointer;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#jqDialog_input {
	padding: 4px;
	width: 250px;
}
#jqDialog_close {
	background: none;
	border: none;
	float: right;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	cursor: pointer;
}
