
/* FORMS CSS */


div.column
{
	width: 100%;
}

div.column1
{
	width: 45%;
	float: left;
	/*padding-left: 45px;*/
}

div.column2
{
	width: 50%;
	float: right;
	margin-right: 25px;
}

div.multicolumn
{
	float: left;
	width: auto;
	margin-right: 15px;
}

div.clear
{
	clear: both;
}

ul.form, ul.form_mobile
{
	margin: 0;
	padding: 0;
	/*margin-left: 45px;*/
}

ul.form li, ul.form_mobile li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.moto-widget-text ul.form li:before
{
	content: '';
}

ul.form li label, ul.form_mobile li label
{
	display: block;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 1px;
	margin-left: 1px;

	color: #333333;
}

ul.results
{

}

div.column1 ul.form li, div.column ul.form li
{
	padding-left: 45px;
}

div.column ul.form li
{
	padding-right: 45px;
}

div.column1 ul.form_mobile li, div.column ul.form_mobile li
{
	padding-left: 5%;
}

div.column ul.form_mobile li
{
	padding-right: 5%;
}

input, select, textarea
{
	margin: 1px;
	padding: 1px;
	border: 1px solid #a3a3a3;
	/*background-image: url('/layout/form_gradient.png');*/
	background-repeat: repeat-x;
	background-color: white;
}

ul.form_mobile select
{
	max-width: 250px;
}

textarea
{
	/*margin-left: -8px;*/
}

input[type=submit], button, input[type=file], input[type=button]
{
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;

	border: 1px outset #9a9a9a;
	border-radius: 25px;
}

input[disabled]
{
	color: #9a9a9a;
}

/*
input
{
	height: 21px;
}
*/

select
{
	height: 25px;
}

select[multiple]
{
	height: auto;
}

input[type=checkbox], input[type=radio]
{
	height: auto;
	background-image: none;
	border: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #d3d3d3;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #d3d3d3;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #d3d3d3;
}

.boxhead {
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3;
	margin-right: 15px;
	margin-bottom: 10px;
}
