html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-color:#1E1E20;
}
div#distance { 
	margin-bottom: 20px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	float: left;          /* required */
}
div#header {
	position: relative;   /* positions content on top of distance */
	text-align: right;     /* horizontal centering hack for IE */
	height: 53px;         /* required - desired height */
	width: 700px;          /* required - desired width */
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}  

div#header img {
	border:0px;
}

div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: auto;         /* required - desired height */
	width: 700px;          /* required - desired width */
	background: #151516;  /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	border: 1px;
	border-style:dashed;
	border-color:#999999;
	color:#999999;
	padding: 5px;
	margin-bottom:50px;
}

div#login {
	position: relative;   /* positions content on top of distance */
	text-align: center;     /* horizontal centering hack for IE */
	height: 250px;;         /* required - desired height */
	width: 700px;          /* required - desired width */
	background: #151516;  /* cosmetic */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	border: 1px;
	border-style:dashed;
	border-color:#999999;
	color:#999999;
	margin-bottom:50px;
	padding-top:150px;
}

div#login input[type="text"] {
	background-image:url(../images/username.jpg);
	background-repeat:no-repeat;
	margin: 5px;
	border: 1px;
	border-style:dotted;
	border-color:#999;
	background-color:#151516;
	color:#999;
	padding-left: 77px;
	background-repeat:no-repeat;
	height:18px;
	padding-top:2px;	
}

div#login input[type="password"] {
	background-image:url(../images/password.jpg);
	background-repeat:no-repeat;
	margin: 5px;
	border: 1px;
	border-style:dotted;
	border-color:#999;
	background-color:#151516;
	color:#999;
	padding-left: 77px;
	background-repeat:no-repeat;
	height:18px;
	padding-top:2px;	
}

div#login input[type="Submit"] {
	background-image:url(../images/btn_login.jpg);
	background-repeat:no-repeat;
	border: 1px;
	border-style:solid;
	border-color:#999;
	background-color:#151516;
	color:#999;
	padding-left: 77px;
	background-image:url(../images/btn_login.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:25px;
}

img {
	border:#999;
	border-style:solid;
	border-width:2px;
}

td {
	background-color:#151516;
	text-align:center;
	padding-top:20px;
}

td:hover {
	background-color:#28282B;
	text-align:center;
}

.normaltable
{
	border:0px;
}

.normaltable td
{
	border:0px;
	text-align:left;
}

.normaltable td:hover
{
	border:0px;
	text-align:left;
	background-color:#151516;
}

a:link {
	font-size:11px;
	color:#666;
	text-decoration: none;
}
a:visited {
	font-size:11px;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-size:11px;
	color: #999;
	text-decoration: none;
}
a:active {
	font-size:11px;
	color: #666;
	text-decoration: none;
}

.error
{
	color:#C00;
	font-size:14px;
	font-weight:bold;
}

#buttonImageAlbums
{
	padding-left:180px;
	position: absolute;
	text-align: right;
	margin-top:-35px;
}

#buttonImageAlbums img
{
	border:0px;
}

#buttonImagePhotos
{
	padding-left:182px;
	position: absolute;
	text-align: right;
	margin-top:-22px;
}

#buttonImagePhotos img
{
	border:0px;
}

fieldset
{
	border:1px;
	border-style:solid;
}