@charset "utf-8";
/*Sign-up1*/
.container1 {
	background-image: url(http://www.levimage.com/image/Home/EmailSignup/Sign-Up1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 200px;
	width: 320px;
	padding:0px;
	margin:0px;
	background-size: 320px 200px;
}
.EmailPopClose {
	border: 1px solid #4B4A48;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #FEFDFB;
	padding: 1px;
	font-size: 12px;
	color: #484745;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
	font-family:Verdana, Geneva, sans-serif
}
.btn1{
	line-height: 22px;
	background-color: #ad0000;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin:0px 10px 0px 10px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	float: left;
	height: 22px;
	font-weight:bolder
}
.input1{
	height: 20px;
	margin-right: 5px;
	border: 1px solid #D3D3D3;
	padding: 0px;
	float: left;
	text-align: left;
	font-size: 12px;
	color: #666;
	width: 190px;
}


/*Sign-up2*/
.container2 {
	background-image: url(images/Sign-up2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 240px;
	width: 500px;
	margin: 0px;
	padding:0px;
	
}
.close2 {
	border: 1px solid #FFF;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #000002;
	padding: 1px;
	font-size: 12px;
	color: #FFF;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
	font-family:Verdana, Geneva, sans-serif
}
.btn2{
	line-height: 22px;
	background-color: #A58F60;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
	height: 22px;
}
/*Sign-up3*/
.container3 {
	background-image: url(images/Sign-up3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 240px;
	width: 500px;
	margin: auto;
}
.close3 {
	border: 1px solid #FFF;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #4D4A51;
	padding: 1px;
	font-size: 12px;
	color: #FFF;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif
}
/*Sign-up4*/
.container4 {
	background-image: url(images/Sign-up4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 240px;
	width: 500px;
	margin: auto;
}
.close4 {
	border: 1px solid #FFF;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #2F1F12;
	padding: 1px;
	font-size: 12px;
	color: #FFF;
	line-height: 10px;
	text-align: center;
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif
}

.inputPanel1
{
	display: block; 
	float:left; 
	width:300px; 
	padding-left:20px; 
	padding-top:60px;
	position:relative;
	top:60px;
}
.inputPanel2
{
	display: block; 
	float:left; 
	width:367px; 
	padding-left:133px; 
	padding-top:120px;
}
.inputPanel3
{
	display: block; 
	float:left; 
	width:367px; 
	padding-left:133px; 
	padding-top:120px;
}

.inputPanel4
{
	display: block; 
	float:left; 
	width:367px; 
	padding-left:133px; 
	padding-top:120px;
}

.ui-dialog.ui-resizable-disabled .ui-resizable-handle { display: none!important; }
.noTitleStuff .ui-dialog-titlebar {display:none}
.ui-dialog .ui-dialog-content
{
    overflow:hidden!important;
    padding:0px;
    margin:0px;
}

/* set dialog backgrund color */

.ui-widget-overlay 
{
    background: lightgrey ! important;
    opacity: .50;
    filter: Alpha(Opacity=50);
    
}
