@charset "utf-8";

* {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
body {
	background-color: #454545;
	background-image: url('../images/background.jpeg');
	background-repeat: repeat-x;
	color: #222222;
}
h1 {
	display: none !important;
}
h2 {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
}
a {
	color: #444444;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	background-color: #e8e8e8;
}
#container {
	width: 650px;
	margin: 20px auto;
}
#top {
	background-image: url('../images/title.png');
	background-repeat: repeat-x;
	height: 160px;
	width: 650px;
}
#menu {
	width: 650px;
	height: 16px;
	background-color: #ffffff;
	padding: 10px 0;
	border-bottom: 1px #dadada solid;
}
#menu ul {
	list-style: none;
	text-align: center;
}
#menu li {
	display: inline;
	padding: 0 5px;
}
#menu li a.active {
	background-color: #e8e8e8;
}
#menu li a {
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
}
#customermenu {
	width: 600px;
	height: 11px;
	background-color: #ffffff;
	padding: 10px 0;
	border-bottom: 1px #dadada solid;
}
#customermenu ul {
	list-style: none;
	text-align: center;
}
#customermenu li {
	display: inline;
	padding: 0 0;
}
#customermenu li a.active {
	background-color: #e8e8e8;
}
#customermenu li a {
	padding: 6px;
	font-weight: bold;
	text-decoration: none;
}
#customersubmenu {
	width: 600px;
	height: 12px;
	background-color: #ffffff;
	padding: 6px 0;
	border-bottom: 1px #dadada solid;
	margin: 5px 0 0 0;
}
#customersubmenu ul {
	list-style: none;
	text-align: center;
}
#customersubmenu li {
	display: inline;
	padding: 0 0;
}
#customersubmenu li a.active {
	background-color: #e8e8e8;
}
#customersubmenu li a {
	padding: 3px 6px;
	font-weight: bold;
	text-decoration: none;
}
#content {
	width: 600px;
	background-color: #ffffff;
	text-align: justify;
	padding: 25px;
}

#foot {
	font-size: 11px;
	text-align: right;
	margin: 5px auto;
	color: #EAEAEA;
}
#foot a {
	color: #ABABAB;
	text-decoration: underline;
}
#foot a:hover,#foot a:focus {
	text-decoration: none;
	background-color: #e8e8e8;
}
p {
	margin: 10px 0;
}
tr.head {
	height: 20px;
	border-bottom: 1px #dadada solid;
}	
td {
	height: 25px;
}
table {
	margin: 0 0 20px;
}
label {
	display:block;
	margin:10px 0 0;
	cursor: pointer;
}
input[type="text"], input[type="password"], textarea {
	border: 1px solid #cccccc;
	padding: 2px 5px;
	width: 437px;
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #aaaaaa;
}

input.submit {
	border: 1px solid #ababab;
	background-color: #cccccc;
	padding: 2px 5px;
	width: auto;
	cursor: pointer;
}
input.submit:hover {
	border-color: #cccccc;
	background-color: #ababab;
	color: #eee;
}
.help, .error, .note, .message { 
	font-size : 13px; 
	padding : 3px 3px 3px 28px; 
	margin : 10px 0; 
	color : #777;
	width: 417px;
	} 
	.message { 
	background : #dcf9b5 url(../images/accept.png) no-repeat 5px 50%; 
	border : 1px solid #8dd658; 
	} 
	.help { 
	background : #ddf4ff url(../images/help.png) no-repeat 5px 50%; 
	border : 1px solid #b5d7fd; 
	} 
	.error { 
	background : #feddd8 url(../images/exclamation.png) no-repeat 5px 50%; 
	border : 1px solid #ff9999; 
	} 
	.note { 
	background : #ffdbb7 url(../images/information.png) no-repeat 5px 50%; 
	border : 1px solid #ff9966; 
	}
