.pageForms form{
	float: left;
	margin-left: 10px;
}

fieldset.one{
	width: 450px;
	background-color: rgb(241,241,241);
	border: 1px solid rgb(225,225,225);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
fieldset.one input{
	position: relative;
	float: right;
	clear: right;
	width: 240px;
}

fieldset.one textarea{	position: relative;
	float: right;
	clear: right;
	width: 240px;
	height: 80px;
}

fieldset.one .checkBox{
	width: 15px;
	margin: 0px 5px 0px 5px;
	float:  none;
	clear:  both;
}
fieldset.one label{
	float: left;
	clear: left;
	line-height: 16px;
	margin-right: 0px;
	vertical-align: top;
	width: 140px;
}
fieldset.one select{
	width: 240px;
	float:  right;
	clear: right;
}

.courseInfo{
	position: relative;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

#know p{
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
}
#know input{
	margin-left: 90px;
}
.cancel{
	clear: both;
	margin: 0px;
	margin-bottom: 2px;
	margin-left: 20px;
	white-space: nowrap;
}
#cancel{
	width:100px;
}
#cancel p label{
	float: right;
	width:50px;
}
fieldset.one span .radioButton{
	width: 15px;
}
fieldset.one span input.radioButton{
	clear:  both;
	float: left;
	margin-right: 10px;
}
fieldset.one legend{
	font-weight: lighter;
	font-size: 180%;
	color: Black;
}
.knowledge{
	float: left;
	width: 150px;
	margin: 0px;
}
.knowledge input{
	float: left;
	margin: 0px;
}
.birthDate{
	width: 35px;
	height: 13px;
}
fieldset.two{
	width: 450px;
	background-color: rgb(241,241,241);
	border: 1px solid rgb(225,225,225);
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-bottom: 10px;
}
fieldset.two label{
	line-height: 25px;
	margin-left: 0px;
}
fieldset.two legend{
	font-weight: lighter;
	font-size: 180%;
	color: Black;
}
fieldset.one .submit{
	float: right;
	margin-right: 30px;
	width: auto;
	height:  auto;
}
fieldset.two p{
	padding: 0px;
	margin: 0px;
	display: inline;
	margin-left: 20px;
	font-weight: bold;
}

.productItem {
	position: relative;
	float: left;
	left: 10px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.productItem img{
	margin-right: 10px;
}

.one span .checkBox{
	width: 15px;
	margin: 0px 5px 0px 0px;
	float:  none;
	clear:  both;
}

.one span {
	position: relative;
	float:  left;
	clear:  both;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 20px;

	width: 410px;
}

input {
	margin: 0px;
}
