/* CSS Document */

#Container {
  position: relative;
  top: 0px; left: 0px;
  width: 380px; height: 407px;
  padding:0 20px 0 0;
  overflow:auto;
}
.Scroller-Container { position: relative; background: transparent;
}
h3 {
  margin: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #D30000;
}

a {
  color: #F43F3E;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}
a:hover {	
  text-decoration: none;
}

p {
  margin: 0 0 5px 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-align: justify;
}

#Scrollbar-Container {
  position: relative;
  top: -18px; left: 11px;
  width: 10px; height: 0px;
}
.Scrollbar-Track {
  /*width: 10px; height: 375px;*/
}
.Scrollbar-Handle {
  /*position: relative;
  width: 10px; height: 100px;
  background-color: #C6E7F4;*/
}
#sbLine {
  /*position: absolute;
  width: 6px;
  height: 5px;
  left: 7px;
  background-color: #B5D6E3;
  font-size: 0px;*/
}
.signup, .login  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: justify;
}
.signup a:link {
	color: #FFFFFF;
}
.signup a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.signup a:visited {
  color: #FFFFFF;
}
.forgot {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #F43F3E;
  font-weight: bold;
  text-align: justify;
}
.forgot a:link {
	color: #F43F3E;
}
.forgot a:hover {
	color: #F43F3E;
	text-decoration: none;
}
.forgot a:visited {
  color: #F43F3E;
}
.loginbutton {
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	border: #330066;
	height: 18px;
	width: 42px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	height: 18px;
	border: 1px solid #000000;
}

.formbut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	height: 18px;
	border: 1px solid #000000;
}