@charset "UTF-8";
/* CSS Document */

body{
	font:1.15em/1.1 'Lucida Grande', sans-serif;
	
	background: #9ae4e8;
	background-image: url('bg.png');
	background-repeat: repeat-x;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}

.header {
	width: 620px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center;
}

.container {
	width: 550px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	background-color: #fff;
}

.down{
	text-align: center;
	color: #666666;
	font-size: 10px;
}

.option{
	border: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	font:1.15em/1.1 'Lucida Grande', sans-serif;
	overflow:auto;
	resize:none;

}

.status{
	border: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	height:2.5em;
	width:508px;
	padding:5px;
	font:1.15em/1.1 'Lucida Grande', sans-serif;
	overflow:auto;
	resize:none;
}

.user{
	font:1.15em/1.1 'Lucida Grande', sans-serif;
	border: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	overflow:auto;
	resize:none;
}

.button{
	background-image:url('button.gif');
	width:115px;
	height:32px;
	border:0;
	color:#666;
	font-size:14px;
	margin-left:3px;
}

.help{
	background-image:url('logo_help.png');
	background-position: right;
	background-repeat: no-repeat;
	width: 508px;
	font-size:14px;
	text-align: left;
}

.button:hover{
	background-image:url('button_hover.gif');
	color:#444;
}

.doing{
	font-size:1.2em;
	line-height:1.1;
}

.error{
	color: #ff5400;
}

table{
	text-align: left;
}


	
	