
/** litebox window **/

.widget-litebox {
	display: none;
	margin: 0 auto;
	width: 460px;
}
.widget-litebox .container-litebox {
	position: absolute;
	text-align: left;
	top: 100px;
	width: 460px;
	z-index: 10001;
}
.widget-litebox .page-title-litebox {
	background: url("/skin/frontend/default/default/images/top-callme.png") no-repeat scroll center 0 transparent;
	font-size: 21px;
	height: 68px;
	line-height: 84px;
	padding: 0 50px;
	text-align: center;
}
.widget-litebox .page-title-litebox h1 {
	font-size: 24px;
}
.widget-litebox .main-litebox {
	background: url("/skin/frontend/default/default/images/main-callme.png") repeat-y scroll center 0 transparent;
	padding: 30px 50px 1px;
}
.widget-litebox .bottom-litebox {
	background: url("/skin/frontend/default/default/images/bottom-callme.png") no-repeat scroll center bottom transparent;
	height: 40px;
}
/*#callmeBlock {
    display: none;
}
.callme {
    margin: 0 auto;
    min-height: 405px;
    position: absolute;
    text-align: left;
    top: 100px;
    width: 460px;
    z-index: 10001;
}*/
.widget-litebox .form-list li {
	margin: 10px 0;
}
.widget-litebox .form-list label {
	font-weight: normal;
	width: 80px;
}
.widget-litebox .form-list .input-box {
	clear: none;
	float: left;
	width: 270px;
}
.widget-litebox .form-list .input-text {
	height: 17px;
	width: 270px;
}
.widget-litebox .block-captcha {
	float: left;
}
.widget-litebox .block-captcha .input-box {
	margin-right: 20px;
}
.widget-litebox .block-captcha .input-box, .widget-litebox .block-captcha .input-text {
	width: 135px;
}
.widget-litebox .block-captcha .input-text img {
	float: right;
}
.widget-litebox .form-list label#passport-label {
	float: none;
}
.widget-litebox .form-list .disclaimer {
	font-size: 10px;
	text-align: justify;
}
.widget-litebox [id$="disclaimer-content"] {
	display: none;
}
.widget-litebox .form-button {
	height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.widget-litebox .form-button button.button-blue {
	background: url("/skin/frontend/default/default/images/button-blue.gif") repeat-x scroll 0 center transparent;
	border-radius: 4px;
	float: right;
	padding: 0 25px;
}
.widget-litebox .form-button button.button-blue.left {
	float: left;
}
.widget-litebox .form-button span {
	background: none;
	border: medium none;
	color: #FFFFFF;
	font-size: 10px;
	height: 20px;
	line-height: 18px;
	padding: 0;
}

.widget-litebox .disclaimer-content {
	border: 1px solid #333333;
	padding: 10px;
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	position: absolute;
	width: 380px;
}

.box-close {
	position: absolute;
	right: 14px;
	top: 15px;
}

.mask {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.2;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10000;
}
/*
.main-callme em {
	float: none !important;
	right: auto !important;
	top: auto !important;
}
#callme-form .form-button button.button-blue {
	background: url("/skin/frontend/default/default/agere/litebox/images/button-blue.gif") repeat-x scroll 0 center transparent;
	border-radius: 4px 4px 4px 4px;
	float: right;
	padding: 0 25px;
}
#callme-form .form-button span {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	font-size: 10px;
	height: 20px;
	line-height: 18px;
	padding: 0;
}
#callme-form .form-button {
	height: 20px;
	margin-bottom: 10px;
	margin-top: 1px;
	width: 348px;
}
*/

/** !litebox window **/
