@charset "utf-8";
/* CSS Document */

.col-1
{
	width:200px;
}

.col-2
{
	width:400px;
}

.form-div
{
	background: #d4d8db;
	border: #7d8a93 1px solid;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	width:400px;
	margin-right:auto;
	margin-left:auto;
}

.form-div-user
{
	background: #d4d8db;
	border: #7d8a93 1px solid;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	width:600px;
	margin-right:auto;
	margin-left:auto;
}

.form-div-user-fr
{
	background: #d4d8db;
	border: #7d8a93 1px solid;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	width:650px;
	margin-right:auto;
	margin-left:auto;
}

.form-input-width
{
	width:190px;
}

/*the pop up*/
#gen-form-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color:#000000;
	z-index: 30;
	opacity: 0.3;
	filter: alpha(opacity=30);
	display: none;
}
#gen-form-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -25px;
	padding: 5px 20px 5px 20px;
	z-index: 31;
	display: none;
	background-color: #FFFFFF;
	text-align: center;
}
#gen-form-Message {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 200px;
	min-width: 400px;
	min-height: 200px;
	max-width: 400px;
	max-height: 200px;
	margin-left: -200px;
	margin-top: -100px;
	z-index: 45;
	background-image: url(../images/templates/bg-message-w-200x400.png);
	background-repeat: no-repeat;
}
#gen-form-Message .title {
	position: absolute;
	text-align: left;
	top: 10px;
	left: 20px;
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #330099;
}
#gen-form-Message .close {
	position: absolute;
	top: 15px;
	right: 20px;
	height: 11px;
	width: 11px;
}
#gen-form-Message .message {
	position: absolute;
	text-align: left;
	padding: 10px;
	bottom: 10px;
	left: 10px;
	height: 120px;
	width: 360px;
	max-height: 140px;
	max-width: 380px;
	background-image: url(../images/templates/bg-message-g-140x380.png);
	background-repeat: no-repeat;
	overflow: hidden;
}