form {
	width: 95%;
	margin-bottom: 4em;
}

.smallprint {
	font-size: smaller;
}

textarea {
	width: 60%;
	margin-top: 5px;
}

.required {
	background:url(../images/required.gif) no-repeat;
}

.field {
	padding-left: 20px;
	margin-bottom: 12px;
}

.wide
{
    width: 400px;
}

.indent
{
    margin-left: 40px;
}

.margintop
{
    margin-top: 20px;
}

label {
	width: 250px;
	
}

.radioGroup
{
	
	width: 50px;
	position: relative;
	left: 270px;
}

.radioGroup input
{
	left: -40px;
	
}

.contrainedWidth
{
	width: 100px;
}

.date label {
	width: 150px;
	float: left;
}

input,select {
	position: absolute;
	left: 320px;
	font-size: 100%;
	width: 200px;
}

.radio
{
	left: 0px;
}

select.wide
{
    width: 260px;
}

#tcs input,#tcs select
{
    position: relative;
    left: 0px;
    height: 20px;
    width: 20px;
    
}

#CheckBox
{
    
    left: 250px;
}

input#city,input#address {
	width: 250px;
}

.checkbox {
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.checkbox label {
	position: relative;
	right: 200px;
	float: right;
	width: 400px;
	margin: 0;
	padding-top: 3px;
}

input.date {
	width: 20px;
	position: relative;
	left: 0px;
	margin: auto 3px;
}

input.year {
	width: 40px;
}

.checkbox input {
	position: static;
	float: left;
	margin-right: 8px;
	width: 30px;
}

.error {
	color: #FF0000; 
}
