#ckformcontainer {
	width: 100%;
}

.ck_mandatory {
	color:#FF0000;
	padding: 0px;
	font-size:0.83em;
	font-weight: bold;
}

.cktooltip {
	background-color:#FFFF99;
	margin-left:-10px;
	margin-right:-10px;
	padding: 5px;
}

#cktooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 3px;
	opacity: 0.85;
	font-size:11px;
	color:#333333;
}

#cktooltip h3 {
	font-size:12px !important;
}

#cktooltip h3, #cktooltip div { margin: 0; }

.ckform_tooltip {
	margin-top: 12px;
	margin-left: 5px;
}

#ckform {
	margin-top: 5px;
}

#ckform div.error {
	clear: both;
	color: #FF0000 !important;
	font-style: italic;
	display: none;
	padding: 0px !important;
}

#ckform div.error .ckCSSFloatLeft{
	width: 20%;
}
	
/*#ckform input { border: 1px solid black; }*/
#ckform input:focus { border: 1px dotted black; }
#ckform input.error {
	border: 1px dotted #FF0000 !important;
}
#ckform textarea.error { border: 1px dotted red; }

#ckpoweredby {
	text-align:center !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ckpoweredby a {color:#666666;}

/* CSS layout */

.ckCSSlabel {
	display: block;
	float: left;
	margin-top: 0px;
	width: 40%;
	font-size:1.2em;
	font-family: 'comic sans ms', Helvetica;
	color: #2E2E2E;
}
.ckCSSlab {
display: block;
float: left;
margin-top: 10px;
margin-bottom: 8px;
width: 80%;
font-size:1.4em;
font-weight:700;
text-align:center !important;
}
.ckCSSlab2 {
display: block;
float: left;
margin-top: 14px;
width: 54%;
font-size:1.2em;
}
.ckCSSlab3 {
display: block;
float: left;
margin-top: 0px;
margin-bottom: 0px;
width: 76%;
font-size:1.0em;
}
.ckCSSlab4 {
display: block;
float: left;
margin-top: 0px;
margin-bottom:2px;
width: 30%;
font-size:1.0em;

}
.ckCSSlab5 {
display: block;
float: left;
margin-top: 5px;
margin-bottom: 0px;
width: 90%;
font-weight:600;
font-size:1.0em;
font-family: 'comic sans ms', Helvetica;
}



.ckCSSinputnormal {
	displaght:700;y: block;
	float: left;
	margin-top: 0px;
}

.ckCSSinputnowidth {
	display: block;
	float: left;
	margin-top: 10px;
}

.ckCSSnoTip {
	width: 50%;
	margin-top: 0px;
	margin-bottom: 4px;
}

.ckCSSTip {
	width: 50%;
	margin-top: 0px;
	margin-bottom: 0px;

}

.ckCSSclear {
	margin: 0px;
	padding: Opx;
	clear: both;
}

.ckCSSFloatLeft {
	float: left;
}

.ckCSSbot10 {margin-bottom: 0px;}
.ckCSSbot5 {margin-bottom: 0px;}
.ckCSStop10 {margin-top: 0px;}

.ckCSScenter {
	text-align:center !important;
	margin-top: 10px !important;
}

.ui-datepicker-trigger {
	margin-top: 13px;
}

