
/******
 POPIN
******/

.popin, .popin h1
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.popin{
	background-image: url(../images/popin-bg.jpg);
	background-repeat: repeat-x;
	background-color: #E3D5D5 !important;
	background-position: top left;
	min-height: 135px; 
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
	/*padding: 25px;*/
	padding: 0 !important;
	border: none !important;
}

.popin h1
{
	cursor: default;
	line-height: 20px;
	padding: 5px 0;
	background-color: #401741;
	background-image: url(../images/popin/popin_title.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #FFFFFF;
	font-size: 13px;
	margin: 0;
	margin-bottom: 10px;
	text-indent: 10px;
	display: block;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.popin h1 p
{
	line-height: 15px;
	padding-left: 10px;
	text-indent: 0;
	margin: 0;
}

.popin .content
{
	padding: 10px;
}

.popin .content .buttonsContainer .cheap_btn
{
	margin: 0 5px;
}

.popin .jqmCloseCross
{
	display: block;
	background: transparent url(../images/popup_close.png) no-repeat left top;
	*background: transparent url(../images/popup_close.gif) no-repeat left top;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 8px;
	right: 8px;
}

.popin h2{
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.popin p{
    margin-bottom: 20px;
}

.popin .center{
    margin: 0 auto;
    text-align: center;
}

.popin .button-submit{
    margin: 15px 0 10px 0;
}

.buttonsContainer
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
