@charset "utf-8";
/* CSS Document */

#cliform {
	width:525px;
	margin:0 auto;
}

#cliform label,#cliform input,#cliform select {
	margin:3px;
	float:left;
	padding:2px;
	height:15px;
	font-size:11px;
}

#cliform label {
	text-align:left;
	width:110px;
}


#cliform input {
	text-align:left;
	margin-left:5px;
	width:120px;
}

#cliform input,#cliform select {
	border-left:2px solid #666666;
	border-top:2px solid #666666;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

#cliform select {
	width:100px;
	height:23px;
	margin-left:5px;
}

#cliform br {
	clear:left;
}

#cliform .submit {
	text-align:center;
	background-color:#ec732c;
	color:white;
	font-weight:bold;
	width:50px;
	height:25px;
	margin-left:0px;
}

#cliform .radio {
	text-align:center;
	border:none;
	width:15px;
	height:15px;
	padding:0px;
	padding-top:3px;
}

#cliform .required {
	margin-top:5px;
	font-size:13px;
	color:#ec732c;
}

#cliform #curriculummapper, #cliform #standardsscore, #cliform #instructionplanner {
	border:none;
}

#cliform .securitylabel {
     width:120px;
}

#cliform .optin {
     width:500px;
     height:auto;
	 color:Maroon;
}

