@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background:#FFFFFF;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin:0;
  padding:0;
  text-align:center;
}

h1 {
  color: #E40134;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}

h2 {
  color: #E40134;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

h3 {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}

h4 {
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

a {
  color: #EE6600;
  text-decoration: none;
  font-weight:normal;
}

a:hover {
  color: #000000;
  font-weight:normal;
}

.enableJS {
	border: 2px solid #000000;
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}

/*useful css*/
.border {
	border: 0px solid #000000;
}
.click {
	cursor:pointer;
}

div.row {
	clear: both;
	padding: 5px 0px;
}
div.row span.left {
	float: left;
	text-align: left;
}

div.row span.right {
	float: right;
	text-align: right;
}
.left {
	float:left;
}
.right {
	float:right;
}
.spacer {
	clear: both;
}

.outerWrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 320px;
	margin-left: -160px;
	margin-top: -200px;
}

.outerWrapper .contentWrapper {
}

.outerWrapper .contentWrapper .content {
	text-align:left;
}

.outerWrapper .contentWrapper .leftCol {
	float:left;
	background:#FFF;
	color:#000000;
	padding:25px;

}

.forms { font-size:11px; }
.errors { background:#F8F8F8; color:#990000; padding:8px; border:1px solid #DDD; }
.success { background:#F8F8F8; padding:8px; border:1px solid #DDD; }
