/* Global Defaults
-------------------------------------------*/
/*
* {
	margin: 0;
	padding: 0;
}
*/
body {
	font: 12px/16px Verdana, Helvetica, sans-serif;
	color: #595959;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #333;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 21px;}
h4 {font-size: 14px;}
h5 {font-size: 13px;}
h6 {font-size: 12px;}

a, a:link, a:visited {
	color: #595959;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff0015;
	text-decoration: underline;
}

p {
	padding: 3px 0;
}

input, select {
	padding: 1px;
}

/* classes for Tigra Form Validator */
.tfvHighlight {
	color: #c00;
	font-weight: 700;
}
.tfvHighlight input[type="text"], .tfvHighlight input[type="password"], .tfvHighlight select {
	border: 1px solid #999;
	background: #ffdada;
}
.tfvNormal {
	color: #000;
	font-weight: normal;
}
.tfvNormal input[type="text"], .tfvNormal input[type="password"], .tfvNormal select {
	border: 1px solid #999;
	background: none;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus,
.tfvNormal input[type="text"]:focus, .tfvNormal input[type="password"]:focus, .tfvNormal select:focus,
.tfvHighlight input[type="text"]:focus, .tfvHighlight input[type="password"]:focus, .tfvHighlight select:focus {
	border: 1px solid #999;
	background: #ffc;
	padding: 2px;
}

/* Error Messages
-----------------------------------------------*/
#ErrorMsgbody {
	position: relative;
	width: 650px;
	height: 300px;
	margin: 0 10px;
}

#ErrorMsg {
	vertical-align: baseline;
	font: bold 14px Verdana;
	color: #808080;
	text-align: center;
	margin: 15px;
}
.ErrorMessage {
	font: bold 14px Verdana;
	color: #c00;
	margin: 12px 0;
}

.clear {
	clear: both;
}

/* Layout
-------------------------------------------*/
#wrapper {
	margin: 0;
	background: #fff;
	/*width: 960px;*/
	position: relative;
	text-align: left;
}

#extrainfo1 {
	clear: both;
	width: 960px;
	height: 113px;
}
