body {
}

.cf-label
{
    display:block;
    clear:left;
    xfloat:left;
    font-size:inherit;
	font-weight:400;
    margin-bottom:2px;
}

.cf-input
{
    display:block;
    clear:left;
    float:left;
    width:100%;
    font-size:inherit;
    padding:6px 5px;
    margin-bottom:5px;
	border:none;
	border-radius:3px;
	background:#c0c0c0;
	color:#000;
}

.cf-input:focus { 
    outline: none;
    border: none;
    box-shadow: none;
	background:#d8d8d8;
}

.cf-large-input
{
    display:block;
    clear:left;
    float:left;
    width:100%;
    height:194px;
    font-size:inherit;
    padding:6px 5px;
    margin-bottom:5px;
	border:none;
	border-radius:3px;
	background:#c0c0c0;
	resize:none;
	color:#000;
}

.cf-large-input:focus { 
    outline: none;
    border: none;
    box-shadow: none;
	background:#d8d8d8;
}

.cf-ddl
{
    display:block;
    clear:left;
    float:left;
    width:150px;
}

.cf-button
{
    background:#1b75bc;
    border: none;
    border-radius: 5px;
    clear:left;
    float:right;
	display:inline-block;
	width:180px;
	padding:10px;	
	text-align:center;
	color:#fff;
	border-radius:5px;
	margin:10px 0;
}

.cf-button:hover
{
    background:#1866a4;
	cursor:pointer;
}

.cf-error
{
	border:none;
	background:#f9bdbd;
}

.field-validation-error
{
	color:red;
	font-size:13px;
	margin-bottom:10px;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
