@CHARSET "UTF-8";


html, body { height: 98%; }


img { border: 0; }


html, body, div, table, td, a, p, span, form, fieldset
{
    margin: 0;
    padding: 0;
    border: 0 none;
    text-align: left;
    vertical-align: top;
    text-decoration: none;
    white-space: normal;
}


a {
    color:#000;
}

a:link, a:hover, a:visited, a:active
{
    color: #000;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
}


table
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}


h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }


h1,h2,h3,h4,h5,h6, ul, li, form, fieldset, input, select
{
    margin: 0;
    padding: 0;
    border: 0 none;
    text-align: left;
    vertical-align: top;
    background:transparent;
    text-decoration: none;
    white-space: normal;
}


ul, li { padding-bottom: 3px; }


form, fieldset
{
    font-size: 12px;
}


input, select
{
    font-size: 12px;
    border: #757575 1px solid;
    background-color: #ffffff;
}


div.container { width: 100%; }



div.transparent
{
    border: #252525 1px dotted;
    background-color: #757575;
    opacity: 0.5;
}



div.invisible
{
    position: absolute;
    visibility: hidden;
    display: block;
    top: 75px;
    left: 50%;
    width: 30%;
    height: 120px;
    z-index: 100;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 10px;
    border: #757575 1px dashed;
    text-align: center;
    vertical-align: middle;
    color: #353535;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    white-space: normal;
}
label.description
{
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}

