
body {
	margin : 11px;
	padding : 0px;
	color : #ddd;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 11px;
	background-color : #000;
/*	background-color : #040;  */
}

p	{
	color: #ddd;
	font-size: 11px;
	font-weight : normal;
}

b	{ 
	font-weight : bold; 
}

td	{ 
	font-weight : normal;	
	font-family: Arial, Helvetica, sans-serif; 
	color: #ddd; 
}

a	{ 
	color: #fff;
	text-decoration: none;
}

img {
	border: none;
}

a:link    { 
color: #f60;
font-weight : bold;
}

a:visited { 
color: #f60;
font-weight : bold;
}

a:hover   { 
	color: #f30; 
}

br {
	clear: left;
}
	
label
{
	color: #bbb;
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight:bold;
	padding : 0.3em;
}

input
{
	font-weight:bold;
	color: #bbb;
	background: #444;
	border: 1px solid #777;
	font-size: 10px;
	padding : 0.3em;
}

input.submitbutton
{
	font-weight:bold;
	color: #ffd402;
	background: #444;
	border: 1px solid #777;
	font-size: 10px;
	padding : 0.3em;
	margin-left: 5.6em;
}


/* ffd402 */


#master {
    position: relative;
    width:750px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 20px;
    text-align: left;
}

#header {
    position: relative;
	width:700px;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 0px;
  /*  background-color: #0d0; */
    text-align: left;
}

#body {
	position: absolute;
   /* background-color: #600; */
    margin-top: 120px;
	width:700px;
    padding: 20px;
}

#logo {
    position: absolute;
    width:400px;
    height:120px;
    top: 0px;
    left: 0px;
    background-color: #000;
	text-align: right;
}


#login {
    position: absolute;
    height:105px;
    width:300px;
    top:15px;
    left: 400px;
    background-color: #000;
}

/*
#navbar {
    position: absolute;
    height:35px;
    width: 100%;
    top: 92px;
    right: 0px;
    text-align: right;
    background-color: #CCFFFF;
    line-height: 35px;
    border-bottom: solid #000000 2px
}
*/

