.modalbg {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
  display: block;
  pointer-events: none;
}

.modalbg .dialog {
  
    position: relative;
    width: 50%;
    top: -1000px;
    margin: 8em 25em;
    padding: 0px;
    
   
}


.ormargin{    margin: 70px 0 0 0;}


.modalbg .dialog .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}
.modalbg:target {
  display: block;
  pointer-events: auto;
  background: rgba(4, 10, 30, 0.5);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modalbg:target .dialog {
  top: 0px;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -transition-delay: 0.4s;
    float:left;
	border-radius: 8px;
}
.close {
  background: #000000;
    color: #FFFFFF;
    line-height: 20px;
    position: absolute;
    right: -12px;
    font-size: 12px;
    text-align: center;
    top: -10px;
    width: 20px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    /* box-shadow: 0 0 10px #000000; */
    -moz-box-shadow: 0 0 10px #000000;
    /* -webkit-box-shadow: 0 0 10px #000000; */
    -moz-transition: all 0.5s ease-out;
    /* -webkit-transition: all 0.5s ease-out; */
    -o-transition: all 0.5s ease-out;
    /* transition: all 0.5s ease-out; */
    /* -webkit-transition-delay: 0.2s; */
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -transition-delay: 0.2s;
}
.close1
{
background: rgba(0, 0, 0, 0.53);
    color: #ffffff;
    line-height: 15px;
    position: absolute;
    right: -7px;
    font-size: 22px;
    text-align: center;
    top: -11px;
    width: 20px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    /* font-weight: bold; */
    border: solid;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    /* border-radius: 50px; */
}
.close:hover{color:#fff;}
.close .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}


.formholder input[type="submit"] {
    background: #3ba600;
    padding: 8px;
    font-size: 14px;
    display: block;
    width: 35%;
    border: none;
    color: #fff;
    margin: 10px 0 10px 0;
}

.facebook-button a {
     background: url(../images/fb1.html) no-repeat 14px 9px #3b5998;
    color: #fff;
    padding: 0.7em 2.9em;
    text-decoration: none;
    font-size: 14px;
    float: left;
    height: 35px;
        border-radius: 4px;
    width:100%;
	margin-bottom: 10px;
}

.chrome-button a {
    background: url(../images/ch1.html) no-repeat 14px 9px #dd4b39;
    color: #fff;
    font-size: 14px;
    padding: 0.7em 2.9em;
    text-decoration: none;
    float: left;
        border-radius: 4px;
    height: 35px;
    margin: 5px 0 10px 0;
    width: 100%;
	margin-bottom: 10px;
}

.chrome-button a:hover{color:#fff;}
.facebook-button a:hover{color:#fff;}

.social-sits {
            margin: 1.1em 0 0 0;
}

.or-grid {
    margin: 1em 0;
    position: relative;
    text-align: center;
}

.or-grid p:before {
    content: '';
    background: #777;
    padding: .8px;
    position: absolute;
    width: 43%;
    top: 47%;
    left: 1%;
}


.or-grid p:after {
    content: '';
    background: #777;
    padding: .8px;
    position: absolute;
    width: 43%;
    top: 47%;
    right: 1%;
}

.text_heading    
{
    text-transform: uppercase;
    text-align: left;
        font-size: 1.2em;
    margin: 0 0 0 0;
    padding: 8px 15px 7px 15px;
    border-bottom: 1px solid #cacaca;
    color: #424242;
    font-weight: normal;
    background-color: #e6e6e6;
    border-radius: 4px;
    /* font-family: 'PT Sans',Arial, Helvetica, sans-serif; */
	}
    
    


.textarea-txt{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.form-new {
    display: block;
    width: 100%;
    height: 29px;
    padding: 6px 6px;
    font-size: 14px;
    background: url(../images/input-text-8.html) repeat-x;
    line-height: 1.42857143;
    color: #737373;
    background-color: rgb(255, 255, 255);
    /* background-image: none; */
    border: 1px solid #cecece;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 7px;
}

.txtval{color: #e30000;
    font-size: 13px;}