  BODY { 	padding: 0px; margin: 0px; border: 0px;
			position:absolute; 
			height:100%;		
			width: 100%;
		}

  BODY,P,TH,TR,TD,INPUT,TEXTAREA {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-style: normal;
  }

  A:visited { 	text-decoration: none;	color: #000000;}
  A:link	{ 	text-decoration: none;  color: #000000;}
  A:hover 	{	text-decoration: underline;	color: #FF0000;  }
  A:active 	{	text-decoration: none;		color: #FF0000;  }


/*#container { position: relative; height: 100%; xborder: solid 1px green; }*/
#horizon {
		background-color: transparent;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		margin-top: -180px;
		text-align: center;
		min-width: 660px; 
}
#wrapper { 	
		text-align: left;
		position: relative;
		width: 660px;
		margin: 0px auto;	
		height: 320px;	
}
#wrapper { 	padding: 10px;	xbackground-color: white; }
#box { 		border: 1px solid #808080; background-color: #f4f4f4; color: #333333; 
                -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
                -moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.1);
                box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.1);
}

#left { 	
		float: left; width: 140px; 
		padding: 19px 18px 10px 0px;
		text-align: right; 
}
h1 {
			font-size: 28px;
			font-weight: normal;
			margin: 0px; padding: 14px 0px;
}
#message {	display: block; margin-left: 160px; 
			padding: 0px 20px 16px 16px;
			border-left: 1px solid #e0e0e0; 
}

h6 {
	color: #FF6600;
	font-weight: bold;
	font-size: 10px;
	padding: 1em 0px 0px 0px;
	margin: 0px;
}
ul {	list-style-type: square;	}
p { margin-bottom: 0px; padding-bottom: 0px; margin-top: 0.5em;}
p.notice {	color: green; margin-top: 1em; }

