﻿@charset "utf-8";
/* CSS Document */

/*-----------Form Styles--------------*/

.form_item {
    /*border:1px #CCCCCC solid;*/
	height:auto;
}

.form_element {
	font-family:"Segoe UI",Calibri,Helvetica,Arial,"Trebuchet MS",sans-serif;
	font-size:14px;
	/*float: left;*/
	margin-left:0px;
	margin-top:8px;
	margin-bottom:8px;
	width:85%;
}

.form_element{
	/*width:150px;*/
	padding:0px 10px 0px 0px;
	display: block;
	/*float: left;*/
	line-height: 22px;
	vertical-align: middle;
}

 label { 
 /*border: dashed 1px #000;*/
 padding: 0px 0px 5px 0px;
 font-weight:bold;
 color:#71645d;
 margin: 0px 0px 0px 5px;
 }

.form_element .check_label {
	/*width:150px;*/
	padding:0px 10px 0px 0px;
	float:none;
	display:inline;
	line-height: 22px;
	font-weight: normal;
	vertical-align: middle;
}
.form_element .radio_label {
	/*width:150px;*/
	padding:0px 10px 0px 0px;
	float:none;
	display:inline;
	line-height: 22px;
	vertical-align: middle;
}

.form_element select,  {
	/*width:150px;*/
	font-family:"Segoe UI",Calibri,Helvetica,Arial,"Trebuchet MS",sans-serif;
	font-size:14px;
	/*border: dashed 1px #000;
	width:430px;*/
	
}

.cf_inputbox {
	/*width:150px;*/
	font-family:"Segoe UI",Calibri,Helvetica,Arial,"Trebuchet MS",sans-serif;
	font-size:14px;
	/*border: dashed 1px #000;*/
	width:420px;
	margin: 5px 0px 0px 5px;
	
}

textarea{
	/*width:150px;*/
	font-family:"Segoe UI",Calibri,Helvetica,Arial,"Trebuchet MS",sans-serif;
	font-size:14px;
	width:455px;
	height:105px;
	margin: 5px 0px 0px 5px;
	
}

button{
	/*width:150px;*/
	font-family:"Segoe UI",Calibri,Helvetica,Arial,"Trebuchet MS",sans-serif;
	font-size:14px;
	width:55px;
	height:105px;
	margin: 5px 0px 0px 5px;
	
}



.cf_fileinput{
	width:auto!important;
}

.delete_icon { float:right; /*border-left:1px #CCCCCC solid; padding:10px;*/}

.delete_icon1 { float:right; border-left:1px #CCCCCC solid; border-bottom:1px #CCCCCC solid; padding:10px;}

.button { text-align:center; border:none; margin-top:10px; }

.no_delete { border:none;}

.cf_button1 {
	width:70px!important;
}



.radio { width:20px!important;}

.float_left { 
float:left;
width: 450px;
}
.cfclear { clear:both; font-size:0px; line-height:0px;

/*.width1 { width:571px;}*/

div.chronoform a:link, a:visited a:hover {
color:#fff
}
