/* CSS Document */
/* Design, Layout and Creation by Saluka Amarasinghe (saluka [at] gmail.com)
/* Huntington E-Ticket Retreival */
/* May 24 2006 */

body{
  margin: 0;
  padding: 20px;
  color: #202020;
  font: 11px Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}

#container {
	float:none;
  	margin: auto;
  	width: 500px;
	height: 370px;
  	padding: 20px;
  	background: #FFF;
	border: 1px solid #cccccc;
}

#content {
	width: auto;
	background-color:#ffffff;
	margin-top: 10px;
}

#header {
	width: auto;
	background-color:#ffffff;
}

#welcome {
	width: auto;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 3px;
	background-color: #c12d2d;
	padding: 5px 0px 5px 18px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#ffffff;
	font-size: 13px;
}

#loginbox {
	float: left;
	width:46%;
	height: 80px;
	border: solid #cccccc 1px;
	background: #fff;
	padding: 5px 5px 5px 5px;
	color: #000000;
}
	
#loginbox_nested {
	padding: 5px 5px 5px 5px;
	background: #f5f5f5;
	height: 70px;
}

#signupbox {
	float: right;
	width:46%;
	height: auto;
	border: solid #cccccc 1px;
	background: #fff;
	padding: 10px 10px 10px 10px;
	font-size:11px;
	font-weight:bold;
	color: #000000;
}

#footer {
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
}

#footer_text {
	text-align: right;
	color: #3d3d3d;
}

#footer_text a {
	color: #3d3d3d;
	text-decoration: none;
}

#footer_text a:hover {
	color: #c12d2d;
}

#error {
	font-weight: bold;
	background-color: #FF0000;
	border: 1px solid #3d3d3d;
	color: #FFFFFF;
	font-size: 12px;
	width: 480px;
	height: auto;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px 10px 5px 10px;
}

#secondary_content {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.textfield {
	width: 95%;
	height: 15px;
	border: 1px solid #666666;
	background-color:#ffffff;
}

.textfield_register {
	width: 150px;
	height: 15px;
	border: 1px solid #666666;
	background-color:#ffffff;
	
}

.button {
	width: 80px;
	height: 21px;
	border: 1px solid #666666;
	font-size: 10px;
}

.title {
	font:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	margin: 0;
}
	