/* CSS Document */
#frame{ width:750px;
height:500px;
background-color:#02244F;
border:thick #0565DE solid;
margin:10px auto 0px auto;
color:#fff;
}
#leftCol{float:left;
height:80%;
width:50%;
padding-left:20px;
}
#rightCol{float:right;
height:80%;
width:355px;
font-size:36px;
}
#bottomRow{
	width:100%;
	height:20%;
}
select{ width:70px;
font-size:16px;
}
legend{
	color:#FFF;
	font-size:36px;
	font-weight:bold;
}
label{ color:#FFF;
font-size:24px;
}
.text{ width:250px;
height:40px;
font-size:18px;
margin-top:20px;
}
.button{ height:30px;
margin-top:60px;
margin-right:30px;
float:right;
}