@charset "utf-8";
/* CSS Document */
#backgroundPopup {
 z-index:1;
position: fixed;
display:none;
 height:100%;
width:100%;
 background:#000000;
top:0px;
 left:0px;
}
#toPopup 
{
box-shadow: 0 0 17px 5px #999;
top: 11%;
left: 34%;
position: fixed;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
background: none repeat scroll 0 0 #FFFFFF;
border-radius:5px;
font-size: 14px;
width: 350px;
z-index: 1000;
display: none;
}
#regPopup 
{
box-shadow: 0 0 17px 5px #999;
top: 6%;
left: 35%;
position: fixed;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 5px;
font-size: 14px;
width: 475px;
z-index: 1000;
display: none;
}
div.loader {
/*background: url("../img/loading.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("../img/closebox.png") no-repeat scroll 0 0 transparent;
cursor: pointer;
height: 30px;
position: absolute;
right: -27px;
 top: -24px;
width: 30px;
}
span.ecs_tooltip 

{
background: none repeat scroll 0 0 #000000;
border-radius: 0px 5px 0px 0px;
font-weight: bold;
color: #FFFFFF;
font-size: 11px;
height: 16px;
opacity: 0.7;
padding: 4px 3px 2px 5px;
position: absolute;
right: 0px;
text-align: center;
top: 0px;
width: 5%;
box-shadow: 0 2px 3px rgba(0,0,0,0.3);
cursor: pointer;
}
/* for msg */
span.ecs_tooltip_msg_1
{
display: none;
left: 6px;
top: 0px;
background-color: rgb(136, 6, 6);
border-radius: 0px 5px 0px 0px;
font-weight: bold;
color: #FFFFFF;
font-size: 11px;
height: 16px;
opacity: 0.7;
padding: 4px 3px 2px 5px;
position: absolute;
text-align: center;
width: 88%;
box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
span.ecs_tooltip_msg_2

{
display: none;
left: 6px;
top: 0px;
background-color: rgb(136, 6, 6);
border-radius: 0px 5px 0px 0px;
font-weight: bold;
color: #FFFFFF;
font-size: 11px;
height: 16px;
opacity: 0.7;
padding: 4px 3px 2px 5px;
position: absolute;
text-align: center;
width: 88%;
box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
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 {
    margin: 18px 24px;

}

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #700101;
	-webkit-box-shadow: 0px 10px 14px -7px #700101;
	box-shadow: 0px 10px 14px -7px #700101;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9e0808), color-stop(1, #940000));
	background:-moz-linear-gradient(top, #9e0808 5%, #940000 100%);
	background:-webkit-linear-gradient(top, #9e0808 5%, #940000 100%);
	background:-o-linear-gradient(top, #9e0808 5%, #940000 100%);
	background:-ms-linear-gradient(top, #9e0808 5%, #940000 100%);
	background:linear-gradient(to bottom, #9e0808 5%, #940000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0808', endColorstr='#940000',GradientType=0);
	background-color:#9e0808;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #730202;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #690000;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #940000), color-stop(1, #9e0808));
	background:-moz-linear-gradient(top, #940000 5%, #9e0808 100%);
	background:-webkit-linear-gradient(top, #940000 5%, #9e0808 100%);
	background:-o-linear-gradient(top, #940000 5%, #9e0808 100%);
	background:-ms-linear-gradient(top, #940000 5%, #9e0808 100%);
	background:linear-gradient(to bottom, #940000 5%, #9e0808 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#940000', endColorstr='#9e0808',GradientType=0);
	background-color:#940000;
}
.myButton:active {
	position:relative;
	top:1px;
}
#form_popup
{
font-size: 16px;
font-family: "Helvetica neue",Helvetica,Arial,Sans-serif;
font-weight: bold;
}
.frm_input
{
	height: 24px;
}

#captcha_gen
{

position:absolute;
Font-family:Monospace;
font-weight:bold;
text-align:justify;
}

/* ******************send_enquiry*************** 6*/
.register{
background: #f2f2f2;
border-color: #d8d8d8;
color: #333;
display: block;
position: relative;
z-index: 2;
text-align: center;
width: 14%;
padding-top: 0;
padding-bottom: 0;
border-width: 1px;
overflow: hidden;
font-size: 0.875rem;
height: 35px;
line-height: 2.3125rem;
float: left;
border: 1px solid #ccc;
border-radius: 5px 0px 0px 5px;
border-right: none;
}

.login_reg{font-size: 1.5rem;
margin: 0 0 1rem -0.75rem;
font-family: 'Droid Sans',sans-serif;
font-weight: normal;
font-style: normal;
line-height: 1;}

#main_submit_form {

  align-content: center;

  border-bottom: 2px solid rgba(128, 128, 128, 0.38);
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  background: none repeat scroll 0 0 #FFF;
  border-radius: 5px;
  font-size: 14px;

  z-index: 1000;
}

.sinput {
	width: 100%;
  -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFF;
    font-family: inherit;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    /* font-size: 0.875rem; */
    margin: 0 0 8px 0;
    padding: 0.3rem;
    /* height: 2.3125rem; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;}	
.demo-1 {
	margin: 1em 0 0.5em 0;
  color: #343434;
  font-weight: normal;
  font-family: 'Ultra', sans-serif;
  font-size: 26px;
  line-height: 42px;
  text-transform: uppercase;

}


.button {
 border: 3px solid #98aed0;
    /* border-bottom: 3px solid #0d4d98; */
    /* -webkit-border-radius: 5px; */
    /* border-radius: 5px; */
    background: #02398e;
    /* float: right; */
    padding: 7px 78px;
    color: #ffffff;
    font-size: 1.1em;
    /* font-weight: bold; */
    cursor: pointer;
}
.button:hover {
  background: #0d4d98;
  color: #FFF;
}