*{
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
span.input_label{
	color: #1b4192;
	line-height: 31px;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: bold;
}
tr.input_row{
	/* background-color: #C4DEA7; */
}
div.test{
	color: red;
}
table.master_table{
	width:800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	border: none;
	top: 0px;
}

input.text {
	outline-color: #1b4192;
	outline-style: solid;
	outline-width: 1px;
	border: none;
	height: 28px;
	width: 190px;
	padding-left: 5px;
}

img.banner{
	width: 800px;
	height: auto;
}

span.selected{
	color:#9acf5b;
}
div.menu{
	color: #346999;
	position: relative;
	left: 5%;
}
img.logo {
	height: auto;
	width: 176px;
	position: relative;
	/* left: 21px; */
	top: 22px;
}
input.enter_button{
	height: 24px;
	width: 71px;
	position: relative;
	left: 125px;
	margin-top: 10px;
}
input.pw_enter_button{
	height: 37px;
	width: auto;
	/* position: relative; */
	left: 52px;
	margin-top: 10px;
}

img.wordmap{
	height: 124px;
	width: auto;
	position: relative;
	left: 0px;
	top: 22px;
}
div.input{
	position: relative;
	left: 40%;
	margin: 30px 0px;
}