#ckformcontainer {
	width: 100%;
}

.ckCSSlabel {
	padding-left: 0px;
}

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

.ckform_tooltip, .ckform_tooltipcss {
	margin-top: 13px;
	margin-left: 15px;
}

.ckform {
	margin-top: 0px;
	margin: 10px 0 0 10px;
	width: 450px;
	
}

.ckform div.error {
	display: none;
}

.ckform div.fc-error {
	margin-left: 20%;
	border: none;
	background:none;
	padding: 0px;
}

.ckform div.fc-error p {
	margin: 0px;
	padding: 0px;
	color:#F00 !important;
}

.ckform input { 
 	border: 1px solid #999;
	padding: 5px;
	margin: -5px 0 0 0px;
	width: 315px;
	color: #fff;
}

.ckform textarea { 
 	border: 1px solid #999;
	padding: 5px;
	margin-top: -15px;
	width: 315px;
	color: #fff;
}

.ckform input button { 
 	border: 1px solid #999;
	padding: 2px;
	width: 40px;
}

.ckform input:focus { 
 	border: 1px dotted #999;

}

.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:#ccc; }

.captchaCont {
	margin-top: 10px;
}

.ckBtnCon  input  {
	text-align: center !important;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 11px;
	width: 45px;
	margin-left: 130px;
	color: #d27600;
}

/* CSS layout */

.ckCSSlabel {
	display: block;
	float: left;
	margin-top: 10px;
	width: 100%;
	font-size:1em;
}

.ckCSSinput {
	width: 100%;
	float:right;
	background:none;
	border:1px solid #ccc; 
}

.ckCSSinput input {
	background:none;
	
}

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

}

.ckCSSTip {
	background-image: url(../img/info-bck.png);
	background-repeat:no-repeat;
	background-position:right;
}

.ckCSSclear img {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 15px;
}

.ckCSSFloatLeft {
	float: left;
}

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

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

.ckCustomText {
	margin-top: 10px;

}

.ckNoBorder {
	visibility:hidden;

}

.ckpagination {
	text-align:center !important;
	margin-bottom: 15px;
	
}

.ckdatatable {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
	border-collapse:collapse;
	
}

.ckdatatableborder td {
	border : 1px solid #ccc;
	
}

.ckfrontlabel {
	height: 30px;
	padding-right: 20px;
	font-weight: bold;

}




