/*	-------------------------------------------------------------
	SIGNUP FORM BASICS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#content #signupForm .hide {
	display: none;
}

#signupForm_courseChosen {
	display: none;
}

#signupForm .dogType_puppy,
#signupForm .dogType_puppyAdv,
#signupForm .dogType_puppyOld,
#signupForm .dogType_adult,
#signupForm .twoDogs {
 	display: none;
}

#content #signupForm h5 {
	clear: both;
	color: #111;
}

/*	Signup Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #signupForm h4 {
	background: #733a91;
	color: #fff;
	font-size: 1.3em;
	padding: 3px 0 4px 7px;
	font-weight: normal;
	zoom: 1; /* evil ie */
}

#content #signupForm h4 strong {
	font-weight: normal;
	color: #b99dc8;
}

#content #signupForm .signupBox {
	clear: both;
	background: #ad77ca;
	margin: 5px 0 10px 0;
	border-bottom: 1px solid #733a91;
	color: #222;
}

#content #signupForm .signupBox .inner {
	padding: 10px 12px;	
}




/*	-------------------------------------------------------------
	COURSE CHOOSING
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
/*	Choose Course Type
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #signupForm #courseType {
	font: 1.1em Verdana, sans-serif;	
}


/*	Course Table
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #signupForm #courseList table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
}

#content #signupForm #courseList table thead th {
	display: table-cell;
	background: #8b4eab;
	border: 1px solid #7d4999;
	border-left: 0;
	border-right: 0;
	color: #fff;
	font-weight: bold;
	padding: 2px 3px;
}

#content #signupForm #courseList table tbody td {
	display: table-cell;
	border-bottom: 1px solid #7d4999;
	color: #333;
	padding: 2px 3px;
}

#content #signupForm #courseList table tbody tr.selected td {
	background: #efd928;
}

#content #signupForm #courseList table thead th.right,
#content #signupForm #courseList table tbody td.right {
	float: none;
	text-align: right;
}

#content #signupForm #courseList table label {
	font-weight: bold;
	float: none;
}



/*	-------------------------------------------------------------
	YOUR DETAILS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #signupForm .signupBox table {
	border-collapse: collapse;
	text-align: left;
}

#content #signupForm .signupBox table td {
	display: table-cell;
	padding: 2px 3px 8px 3px;
	text-align: left;
	vertical-align: top;
}

#content #signupForm .signupBox table td label {
	display: block;
	padding: 2px 0 0 3px;
}

#content #signupForm .signupBox table td label.require {
	background: url(../../../templates/positive/images/enrollMe/signup_require.gif) no-repeat 100% 2px;
	padding-right: 10px;
}

#content #signupForm label.error,
#content #signupForm .signupBox label.error {
	display: block;
	padding: 0 0 4px 18px;
	margin: 2px 3px;
	color: #f2d90a;
	font-weight: bold;
	background: url(../../../templates/positive/images/signupError.gif) no-repeat 0 2px;
}

#content #signupForm #submitBox label.error {
	float: right;
	margin: 3px 135px 4px 0;
	color: #e4cf6a;
}

#content #signupForm p {
	clear: both;
}

#content #signupForm .signupBox .textbox,
#content #signupForm .signupBox .textarea,
#content #signupForm .signupBox .textareaLarge,
#content #signupForm .signupBox .selectbox {
	font: 0.9em Verdana, Arial, sans-serif;
	border: 1px solid #7d4999;
	padding: 2px 2px;
	background: #ede0f4;
}

#content #signupForm .signupBox .selectbox {
	width: auto;	
}

#content #signupForm .signupBox .textareaLarge {
	height: 80px;
}



/*	-------------------------------------------------------------
	DOG DETAILS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #signupForm #enrollee_PK {
	font-size: 1.2em;
	margin-bottom: 10px;
}


/*	-------------------------------------------------------------
	ABOUT YOUR DOG
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #signupForm .signupBox table.dogTraits td label {
	display: inline;
}

/*	-------------------------------------------------------------
	ADDITIONAL
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #enrollMe #signup_paymentChoose {
	padding: 10px 0 10px 0;
}

#content #enrollMe #signup_paymentChoose p {
	color: #5f2890;
	font-size: 1.1em;
	padding: 10px 0 3px 0;
}

#content #enrollMe #signup_paymentChoose p label {
	font-weight: bold;
}

#content #enrollMe #signup_paymentChoose p span {
	font-size: 0.8em;
}

#content #enrollMe #signup_paymentChoose .paymentType {
	padding: 5px 10px 10px 10px;
	border-bottom: 1px solid #bbb;
}

#content #enrollMe #signup_paymentChoose .paymentType.selected {
	background: #d7c7df;
}



/*	-------------------------------------------------------------
	SUBMIT
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #signupForm #submitBox {
	padding: 20px 0;
	text-align: center;
}

#content #signupForm #submitButton {
	font-size: 1.2em;	
}

