body {
	background: url('../images/back.png') repeat-x;
	background-color: #2742a2;
	font-family: 'Source Sans Pro', sans-serif;
}

#wrapper {
	background-color: white;
	/*border: 1px solid black;*/
	margin: 30px auto;
	width: 995px;
	border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	/*box-shadow: 0px 0px 10px rgb(0, 0, 0);
	-ms-box-shadow: 0px 0px 10px rgb(0, 0, 0);
	-moz-box-shadow: 0px 0px 10px rgb(0, 0, 0);
	-webkit-box-shadow: 0px 0px 10px rgb(0, 0, 0);
	-o-box-shadow: 0px 0px 10px rgb(0, 0, 0);*/
}

#header {
	background: url('../images/header.jpg') no-repeat;
	/*border: 1px solid blue;*/
	height: 152px;
}

#divleft {
	width: 580px;
	margin: 10px 0 0 10px;
	display: inline-block;
	padding: 10px;
	box-shadow: 0px 0px 5px #cccccc;
	-ms-box-shadow: 0px 0px 5px #cccccc;
	-moz-box-shadow: 0px 0px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 5px #cccccc;
	-o-box-shadow: 0px 0px 5px #cccccc;
}

#divright {
	border: 2px solid #ff6633;
	width: 35%;
	min-height: 330px;
	margin: 10px 10px 0 0;
	display: inline-block;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	float: right;
}

#footer {
	/*border: 1px solid blue;*/
	margin-top: 10px;
	border: 3px solid white;
	background-color: #061340;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 85%;
	border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	font-size: 0.8em;
}

#userlogin{
	background-color: #ff6633; /*2742a2*/
	padding: 5px 10px 8px 10px;
	border: 0;
	color: white;
	border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-o-border-radius: 10px 10px 0 0;
	font-size: 0.8em;
}

#userid, #pwd{
	border: 2px solid #cccccc;
	padding: 5px 10px;
	outline: none;
	width: 260px;
	margin-left: 15px;
}

#userid:hover, #pwd:hover{
	border: 2px solid #ff6633;
}

td{
	padding: 5px 10px 5px 0;
}

.clear{
	clear: both;
}

.psloginbutton{
	background-color: #ff6633;
	color: white;
	padding: 5px 10px;
	border: 0;
	border: 2px solid #ff6633;
	margin-left: 15px;
}

.psloginbutton:hover{
	opacity: 0.8;
}