.h1men {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.h1static {
display: inline;
padding: 0px;
margin: 1px;
}

.h2men { 
padding: 0px;
margin: 1px;
}

.h2static {
display: inline;
padding: 0px;
margin: 1px;
}


.h3men {
padding: 0px !important;
margin: 1px !important;
}

.h3static {
display: inline;
padding: 0px;
margin: 1px;
}


.h4men {
padding: 0px;
margin: 1px;
}

.h5men {
padding: 0px;
margin: 1px;
}

div.vertical{
  width: 1px;
  background-color: rgb(221,221,221);
#  height: 1100px;
 float: center;
}

.black_overlay{
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: #dcdcdc;
        z-index:1001;
        -moz-opacity: 0.8;
        opacity:.80;
        filter: alpha(opacity=80);
    }

.white_content_signup {
        display: none;
        position: absolute;
        top: 10%;
        left: 30%;
        width: 420px;
        height: 500px;
        padding: 16px;
        background-color: white;
        z-index:1002;
        overflow: auto;
	border: 10px solid #E96800;
    	-moz-border-radius: 10px;
    	-webkit-border-radius: 10px;
    	border-radius: 10px;
    	-moz-box-shadow: 0px 10px 10px #666;
    	-webkit-box-shadow: 0px 10px 10px #666;
    	box-shadow: 0px 10px 10px #666;
    }

.white_content_login {
        display: none;
        position: absolute;
        top: 10%;
        left: 30%;
        width: 400px;
        height: 420px;
        padding: 16px;
        background-color: white;
        z-index:1003;
        overflow: auto;
        border: 1px solid #E96800;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -moz-box-shadow: 0px 10px 10px #666;
        -webkit-box-shadow: 0px 10px 10px #666;
        box-shadow: 0px 10px 10px #666;
    }

.white_content_login_new {
        display: none;
        position: fixed;
        top: 20%;
        left: 30%;
        width: 500px;
        height: 440px;
        padding: 16px;
        background-color: white;
        z-index:1003;
        overflow: auto;
        border: 1px solid #E96800;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -moz-box-shadow: 0px 10px 10px #666;
        -webkit-box-shadow: 0px 10px 10px #666;
        box-shadow: 0px 10px 10px #666;
    }

select.form_rounded {
    border: 1px solid #bbbbbb;
    -moz-border-radius: 5px;
    -moz-appearance:button;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 0px #666;
    -webkit-box-shadow: 0px 0px 0px #666;
    box-shadow: 0px 0px 0px #666;
    font-size: 11px;
    padding: 4px 7px;
    outline: 0;
    -webkit-appearance: none;
##.select.galleries_rounded input:required:valid + .form_hint::before {color:#28921f;}
}

select.form_rounded:focus {
border-color: #E96800;
}

.white_pod_content {
        display: none;
        position: absolute;
        top: 10%;
        left: 10%;
        width: 800px;
        height: 500px;
        padding: 16px;
        background-color: white;
        z-index:1004;
        overflow: auto;
        border: 5px solid #E96800;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0px 10px 10px #666;
        -webkit-box-shadow: 0px 10px 10px #666;
        box-shadow: 0px 10px 10px #666;
    }
