body {
}

.cf-label
{
    display:block;
    clear:left;
    float:left;
    font-size:1.3em;
    margin-bottom:2px;
}

.field-box
{
	width:50%;
	float:left;
}

.field-box:nth-child(2n + 2)
{
	clear:left;
}

.cf-input
{
    display:block;
    clear:left;
    float:left;
    width:150px;
    font-size:1.3em;
    padding:3px 5px;
    margin-bottom:5px;
}

.cf-large-input
{
    display:block;
    clear:left;
    float:left;
    width:400px;
    height:100px;
    font-size:1.3em;
    padding:3px 5px;
    margin-bottom:10px;
}

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

.cf-button
{
    background: #e24510;
    border: solid 1px #b1360c;
    border-radius: 5px; 	
    display:block;
    color: #fff;
    clear:left;
    float:left;
	font-size:1.3em;
    text-transform: uppercase;
    padding:6px 20px;
	margin: 5px 0;
}

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

.valid
{
    float:left;
    color:Red;
    margin-left:5px;
    font-size:inherit;
}






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