.asterisk {
color: red;
font-size: 13px;
font-weight:normal;
}

.box_2_cols label {
font-size:20px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}

.box_2_cols input[type=checkbox] {
font-size:20px;
font-weight:bold;
font-family: Arial, Helvetica, sans-serif;
}

div#content input[type=radio] {
vertical-align:middle;
margin-top:-4px;
}

.adminButton {
    font: bold 100% Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #364970;  
    color: Black;
    background-color: white;
    vertical-align: middle;
    margin-bottom: 1px; /* IE bug fix */
    padding: 3px;
}

div#content button {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
line-height:1em;
color:#3366CC;
background-color:#C0C0C0;
height: 30px;
width: 50px;
}

div.contact #leftColumn.paywall {
float: left;
}

div.contact #rightColumn.paywall {
padding-top: 1px;
padding-left: 325px;
}

div.contact #leftColumn.paywall label {
margin-top: .33em;
width:100%;
}

div.contact #leftColumn.paywall input {
/* display: block; */
width: 250px;
}

div.contact #leftColumn.paywall select {
display: block;
width: 252px;
height: 20px;
}

div.contact #rightColumn.paywall label {
margin-top: .33em;
width:100%;
}

div.contact #rightColumn.paywall input {
display: block;
width: 250px;
}


.pw_link_box {
color:#000000;
text-align:center;
padding:20px 5px 5px 5px;
height: 60px;
width: 200px;
}

div.pw_backnext_link_box a
{
line-height:2.5em;
display:block;
width:48px;
height:28px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#36C;
background-color:#C0C0C0;
text-align:center;
text-decoration:none;
border: .5px outset;
text-decoration: none;
}

div#pw_top_box {

/*box-sizing:border-box; */
/*-moz-box-sizing:border-box;*/ /* Firefox */
/*-webkit-box-sizing:border-box;*/ /* Safari */
width:660px;
/*border:2px solid black; */
float:left;
margin: 20px 20px 20px 20px;

/*	width: 660px;
	text-align: left;
*/	
}


div.pw_submit {
	width: 690px;
	margin: 0px 20px 0px 0px;
	text-align: left;
	padding: 10px 0px 0px 0px;
}


div.pw_submit_signIn input {
        text-align: center;
	width: 90px;
	height: 40px;
	
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}

div.pw_submit_jump input {
	width: 200px;
	height: 70px;
	background-color: lightgrey;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}


#pw_box_2_left {   /* Left column */
width: 290px;
float: left;
vertical-align: top;
}

#pw_box_2_right {   /* Right column */
float: right;
vertical-align: top;
width:330px;
}

div.formStyle {
	margin: 0px 20px 10px 20px;
}

div.formStyle label {
	display: block;
	font-weight: bold;
	margin: 10px 0px 3px 0px;
	width: 40%
}

div.formStyle input {
	width: 285px;
}

div.formStyle select {
	width: 285px;
}

div.formStyle textarea {
	width: 485px;
	height: 120px;
}


.help_text_trigger {
    background: url("../images/question_mark.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left:5px;
    z-index: 5;
}
.samplewrapper {
    padding:10px;
   width:600px;
}

.samplewrapper img {
    width:170px;
  
    display:block;
}

.first {
    float:left;   
}
.second {
    float:right;
}
.third {
    margin-left:40px;
	float:left;
}
#content h3.login_heading {
	margin: 0 20px;
	font-size: 14px;
	line-height: 16px;
	width: 250px;
}
.login_heading
{
margin: 0 0px 0 20px;
font-size: 16px;
line-height: 18px;
width: 280px;
text-align:center;
}

.ui-tooltip {
    max-width:800px;
    text-align:left;
}

.theader {
	font-size:14px;
	font-weight:bold;
}

#content div.users input {
width: 185px;
}
tr.spaceunder td{
	padding-bottom:20px;
}


.watermark { 
margin-right:20px; 
margin-left:30px; 
margin-top:120px;
padding-left:20px;  
width:640px;  
font-size: 42pt; 
position:absolute; 
top:20;
filter:alpha(opacity=24); /* For IE8 and earlier */
 color: rgba(0, 0, 0, 0.20);  
 
 z-index:1000; 
 line-height:72px;
/* Safari */
-webkit-transform: rotate(-30deg);

/* Firefox */
-moz-transform: rotate(-30deg);

/* IE */
-ms-transform: rotate(-30deg);

/* Opera */
-o-transform: rotate(-30deg);
}
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}
.moreLink
{
 font-size:14px;  text-decoration:none
}
.moreLinkSmall
{
padding:4px; font-size:10px; font-weight:bold; text-decoration:underline
}
.moreClick
{
	font-size:16px; text-decoration:underline; font-weight:bold;
}
a
{
	position: relative;
	z-index: 1;
}