@charset "UTF-8";
/* CSS Document */

#ckformcontainer {
	width: 500px;
}
.ck_mandatory {
	color:#A7C257;
	padding: 0px;
	font-size:0.83em;
	font-weight: bold;
}
.cktooltip {
	background-color:#A7C257;
	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:#A7C257;
}
#cktooltip h3 {
	font-size:12px;
}
#cktooltip h3, #cktooltip div {
	margin: 0;
}
.ckform_tooltip {
	margin-top: 12px;
	margin-left: 5px;
}
#ckform {
	margin-top: 10px;
}
#ckform div.error {
	clear: both;
	color: #A7C257;
	font-style: italic;
	display: none;
	padding: 0px;
}
#ckform div.error .ckCSSFloatLeft {
	width: 20%;
}
/*#ckform input { border: 1px solid black; }*/
#ckform input:focus {
	border: 1px dotted black;
	background:#A7C257;
}
#ckform input.error {
	border: 1px dotted #FF0000 ;
}
#ckform textarea.error {
	border: 1px dotted red;
}
#ckpoweredby {
	text-align:center ;
	margin-top: 10px;
	margin-bottom: 10px;
}
#ckpoweredby a {
	color:#666666;
}
/* CSS layout */

.ckCSSlabel {
	display: block;
	float: left;
	margin-top: 10px;
	width: 20%;
	font-size:1em;
}
.ckCSSinputnormal {
	display: block;
	float: left;
	margin-top: 10px;
}
.ckCSSinputnowidth {
	display: block;
	float: left;
	margin-top: 10px;
}
.ckCSSnoTip {
	width: 77%;
}
.ckCSSTip {
	width: 74%;
}
.ckCSSclear {
	margin: 0px;
	padding: Opx;
	clear: both;
}
.ckCSSFloatLeft {
	float: left;
}
.ckCSSbot10 {
	margin-bottom: 10px;
}
.ckCSSbot5 {
	margin-bottom: 5px;
}
.ckCSStop10 {
	margin-top: 10px;
}
.ckCSScenter {
	text-align:center !important;
	margin-top: 10px !important;
}
.ui-datepicker-trigger {
	margin-top: 13px;
}
