.inconverform *{
	margin: 0;
	padding: 0;
	border: none;
	font-family: sans-serif;
}
.clear{
	clear: both;
}
.toinconverform{
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top,#08c,#0044cc);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(top,#08c,#0044cc);
	background-image: -o-linear-gradient(top,#08c,#0044cc);
	background-image: linear-gradient(to bottom,#08c,#0044cc);
	background-repeat: repeat-x;
	padding: 7px 17px;
	border: 1px solid #bbb;
	border-color: #0044cc #0044cc #002a80;
	border-radius: 4px;
	font-size: 16px;
}
.toinconverform:hover, .toinconverform:focus{
	text-decoration: none;
	color: #fff;
	background: #0044cc;
}
.nameinconverform{
	font-size: 22px;
	font-family: sans-serif;
	margin: 0;
	margin-bottom: 20px;
	color: #08c;
	text-align: center;
}
.box-modal .nameinconverform{
	margin-top: 10px;
}
.inconverform{
	text-align: center;
}
.rowfileinput label, .rowtextinput label, .rowselect h5{
	display: inline-block;
	padding: 6px 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #08c;
	max-width: 200px;
	padding-right: 20px;
}
.rowfileinput, .rowtextinput, .rowselect, .rowrb, .rowcheckbox, .rowtextarea{
	margin: 10px 0;
}
.inconverform .textinput, input.capcha{
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font-size: 14px;
	padding: 0 6px;
	height: 32px;
	width: 210px;
	display: inline-block;
	margin: 0;
}
.inconverform select{
	margin: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font-size: 14px;
	height: 32px;
	width: 224px;
	display: inline-block;
}
.fileinput{
	line-height: 22px;
}
.rowrb label, .rowcheckbox label{
	line-height: 20px;
}
.rowrb input, .rowcheckbox input{
	margin: 0;
}
.rowrb label span, .rowcheckbox label span{
	display: inline-block;
	padding-left: 5px;
}
.rowrb h5, .rowtextarea label, .rowcheckbox h5{
	font-size: 18px;
	color: #08c;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 18px;
}
.rowtextarea textarea{
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	font-size: 14px;
	padding: 3px 6px;
	height: 150px;
	width: 300px;
	display: inline-block;
	resize: none;
}
.forcapcha{
	margin-top: 10px;
}
.lcaphca{
	font-size: 22px;
	color: #08c;
	margin-bottom: 5px;
}
.inconverformsend{
	margin-top: 15px;
}
.inconverformsend input{
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top,#08c,#0044cc);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(top,#08c,#0044cc);
	background-image: -o-linear-gradient(top,#08c,#0044cc);
	background-image: linear-gradient(to bottom,#08c,#0044cc);
	background-repeat: repeat-x;
	padding: 7px 32px;
	border: 1px solid #bbb;
	border-color: #0044cc #0044cc #002a80;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
}
.inconverformsend input:hover{
	background: #0044cc;
}
input.error, textarea.error{
	border-color: red !important;
}
.inccontactthanks{
	padding: 8px 35px 8px 14px;
	margin-top: 15px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #dff0d8;
	color: #468847;
}