﻿/* membership */
body
{
	height:1450px;
}

#content
{		
	height:1350px;
}

#footer
{
	margin-top:1380px;
}

H1
{
	margin:50px 0 10px 0;
	color:#E04C1F;	
	font-size:120%;		
}

H2
{
	color:#E04C1F;	
	font-size:110%;	
}

H3
{
	color:#E04C1F;
	font-size:100%;
}

#dues
{
	position:absolute;
	width:680px;
	text-align:justify;
}

input:focus, textarea:focus
{
	background: #ffc;
}

input[type="text"], textarea
{
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.required
{
	font-size: 10px;
}

fieldset p
{
	/*margin: 5px;*/
	margin:0;
	padding: 0;
}

fieldset
{
	margin: 0;
	padding: 0;
/*	background: white;*/
	border: none;
}

legend
{
	font-weight: bold;
}

label
{
	float: left;
	width: 100px;		
	margin-top:5px;	
}
.lblCheckBox
{
	width:280px;
}

input
{
	width: 200px;	
	margin-top:4px;
}

input[type="checkbox"]
{
	width:20px;	
	margin-top:4px;
}

.dropDown
{
	width:205px;	
	margin-top:4px;
}

textarea
{
	width: 200px;
	height: 100px;
}

.imgBtn
{
	width:100px;
	margin-top:4px;
}

.errMsg
{
	color:Red;
}