body {
	background-color: #eeeeee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.margin-top {
	padding-top: 75px;
	background-color: #ffffff;
}

.logo {
	background-image: url(images/back.gif);
	text-align: center;
	height: 140px;
	padding-left: 25px;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0518C0;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	padding: 3px;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 5px;
}

.button {
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #c0c0c0;
	color: #0518c0;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#welcome, #working {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   text-align: center;
   line-height: 18px;
}

#welcome {
   padding-top: 20px;
   color: #0012b8;
   padding-bottom: 15px;
}

#working {
   font-weight: bold;
   color: #008702;
   padding-bottom: 5px;
}