﻿html, body
{
    margin:0px;
    padding:0px;
    background-color:#ccc;
    width:100%;
}
body
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
#form1
{
    margin:0px auto;
    width:1000px;
    padding:0px 10px;
    background-color:white;
}
.formbg
{
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-510px;
    width:1020px;
    height:100%;
    background-color:#fff;
    z-index:-1;
}
h1
{
    margin-top:0px;
    font-size:18pt;
}
h2
{
    font-size:14pt;
}
.menubutton
{
    margin:5px 0px;
    display:block !important;
}
.container
{
    background-color:#D8E4F2;
    width:984px;
    padding:8px 7px;
    border:1px solid #9BABC2;
    border-radius: 10px;
}

a img
{
    border-style: none;
}
.hidden
{
    display: none;
}
        

table.tableform >tbody >tr >td
{
	line-height:20px;
	vertical-align:middle;
}
table.tableform >tbody >tr >td:first-child
{
	font-weight:bold;
	padding-right:10px;
	text-align:left;
}
table.tableform >tbody >tr >td.top
{
	vertical-align:top;
}

.invalid
{
	background-color:salmon !important;
	color:white !important;
}

/* Overlay */
        
.image_overlay
{
    display: none;
    z-index: 9999;
    background-color: #eeeeee;
    border: 0px;
    x-moz-box-shadow: 0 0 90px 5px #000;
    x-webkit-box-shadow: 0 0 90px #000;
    xbox-shadow: 0 0 90px #000;
    text-align: center;
    width: 820px;
    height: 620px;
}
        
.image_overlay .close
{
    background-image: url('../../images/popup_close.png');
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    height: 35px;
    width: 35px;
    z-index: 9999;
}
        
.image_overlay #image_overlay_image
{
    margin-top: 10px;
    background-color: #ffffff;
}
