/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	border-radius: 3px 3px 3px 3px;
	display: none;
	left: 50%;
	margin-left: -255px;
	position: fixed;
	top: 20%;
	width: 500px;
	z-index: 99999;
	border: 3px solid #C90;
	background-color: #000000;
}
div.loader {
    background: url("../images/ploading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}


div.close {
    background: url("../images/pclosebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
	background-color: #000;
	clear: both;
	float: left;
	width: 500px;
}

#headerrequest
{
	float: left;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #B76D00;
	font-family: 'Days One', sans-serif;
	font-size: 18px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#popupbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	clear: both;
	float: left;
	margin-top: 15px;
	width: 500px;
}
#popupbody label{
	color: #FFF;
	float: left;
}

#lableform, #lableform1 {
	clear: both;
	float: left;
	width: 460px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#popupbody select,textarea,input{
	color: #000;
	float: right;
	width: 225px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px !important;
}
#lableform1 input{
	text-align: left !important;
	width: 85px;
	float: left !important;
}
.contact-cc {
	float: left;
}
#buttonholder button{
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #F90;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#buttonholder button:hover{
	background-color: #B76D00;
}
#buttonholder
{
	clear: both;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding-left: 10px;
}
