/* ============================================================ */
/* Critical Mass | CSS Document							        */
/* ============================================================ */
/* Name: t1-2col.css											*/
/* Project: Frontier Airlines									*/
/* Author: Jim McFadyen										*/
/* Date: 2005-10-20												*/
/* Comments: 2 column layout for Template 1						*/
/* ============================================================ */

input.radio{border:0px;width:30px;margin:0px 0px 0 12px;}

p.intro{margin:10px 30px 0px 0px;}

#legend{
	margin:20px 0;
	}
	#legend #mandatory{
		margin-right:20px;
		}
		#legend #mandatory span{
			color:#ff0000;
			}
	#legend #question{
		
		}
		span.q2{
			color:#0072bc;
			margin-left:5px;
			}


#profile-form{
	margin:20px 0;
	width:270px;
	}
	#profile-form h3{
		margin:25px 0 15px 0;
		}
	#profile-form p{
		width:270px;
		}
	#profile-form label{
		display:block;
		margin:5px 0 1px 0;
		}
		#profile-form label.inline{
			display:inline;
			margin-left:3px;
			}
		#profile-form label span{
			color:#ff0000;
			margin-right:5px;
			}
	#profile-form select{
		width:270px;
		}
		
	#profile-form input{
		border:1px solid #9AA7AD;
		width:270px;
		}
	
	#profile-form div.profile-float{
		float:left;
		display:inline;
		width:270px;
		margin-right:20px;
		}
		#profile-form div.profile-float p{
			width:270px;
			}
		
	
	#profile-form div{
		margin-bottom:2px;
		}
	#profile-form input#continue-profile,
	#profile-form input#continue-profile-down,
	#profile-form button#continue-profile,
	#profile-form button#continue-profile-down{
		display:inline;
		background:#ffffff url(../images/buttons/continue.gif) no-repeat top left;
		height:20px;
		width:82px;
		border:none;
		cursor:pointer;
		margin:20px 0 0 0;
		padding:0;
		}
	#profile-form input#continue-profile-down,
	#profile-form button#continue-profile-down{
		background:#ffffff url(../images/buttons/continue_down.gif) no-repeat top left;
		}

	#profile-form input#reset{
		display:inline;
		color:#0072bc;
		height:20px;
		font-size:10px;
		width:82px;
		border:none;
		cursor:pointer;
		margin:20px 10px 0 0;
		padding:0;
		background-color:#ffffff;
		}
	#profile-form button#submit-profile,
	#profile-form button#submit-profile-down,
	#profile-form input#submit-profile,
	#profile-form input#submit-profile-down{
		display:inline;
		background:#ffffff url(../images/buttons/submit.gif) no-repeat top left;
		height:20px;
		width:50px;
		border:none;
		cursor:pointer;
		margin:20px 0 0 0;
		padding:0;
		}
	#profile-form input#submit-profile-down,
	#profile-form button#submit-profile-down{
		background:#ffffff url(../images/buttons/submit_down.gif) no-repeat top left;
		}


	#profile-form button#update-profile,
	#profile-form input#update-profile,
	#profile-form input#update-profile-down,
	#profile-form button#update-profile-down{
		display:inline;
		background:#ffffff url(../images/buttons/save_changes.gif) no-repeat top left;
		height:20px;
		width:89px;
		border:none;
		cursor:pointer;
		margin:20px 0 0 0;
		padding:0;
		}
	#profile-form a#cancel-update{
		display:inline;
		color:#0072bc;
		font-size:11px;
		font-weight:bold;
		border:none;
		text-decoration:none;
		cursor:pointer;
		margin:20px 10px 0 0;
		padding:0;
		}
	#profile-form input#update-profile-down,
	#profile-form button#update-profile-down{
		background:#ffffff url(../images/buttons/save_changes_down.gif) no-repeat top left;
		}

		#profile-form button#submit-profile span,
		#profile-form button#submit-profile-down span,
		#profile-form button#update-profile span,
		#profile-form button#update-profile-down span,
		#profile-form button#continue-profile span,
		#profile-form button#continue-profile-down span{
			display:none;
			}


