﻿/*****************************/

/*** Core html setup stuff ***/

/*****************************/



html, body {

	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	display: block;
	position: relative;
	top: 0;
	bottom: 0;

}



form {

  margin: 0;
  padding: 0;
  height:100%; /* needed for container min-height */
}



body {

	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	width: 100%;
	height: inherit;

}



a:link, a:visited {

	text-decoration: none;
	font-weight: normal;

}



a:hover {

	text-decoration: underline;
	font-weight: normal;

}



input.button { cursor: pointer; }



p { margin-top: 0; margin-bottom: 10px; }



img { border: 0 none; }



/* div, td {

	border: 1px solid blue;

} */



/*****************************************/

/*** Template specific layout elements ***/

/*****************************************/

#page_bg {
	position: absolute;
	background: url(../images/bg2.jpg);
	background-repeat: repeat-xy;
	background-color: #ccc;
}





body.width_medium  div#wrapper {

	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: url(../images/wrapper-bg.png) 0 0 repeat-y;
	background-color: #f7f7f7;
	width: 950px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid transparent;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: 100%;
	

}



div#header_l {

	position: relative;
	margin-top: 75px;

}



div#header_r {

	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}



div#logo {

	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 400px;
	height: 194px;
	margin-left: 0px;
	margin-top: -50px;

}





div#header_r table {

	position: absolute;
	float: right;
	right: 10px;
	width: auto;
	top: 100px;

}



div#header_r a.mainlevel {

	color: #f7f7f7;
    background-color: #559fbc;
    padding: 7px 10px 7px 10px;
    margin-right: 5px;
    border: 1px solid #ccc;

}



div#newsflash {

	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;

}





div#whitebox div#footer {

	margin-top: 10px;
	margin-left: 26%;
	margin-right: 0;
	width: auto;
	font-size: 11px;
	color: #aaa;
	text-align: center;

}



span.mainlevel {

	margin-left:5px;

}



div#footer a:link, div#footer a:visited  {

	color: #cd6620;

}



div#footer a:hover {

	color: #ac5419;

}



div#footerspacer {

	height: 10px;

}



/* orange */

a:link, a:visited {

	color: #cd6620;

}



a:hover {

	color: #ac5419;

}



h3, .componentheading, table.moduletable th {

  color: #666;

}



#pathway {

	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: center;

}



#search {

	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;

}



form#searchForm input {

	vertical-align: middle;

}



form#searchForm table {

	border-collapse: collapse;

}



form#searchForm td {

	padding:0;

}



#mod_search_searchword {

	padding-left: 3px;

}



#area {

	display: block;
	padding: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}



#whitebox {

	/*margin-top: 20px;
	margin-bottom: 10px;
	width: auto;
	padding-top: 20px;/*
	/*padding: 0px;*/
	margin-bottom:10px;
margin-top:20px;
padding:15px;

}



#whitebox div {

	text-align: left;

}


#leftcolumn {
	padding: 0;
	margin-left: -7px;
	width: auto;
	float:left;
}



div#main-display-top {

	width: 681px;
	background: url(../images/main-display-top.png) 0 0 no-repeat;
	background-position: top center;
	padding-top: 10px;
	border: none;
	margin-left: 26%;

}



div#main-display-bottom {

	width: 681px;
	background: url(../images/main-display-bottom.png) 0 0 no-repeat;
	background-position: bottom center;
	padding-bottom: 10px;
	border: none;

}



#maincolumn {

	padding: 0;
	border: none;	
	width: 681px;
	background: url(../images/main-display-middle.png) 0 0 repeat-y;
	background-position: center center;	
	height: 100%;
	text-align: center;
    height:100%;
    min-height:400px;
}



div#maincolumn table.display{

	margin: 0 auto 0 auto;
	padding:0;
	width: 100%;
	border-collapse: collapse;

}







/*****************************************/

/*** Joomla! specific content elements ***/

/*****************************************/



div.offline {

	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;

}



span.pathway {

  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;

}



/* headers */

div.componentheading {

  padding-top: 20px;
  padding-left: 20px;
  display: none;

}



h1 
{
    font-size: 1.3em;
    font-weight: bold;
    color: #559fbc;
    text-align:left;
    

}



h2, .contentheading {

	padding: 0px;
    padding-top: 20px;
    padding-left: 20px;
    margin-top: -20px;
	font-size: 24px;
	font-weight: bold;
	vertical-align: bottom;
	color: #559fbc;
	text-align: left;
	width: 100%;
	line-height: 30px;

}



table.contentpaneopen h3 {

	margin-top: 0;

}



h4 {

	font-size: 14px;

}



h3, .componentheading, table.moduletable th, legend {

	margin: 0px;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: left;

}



/* small text */

.small {

	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;

}



.modifydate {

    height: 20px;
    vertical-align: bottom;
    font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;

}



.createdate {

	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}



a.readon {

	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;

}



/* form validation */

.invalid { border-color: #ff0000; }

label.invalid { color: #ff0000; }





/** overlib **/



.ol-foreground {

	background-color: #f6f6f6;

}



.ol-background {

	background-color: #666;

}



.ol-textfont {

	font-size: 10px;

}



.ol-captionfont {

	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;

}

.ol-captionfont a {

	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;

}



.ol-closefont {}



/* menu links */

a.mainlevel:link, a.mainlevel:visited {

	padding-left: 5px;

}



div#header_r  a.mainlevel:hover {

	text-decoration:none;
	color: #fff;
	background-color: #81bacb;

}



/* spacers */

span.article_separator {

	display: none;
	height: 20px;

}



.article_column {

	width: 100%;

}



.column_separator {

	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;

}



td.buttonheading {



}



td.buttonheading img {

	margin-right: 15px;
	border:none;

}



.clr {

	clear: both;

}



td.greyline {

  width: 20px;

  /* background: url(../images/mw_line_grey.png) 50% 0 repeat-y; */

}



ul.arrows {

list-style-image: url(../images/arrow.png);

}



ul.arrows li {

color:black;
padding: 0;
margin-bottom: 15px;
background-position: 2em;

} 



div#left3 {

	margin: 25px 0 -15px 15px;
	text-align: center;

}



div#left3  p img{

	margin: 0 0 10px 0;

}



div#left2 {

	margin: 20px 0 -40px 5px;
	width: 182px;

}



div#top-banner {

	float: right;
	width: 470px;
	height: 100px;
	margin: 40px 20px 0 0;

}



td#news-title strong a {

	margin: 0 0 0 10px;
	color: #559fbc;
	font-size: 18px;
	line-height: 20px;

}



ul.newsfeed{

	list-style-type: none;
	margin: 5px 0 -10px 2px;
	padding: 7px 10px 10px 10px;
	width: 150px;

}



ul.newsfeed li{

	margin: 5px 0 0 0;

}





table.blog span.article_separator {

	display: block;
	height: 20px;

}



table.blog {

        width: 100%;

}



div.blog_more {

        margin-left: 20px;
        margin-bottom: 25px;

}







div.blog_more strong {

        color: #559fbc;

}



/* edit button */

.contentpaneopen_edit{

	float: left;

}



/* table of contents */

table.contenttoc {

  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;

}



table.contenttoc td {

  padding: 0 5px;

}





/* content tables */

td.sectiontableheader {

  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;

}



tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td {

  padding: 4px;

}



td.sectiontableentry0,

td.sectiontableentry1,

td.sectiontableentry2 {

  padding: 3px;

}





/* content styles */

table + table.contentpaneopen, table.contentpane {

    margin: 0;
    padding: 0;
	width: auto;

}



table + table.contentpaneopen {

    margin: 10px 20px 20px 20px;
    padding: 0;
	width: auto;

}



table.contentpaneopen li {

	margin-bottom: 5px;

}



table.contentpaneopen fieldset {

	border: 0;
	border-top: 1px solid #ddd;

}



table.contentpaneopen h3 {

	margin-top: 0px;

}



table.contentpaneopen h4 {

	color: #81bacb;

}



.highlight {

	background-color: #fffebb;

}



/* module control elements */

table.user1user2 div.moduletable {

	margin-bottom: 0px;

}



div.moduletable, div.module {

  margin-bottom: 25px;

}



div#menu-top {

	background: url(../images/menu-top.png) 0 0 no-repeat;
	background-position: top center;
	padding-top: 11px;
	border: none;

}



div#menu-middle {

	width: 210px;
	padding: 10px 15px 5px 15px;
	background: url(../images/menu-middle.png) 0 0 repeat-y;
	background-position: center center;

}



div#menu-bottom {

	background: url(../images/menu-bottom.png) 0 0 no-repeat;
	background-position: bottom center;
	padding-bottom: 11px;
	border: none;

}






ul.menu {

	list-style-type: none;
	margin: 0 0 10px 0;
	padding-left: 15px;

}



ul.menu li a:link, ul.menu li a:visited {

	font-weight: bold;
    font-size: 12px;
	line-height: 25px;

}



div#menu-middle ul {

        margin-top: 5px;

}



ul.menu ul li {

	margin-top:-10px;

}



ul.menu ul li a:link, ul.menu ul li a:visited{

	font-size: 10px;
    color: #cd6620;

}



#leftcolumn div.module {

	padding: 0 10px;

}



#leftcolumn div.module table {

	width: auto;

}



table#contactus  td {

	text-align: right;
	padding-right: 20px;

}



table#contactus  td + td {

	text-align: left;

}



input, select, textarea {

	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;

}



/* forms */

table.adminform textarea {

  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;

}



div.search input {

	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;

}



form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}

form#form-login ul { padding-left: 20px; }



form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}

form#com-form-login ul { padding-left: 20px; }



/* thumbnails */

div.mosimage         {  margin: 5px; }

div.mosimage_caption {  font-size: .90em; color: #666; }



div.caption       { padding: 0 10px 0 10px; }

div.caption img   { border: 1px solid #CCC; }

div.caption p     { font-size: .90em; color: #666; text-align: center; }



/* Parameter Table */

table.paramlist {

	margin-top: 5px;

}



table.paramlist td.paramlist_key {

	width: 128px;
	text-align: left;
	height: 30px;

}



table.paramlist td.paramlist_value {

}



div.message {

	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;

}



/* Banners module */



/* Default skyscraper style */

.bannergroup {

}



.banneritem img {

	display: block;
	margin-left: auto;
	margin-right: auto;

}



/* Text advert style */



.banneritem_text {

	padding: 4px;
	font-size: 11px;

}



.bannerfooter_text {

	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;

}



/* System Messages */

/* see system general.css */



.pagination span { padding: 2px; }

.pagination a    { padding: 2px; }



/* Polls */

.pollstableborder td {

	text-align: left;

}



/* WebLinks */

span.description {

	display:block;
	padding-left: 30px;

}



/* Frontend Editing*/

fieldset {

	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;

}



legend {

	margin: 0;
	padding: 0 10px;

}



td.key {

	border-bottom:1px solid #eee;
	color: #666;

}



/* Tooltips */



.tool-tip {

	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;

}



.tool-title {

	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;

}



.tool-text {

	font-size: 100%;
	margin: 0;

}



/* System Standard Messages */

#system-message { margin-bottom: 20px; }



#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}



/* System Error Messages */

#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}



/* System Notice Messages */

#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}



#syndicate{

	float:left;
	padding-left: 25px;

}



#power_by{

	float:right;
	padding-right: 25px;

}



/* Component Specific Fixes */



#component-contact table td {

	padding: 2px 0;

}





















a.corpLink:link
{
    /*color: #336600;*/
    color: #cd6620;
    font-weight: bold;
}
a.corpLink:visited
{
    /*color: #336600;*/
    color: #cd6620;
    font-weight: bold;
}
a.corpLink:hover
{
    /*color: #336600;*/
    color: #cd6620;
    font-weight: bold;
}
a.corpLink:active
{
    /*color: #336600;*/
    color: #cd6620;
    font-weight: bold;
}
a.footer:link
{
    /*color: #3399cc;*/
    color: #cd6620;
}

a.footer:visited
{
    /*color: #3399cc;*/
    color: #cd6620;
}
a.links:visited
{
    /*color: #3399cc;*/
    color: #cd6620;
}
a.links:hover
{
    text-decoration: underline;
}
.bluetext
{
    color: #3399cc;
}


a
{
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt; /*color: #3399cc;*/
    color: #cd6620;
    font-weight: normal;
    cursor: pointer;
}

.menubar1
{
    font-family: Verdana;
    font-size: 9pt;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
}

.menubar2
{
    /*    font-family: Verdana;     font-size: 9pt;     text-transform: capitalize;     text-decoration: none;     font-weight: bold;     color: #666666;*/
    color: #f7f7f7;
    background-color: #559fbc;
    padding: 7px 15px 7px 15px;
    margin-bottom: 100px;
    border: 1px solid #ccc;
}

a.menubar2:hover
{
    color: #fff;
    background-color: #7eb7c0;
}

.menubar3
{
    font-family: Verdana;
    font-size: 9pt;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

.plaingrey
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #999999;
    position: inherit;
}

.boldgrey
{
    font-family: Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

.boldgreylowercase
{
    font-family: Verdana;
    font-size: 9pt;
    text-decoration: none;
    font-weight: bold;
    color: #808080;
}

.dataentry
{
    font-family: Verdana;
    font-size: 9pt;
    text-decoration: none;
    font-weight: normal;
    color: #808080;
}

.resultpage
{
    font-family: Verdana;
    font-size: x-small;
    color: #666666;
}

.resultbold
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: White;
}

.tableHeaders
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    color: #000;
    background-color: #ededed;
        border-collapse: separate;
    border-width:0px;
   border-spacing: 0px;
}

.clientdetails
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #FF9900;
}

.footerfont
{
    font-family: Verdana;
    font-size: 9pt;
    font-weight: normal;
}

ul.greenarrow
{
    list-style-image: url(  '../images/arrow-green-right.gif' );
}

#biologicapadding: 5px 5px 5px 10px; 
    l-age-testing
{
    /*    text-align: left;     border: 7px solid #d88018;     border-radius: 10px;     padding: 5px 5px 5px 10px;     margin: -5 -5 -5 -5;*/
}

#ContentBorder
{
    text-align: left;
    border: 7px solid #d88018;
    padding: 5px 5px 5px 10px;
    margin: -5 -5 -5 -5;
}

#ContentBorderCenter
{
   
    width: 700px; margin-left: auto; margin-right: auto;
}

#biological-age-testing h4
{
    font-weight: bold;
    font-size: 18px;
}
#biological-age-testing h1
{
    line-height: 1em;
    font-size: 24px;
    font-weight: bold;
    color: #559fbc;
  /*  padding-bottom:20px;*/
}

.pricing
{
}

.pricing strong
{
    color: #000000;
}
.pricing p
{
    color: #000000;
}

.smaller-pricing
{
    font-size: 7pt;
}

#corporate-health
{
}

#corporate-health h4
{
    color: #336600;
}

#corporate-health h1
{
    color: #336600;
}

#fitness-education
{
}

#fitness-education h4
{
    color: #fe6700;
}

#fitness-education h1
{
    color: #fe6700;
}

.dynamic-table-column-left
{
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
    border-right: 1px solid #99cc33;
}

.dynamic-table-column-middle
{
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: left;
    border-right: 1px solid #99cc33;
}

.dynamic-table-column-right
{
    padding-left: 15px;
    padding-top: 10px;
    text-align: left;
}

/* Style for inner serach Grid */

.mGrid
{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-top: 10px;
    border-style: none;
    border-width: 0;
    font-family: Verdana;
    font-size: x-small;
    color: #666666;
}
.mGrid td
{
    background-color: White;
    padding: 5px;
}
.mGrid th
{
    background: rgb(075, 151, 174);
    padding: 5px;
    color: White;
    border-width: 0px;
}
.mGrid .alt td
{
    background-color: white;
}

.accountManHeader h1
{
    font-size: 17px;
    font-weight: bold;
    color: #559fbc;
    margin-bottom: -10px;
    text-align: center;
}

.clientDetails h1
{
     font-size: 17px;
    font-weight: bold;
    color: #559fbc;
    
    text-align: center;
}

.accountManHeader
{
    margin-left: 0px;    
    text-align:center;
}
.accountLoginHeader
{
    margin-left: 10px;    
    text-align:left;
}
.accountLoginHeader h1
{
     font-size: 17px;
    font-weight: bold;
    color: #559fbc;
    
    text-align: left;
}

.h1Signup
{
        font-size: 20px;
    font-weight: bold;
    color: #559fbc;
}

.loginHeader
{
    font-size: 15px;
    font-weight: bold;
    color: #559fbc;
        padding: 10px 0px 10px 0px;
}

#TestButton
{
    color: #fff;
    background-color: #7eb7c0;
    border: 1px solid #ccc;
    position: relative;
    vertical-align: middle;
}

#borderOrange
{
    text-align: left;
    width: 80%;
    border: 7px solid #d88018;
    padding: 5px 5px 5px 5px;
    margin: 5 5 5 5;
}


/* COloums on teh landing test Page */
#TestContainer
{
    width: 95%;
    border-left-width: 2px;
    border-color: Black;
    height: 100%;
    padding: 5px 5px 5px 10px;
    min-height: 300px;
    text-align: left;
}

#Col1
{
    float: left;
    height: 100%;
    width: 50%;
}

#Col2
{
    float: right;
    height: 100%;
    width: 50%;
}

.MetabolicTestBgColour
{
    font-size: 12px;
    background-color: #dcedfb;
}

.PhysicalTestBgColour
{
    font-size: 12px;
    border: 0px solid #666666;
    background-color: #dbffdb;
}

.BehaviouralTestBgColour
{
    font-size: 12px;
    border: 0px solid #666666;
    background-color: #ffeddc;
}

.testRow
{
    font-size: 12px;
}

.TestButton
{
    padding: 2px 2px 2px 2px;
    margin: 3px 3px 3px 3px;
}

.TestCheckBox
{
    padding: 2px 2px 2px 2px;
    margin: 3px 3px 3px 3px;
}

.TestTable
{
    margin-top: 10px;
    border: medium solid #EDEDED;
}


.ancTestingForms
{
    font-size: 2px;
}

.TestMenu
{
    color: #ffffff;
    background-color: #7eb7c0;
    border: 1px solid #cccccc;
    padding: 5px 13px 5px 13px;
    color: White;
    text-align: center;
}



a.testLinks
{
    color: White;
    font-size: 12px;
    font-style: italic;
}

a.ancTestingForms
{
    font-size: 11px;
}


ul.Login
{
    list-style-type: none;
    margin: 0 0 10px;
    padding-left: 15px;
}

/*  */
.buttonContainer
{
   width:  390px;
   float:left;
   text-align: right;
}

.bioageContainer
{
    width: 230px;
    float:right;
    text-align: right;
}

.bioageMainContainer
{
    width:95%;

}

.bioageDisplayTable
{
    font-size: medium; 
    color: black; 
    white-space: nowrap;
    text-align: right;
    float:right;
}


#biological-age-testing
{   
	margin-left:20px;
	margin-right:20px; 
}


#biological-testing-Pages
{   
	margin-left:10px;
	margin-right:10px; 
}

#biological-testing-Pages p
{   
	text-align:left;
}

/* Gray Progessbar overlay */
#cover 
{
     display:block;
    /*display:none;*/
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background:gray;
    filter:alpha(Opacity=50);
    opacity:0.5;
    -moz-opacity:0.5;
    -khtml-opacity:0.5
}
#dialog {
    display:block;
    left:50%;
    top:50%;

    width:220px;
    height:19px;
    position:absolute;
    z-index:100;
    background:#D8018;
    padding:opx;
    font:10pt tahoma;
    border:0px solid gray;

}