/* modal
-----------------------------------------------------------------------------*/
.modal {
	position:fixed;
	top:20%;
	left:50%;
	width:300px;
	margin-left:-155px;
	z-index:9999;
	display:none;
}
.modal-success {
	background: #fff;
	padding: 20px;
	width:320px;
	min-height: 100px !important;
	border-radius: 5px;
	text-align: center;
}
.modal-success .close {
	position: absolute;
	cursor: pointer;
	right: -45px;
	top: 15px;
}


.modal-success h3 {
	font-size: 18px;
	font-weight: 700;
	padding: 0px;
}
.modal-form.form-block {
	float:none;
}
.overlay {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.8;
	z-index:99;
}
.form-block label input.ierror {
	border: 2px solid red;
}
.hide-block {
	display:none;
}
.close {
	position: absolute;
	cursor: pointer;
	margin-left: 260px;
	margin-top: -10px;
} 

.ierror {
border: 2px solid red !important;
}
/*-----------------------------------------------
form
*/
.size {
	width: 258px;
	height: 60px;
	font-size: 20px;
	margin-top: 5px;
	background-color: #FFDA00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px;;
}

.input-style {
	height: 40px;
	width: 246px;
	border-radius: 4px;
	border: 1px solid #B4B4B4;
	padding-left: 10px;
	margin: 5px 0px;
}

.form_heading {
	text-align: center;
	font-size: 25px;
	padding-top: 15px;
	padding-bottom: 10px;

}
.form-content {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}
