div#base_framework {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

div#site_framework {
	position: relative;
	width: 300px;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

div#inner_site_framework {
	position: relative;
	width: 298px;
	top: 1px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-color: #ffffff;
}

body {
	background-color: #FFFFFF;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	line-height: 14px;
}

div#body_content {
  position: relative;
	width: 250px;
	height: 300px;
	top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #ffffff;
	text-align: left;
	overflow-x: hidden;
	overflow-y:auto;
	margin-left: 20px;
}

ul, li {
  border:0; margin:0; padding:0; list-style:none;
}
li {
  clear:both;
  list-style:none;
  padding-bottom:10px;
}

input {
  float:left;
  width:142px;
}
label {
  width:150px;
  float:left;
}

a.button {
  background:url(http://client.usonetworks.com/theme/usoBlue/image/common/button2.gif) no-repeat;
  display:block;
  color:#ffffff;
  font-weight:bold;
  height:30px;
  line-height:29px;
  margin-bottom:14px;
  text-decoration:none;
  width:150px;
  cursor: pointer;
}
a:hover.button {
  color:#1B4553;
}
 .submit {
  text-indent:45px;
  display:block;
  cursor: pointer;
}

div.msg-cage {
  display: none;
}

div.msg-cage-show {
  position: absolute;
  top: 175px;
  left: 5px;
  width: 235px;
  background-color: #FFF7BF;
  border: dashed;
  border-width: 1px;
  border-color: #FFC400;
  padding-left: 10px;
  padding-top: 8px;
  text-align: center;
  display: inline;
}

ul.msg-list{
	margin-top: 1px;
	margin-bottom:  1px;
	padding: 0px, 0px, 0px, 0px, 0px;
}

div.floater {
  position: absolute;
  top: 25px;
  left: 50px;
  
}