﻿/* CONTROLS */
.cc-ctrl
{
	vertical-align: top;
	display: inline-block;
	margin: 0 .3em .3em 0;
}

/*
.cc-ctrl[selected]
{
	background: #eee;
}
*/

.cc-ctrl label, .cc-ctrl.labeltop label
{
	display: block;
}

.cc-ctrl.labelleft label
{
	display: inline-block;
	margin-right: 5px;
}

.cc-ctrl[required] label
{
	font-weight: bold;
}

.cc-ctrl .description
{
	font-size: 11px;
	color: #bfbfbf;
}

.cc-ctrl .validator
{
	color: Red;
	font-weight: bold;
	font-size: 1.3em;
}

/*cc-ctrl[readonly]
{
	border: 0;
	background-color: #f8f8f8;
	color: #111;
}
*/

.cc-ctrl input:disabled, .cc-ctrl textarea:disabled
{
	background-color: #fff;
	border: 0.1em solid #ccc;
	color: #444;
}
/*
::-webkit-input-placeholder
{
	font-style: italic;
}

input:-moz-placeholder
{
	font-style: italic;
}
*/
