#ckformcontainer {
	width: 100%;
}

.ck_mandatory {
	color:#0272e1;
	padding: 0px;
	font-size:14px;
}

.ckform_tooltip, .ckform_tooltipcss {
	margin-top: 13px;
	margin-left: 5px;
}

.ckform {
	margin-top: 10px;
}

.ckform div.error {
	display: none;	
}

.ckform div.fc-error {
	font-size:11px;
	border: none;
	background:none;
	padding: 0px;
	margin:-5px 0 10px 0;
	width:90%;
}

.ckform div.fc-error p {
	margin: 0px;
	padding: 0px;
	color:#0272e1 !important;
}

.ckform input, .ckform textarea {
	font-family:Tahoma, Geneva, sans-serif;
 	border: 1px solid #999;
	padding:2px 5px;
}

.ckform input:focus, .ckform textarea:focus { 
 	border: 1px solid #ccc;
}

.ckform input.error {
	border: 1px solid #0272e1 !important;
}
.ckform textarea.error { border: 1px solid #0272e1; }

#ckpoweredby {
	text-align:center !important;
	margin-top: 10px;
	margin-bottom: 10px;
}

#ckpoweredby a {color:#666666;}

.captchaCont {
	margin:5px 0 0 0;
}

.ckBtnCon {
	margin:5px 0 20px 0;
}
.ckBtnCon input {
	background: url(../../../templates/idco/img/bg_blockquote.jpg) bottom repeat-x;
	border:none;
	color:#FFF;
	padding: 7px 15px;
}
.ckBtnCon input:focus {
	background: url(../../../templates/idco/img/bg_blockquote.jpg) bottom repeat-x;
	border:none;
	color:#FFF;
	padding: 7px 15px;
}

/* CSS layout */
.ckCSSlabel {
	display: block;
	float: left;
	width: 50%;
	font-size:1em;
}

.ckCSSinput {
	width: 90%;
	margin:5px 0 10px 0;
}

.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 {
	margin: 0px;
	padding: 0px;
	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;
}

.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;
	color:#666;
}
