﻿/* ___________________________________________________________| General */

html, body, form {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	
}

table{
	margin:0px;
	padding:0px;

}

.popup #popupContainer {
	position:absolute;
	background-color:transparent;
	font-size:12px;
	padding:15px 15px;
	line-height:14px;
	margin-bottom:15px;
	width:540px;
}

img{
	border:0px;
}

/* ___________________________________________________________| Middle */


.formContainer {
	position:absolute;
	border: solid 1px #99cc01;	
	background-position: top right;
	background-image:url(../Images/logoTrailWalkerSmall.gif);
	background-repeat:no-repeat;
	padding:3px 5px;
	width: 530px;

	margin-bottom:15px;
}

.formContaner td{
	vertical-align:top;
}


/* ___________________________________________________________| Text */

h1 {
	color:#5ca300;
	font-size:18px;
	font-weight:bold;
}

h2 {
	margin:2px;
	line-height:14px;
	color:#99cc01;
	font-size:14px;
	font-weight:bold;
}

b{
	color:#99cc01;
	font-weight:bold;
}

strong {
	color:#000;
	font-weight:bold;
}

a.textLinkTopRight{
    color:#000;
	font-size:12px;
	text-decoration:none;
}

a.textLinkTopRight:hover{
	color:#99cc01;
}
