﻿/* become a dealer */
.become_a_dealer_outer_container
{
	width:1000px;
	height:1000px;
	text-align:center;
}
.become_a_dealer_container
{
	text-align:left;
	margin:20px;
	padding:20px;
	border:solid 1px #666;
	width:920px;
	height:900px;
	background-color:#fff;
}
/* product list */
.product_list_container
{
	margin:20px;
}
.product_list_container table tr td
{
	vertical-align:top;
}
.mech_prod_list_container
{
	width:400px;
	margin-top:15px;
}
.mech_prod_list_error
{
	display:block;
	color:Red;
}
.mech_prod_list_input
{
	width:390px;
}
.mech_prod_list_label
{
	display:block;
	font-size:14px;
	font-weight:bold;
}

/* dealer profile */
.dealer_form_container
{
    margin:20px;
	width:600px;
}
.dealer_form_container table tr td
{
	text-align:left;
	vertical-align:top;
}
.mech_container
{
	width:260px;
	padding:5px;
}
.mech_error
{
	display:block;
	color:Red;
}
.mech_input
{
	width:150px;
}
.mech_label
{
	font-weight:bold;
	display:block;
}

/* contact us */
.contact_form_outer_container
{
	width:1000px;
	min-height:600px;
	text-align:center;
}
.contact_form_container
{
	text-align:left;
	margin:20px;
	padding:20px;
	border:solid 1px #666;
	width:600px;
	min-height:450px;
	background-color:#fff;
}
.contact_form_container table tr td
{
	vertical-align:top;
}
.mech_contact_container
{
	width:180px;
	margin-top:15px;
}
.mech_contact_error
{
	display:block;
	color:Red;
}
.mech_contact_input
{
	width:150px;
}
.mech_contact_label
{
	display:block;
	font-weight:bold;
}
.mech_contact_comment_input
{
	width:300px;
}

/* email list */
.email_us_outer_container
{
	width:1000px;
	height:600px;
	margin:0;
    padding:0;
    border:0;
	text-align:center;
}
.email_us_container
{
	text-align:left;
	margin:20px;
	padding:20px;
	border:solid 1px #666;
	width:600px;
	height:300px;
	background-color:#fff;
}
/* all text content pages */
.text_content_outer_container
{
	width:1000px;
	min-height:1000px;
	text-align:center;
}
.text_content_container
{
	text-align:left;
	margin:20px;
	padding:20px;
	border:solid 1px #666;
	width:920px;
	min-height:900px;
	background-color:#fff;
}
/* all phone inputs */
.txt_ctrl_3p_1
{
	width:30px;
}
.txt_ctrl_3p_2
{
	width:30px;
}
.txt_ctrl_3p_3
{
	width:40px;
}