﻿#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:2;
}
#popupContact{
display:none;
position:fixed;
/*position:absolute;*/
_position:absolute; /* hack for internet explorer 6*/
height:520px;
width:315px;
background:#f7f7f7;
border:2px solid #cecece;
z-index:91;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:center;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
display:block;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
/*margin:100px;*/
}



body{background:#f8f8f8;}
div#nhs_Widget {
    /*border: 1px solid #dfdfdf;
    border-width: 4px 1px 2px 1px;
    border-top: 4px solid #990000;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 0 0 5px 8px;
    /* width: 320px; 
	height: 260px;*/    
    position: relative;   
}
div#nhs_Widget fieldset, div#nhs_Widget form {
    border: 0 none;
    margin: 0;
    padding: 0;
}
div#nhs_Widget fieldset legend, div#nhs_Widget p.nhs_Required, div#nhs_Widget .nhs_Required {
    display: none;
}
div#nhs_Widget p {
    /*float: left;*/
    margin: 0;
    padding: 0 16px 6px 0;
    width: 140px;
    display:block;
}
div#nhs_Widget p.nhs_FrmTitle {
	/*float: none;
	color: #000;
	font-size: 20px;
	padding: 0 0 12px 0;
	width: 296px;
	text-align:center;*/
	color: #000000;
    float: none;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 12px;
    width: 296px;
	}
div#nhs_Widget p.nhs_FormFullWidth {
    width: 294px;
}
div#nhs_Widget p label {
    color: #333;
    float: left;
    margin: 0;
    padding: 0 0 2px 0;
    width: 140px;
	text-align:left;
	font-size:11.5px;
}
.nhs_LeadLabel{
font-size:12px;
}
div#nhs_Widget p input[type="text"] {
    border: 1px solid #c8c8c8;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 6px;
	width: 140px;
	border-radius: 3px;
}
div#nhs_Widget input[type="button"] {
    margin:10px 0px;
	width:294px;
    padding: 13px;
    border: 0;
    font-size: 11px;
    line-height: 1.5;
	border-radius:3px;
    text-transform: uppercase;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
   	border-radius: 5px;
	background-color: #CD0000;/*#00688B;*/
	color: #fff;
    cursor:pointer;
    font-weight: bold;
	display:block;
	text-shadow: 0 0 1px #000;
	-webkit-box-shadow:0px 2px 2px 1px #919191;
	-moz-box-shadow:0px 2px 2px 1px #919191;
	-o-box-shadow:0px 2px 2px 1px #919191;
	-ms-box-shadow:0px 2px 2px 1px #919191;
	box-shadow:0px 2px 2px 1px #919191;
}
textarea#nhs_Message {
    border: 1px solid #c8c8C8;
    /*float: left*/;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 70px;
    width: 180px;
	border-radius:4px;
}
div#nhs_Widget p#nhs_Powered,
div#nhs_Widget p#move_Powered,
div#nhs_Widget p#aol_Powered,
div#nhs_Widget p#nrc_Powered {
    border-top: 4px solid #DFDFDF;
    bottom: 0;
    color: #444;
    display: block;
    font-size: 11px;
    left: 0;
    margin: 0;
    padding: 4px 0 4px 10px;
    position: absolute;
    width: 190px;
}
div#nhs_Widget p#move_Powered {
	display: none;
}
div#nhs_Widget p#nhs_Powered {
	display: none;
}
div#nhs_Widget p#aol_Powered {
	display: none;
}
div#nhs_Widget p#nhs_Powered a, div#nhs_Widget p#nhs_Powered a:link, div#nhs_Widget p#nhs_Powered a:visited, div#nhs_Widget p#nhs_Powered a:active, 
div#nhs_Widget p#move_Powered a, div#nhs_Widget p#move_Powered a:link, div#nhs_Widget p#move_Powered a:visited, div#nhs_Widget p#move_Powered a:active, div#nhs_Widget p#aol_Powered span,
div#nhs_Widget p#nrc_Powered a, div#nrc_Widget p#nrc_Powered a:link, div#nrc_Widget p#nrc_Powered a:visited, div#nrc_Widget p#nrc_Powered a:active {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}
div#nhs_Widget p#nhs_Powered a:hover,
div#nhs_Widget p#move_Powered a:hover,
div#nhs_Widget p#nrc_Powered a:hover {
    text-decoration: underline;
}
div#nhs_ErrorDiv{font-size: 11px;width: 70%;padding: 5px 10px;text-align: left;margin-bottom: 10px;}
/************dazy pop up***************/
div#nhs_Widget p input[type="text"]{
width:283px!important;
}
textarea#nhs_Message, textarea#SMSMessageToCommunity, .txarea{
width:295px!important;
}