/*------------------------------------------------------------------ 
# Trams - Learning Solutions Form Style Sheet
#  
# 2009 OctoberFive Design
# Version:    1.0 
# Last change:   11/01/2010
# -------------------------------------------------------------------*/ 

/*---- Form ----*/
#form1 {
	float:left;
	width:590px;
	height:auto;
	margin:20px 0 0 0;
}

/*---- Form Asset Styles ----*/
fieldset {
	border:none;
}
input {
	display:block;
	margin-bottom:10px;
	width:180px;
}
#Query {
	float:left;
	width:580px;
	margin:0 0 10px 0;
}
#submit {
	margin-top:40px;
	width:100px;
}
.check {
	width:auto;
	float:left;
	margin:0px 10px 10px 0px;
}
.check_id {
	padding:10px 0 0 0;
}
.check_border_wrap {
	float:left;
	height:auto;
	width:590px;
	margin:0px 0px 0 0px;
	padding:0px;
}
.check_border_end {
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #9db306;
}
.check_column_wrap {
	width:170px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
}
.check_wrap {
	height:auto;
	width:170px;
	float:left;
	text-align:left;
	margin:0 0 10px 0;
}
.check_wrap_top {
	height:20px;
}
.check_wrap_top p {
	margin:0px;
}
textarea {
	display:block;
}
label {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
.col_wrap {
	float:left;
	width:590px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px solid #9db306;
}
.col_wrap_top {
	border-top:1px solid #9db306;
	padding-top:20px;
}
.col {
	width:180px;
	height:auto;
	float:left;
	margin:0 20px 0 0;
}
.col_right {
	margin-right:0px;
}

