#SrvcButton{
cursor:pointer;
}
.srvctxt{
text-align:justify;
}
.srvcpointer{
cursor:pointer;
}
#SrvcFormBlackOut{

position:fixed;
height:100%;
width:100%;
z-index:301;
background-color:black;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
display:none;
top: 0px;
left: 0px;
}
.GetBottomPad{
padding-bottom:15px;
}
#SrvcForm{
font-family: Verdana, Geneva, sans-serif;
font-size:13px;
position: fixed;
left: 50%;
width: 400px;
margin-left: -200px;
top: 50%;
margin-top: -290px;
padding: 20px;
z-index: 302;
display: none;
border: solid 2px blue;
color: black;
text-align: justify;
background-color: whitesmoke;
}
#SrvcContactUS{
width:100%;
text-align:center;
color:blue;
}
.SrvcContactUS{
cursor:pointer;
}