/* Tag Styles */

BODY {
	background-image: url(http://live.hrstest.com/img/bkgd/metal-texture.jpg);
	margin: 5px 20px;
}
P, SPAN {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 200%;
	margin: 0 20px 10px 30px;
}
a:link, a:visited {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	color: #55A1D5;
}
b {
	color: #269;
}

/*Signup Form*/
#SignUp { 
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 0 25px;
	}
.signupframe {
  border: 1px solid #000000;
  background: #ffffff;
  color: #2e3c9d;
  font-family: Arial, Helvetica, sans-serif;
}
/*#extrainfo{
	display: none;
}*/
#extralabel {
/*	display: none;*/
	font-size: 8pt;
	text-decoration:none;
	margin-left:10px;
	cursor: hand;
	cursor: pointer;
}
#extralabel:hover{
/*	text-decoration:underline;*/
	color:#0099FF;
}

/* Layout & Column Styles */

DIV.TwoColumnContainer {
	width: 100%;
}
DIV.Column {
	float: left;
}
DIV.TwoColumnContainer DIV.Left {
	width: 200px;
	margin: 0 0 0 10px;
}
DIV.TwoColumnContainer DIV.Right {
	width: 200px;
	margin: 0 0 0 0;
}
DIV.ClearFloat {
	clear: both;
}
/* Page Layout Styles */

DIV#divFrame {
	width: 600px;
	margin: 0 auto;
	min-height: 300px;
}
DIV#divFrameTop {
	width: 600px;
	height: 10px;
	margin: 0;
	background-image: url(http://email.hrstest.com/signup/images/bg-frame-top-2.png);
	background-repeat: no-repeat;
}
DIV#divFrameBottom {
	width: 600px;
	height: 12px;
	background-image: url(http://email.hrstest.com/signup/images/bg-frame-bottom-2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
DIV#divFrameContent {
	min-height: 200px;
	margin: 0;
	background-image: url(http://email.hrstest.com/signup/images/bg-frame-middle-2.png);
	background-repeat: repeat-y;
}
DIV#divFrameText h1 {
	color: #55A1D5;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	text-indent: -999em;
	border: 0px solid #FFF;
	background-repeat: no-repeat;
	margin: 0 auto 10px auto;
}
H1.ThankYou {
	width: 550px;
	height: 63px;
	background-image: url(http://email.hrstest.com/signup/images/welcome.png);
}
H1.Error {
	width: 280px;
	height: 80px;
	background-image: url(http://email.hrstest.com/signup/images/error.png);
	cursor: hand;
	cursor:pointer;
}
span.Error {
	color: #55A1D5;
	text-decoration: underline;
	cursor: hand;
	cursor:pointer;
	margin: 0px;
}
H2 {
	color: #269;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	display: inline;
	margin: 0;
	padding: 0 0 0 30px;
}
DIV#divBottomInfo {
	margin-top: 20px;
}
DIV#divBottomInfo DIV {
	margin: 0;
}
IMG#imgLogo {
	/*width: 400px;
  height: 60px;*/
  
  	border: 0px;
	margin: 0px;
}
DIV#divFreeTrial {
	text-align: center;
	float: right;
}
DIV#divFreeTrial SPAN {
	display: block;
	font-size: 8pt;
	margin: 15px 0 0 0;
	padding: 0;
	line-height: 100%;
}
DIV#divErrorMessage {
	border: 1px solid #BBB;
	background-color: #FEE;
	min-height: 25px;
	margin: 10px 20px 5px 30px;
}
DIV#divErrorMessage SPAN {
	display: block;
	margin: 0;
	padding: 2px 2px 2px 25px;
	font-size: 7pt;
	font-family: Verdana, sans-serif;
	background-image: url(http://email.hrstest.com/signup/images/redx.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
