
/* FORMS CSS */


form
{
	display: inline;
}

.form-label
{
	font-weight: bold;
}

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
{
	margin: 0;
	padding: 0;
	/*margin-left: 45px;*/
}

ul.form li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.moto-widget-text ul.form li:before
{
	content: '';
}

ul.form 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;
}

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;
}

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
{
	height: 21px;
}
*/

select
{
	height: 25px;
}

select[multiple]
{
	height: auto;
}

input[type=checkbox], input[type=radio]
{
	height: auto;
	background-image: none;
	border: 0;
}
