input, select, textarea {
	
	border: 1px #FFFFFF inset;
	
	font-size: 10px;
}

label {

	font-size: 10px;
}

button.reset {
	
	border: 0px  !important;
	
	padding: 0px  !important;
	margin: 0px !important;
	
	height: 16px;
	width: 70px;
	
	cursor: pointer;
	
	background: transparent url(../img/button/reset.png) no-repeat;
}

div.button_wrapper {
	
	display: block;
	
	width: 80px;
	
	float: right;
	padding: 0px;
	
	clear: none;
}

input#submit {

	width: 70px  !important;
	height: 16px !important;
	
	border: 0px  !important;
}

input#reset {

	width: 70px  !important;
	height: 16px !important;
	
	border: 0px  !important;
}

td input.checkbox {

	border: 0px !important;
	width: 15px !important;
}

td input.radio {

	border: 0px !important;
	width: 15px !important;
}

/*-- Phone fields --*/
input.phone_p1, input.phone_p2 {
	
	width: 3em  !important;
}
input.phone_p3 {
	
	width: 4em  !important;
}
/*-- Phone fields end --*/


select.date_dd {

	width: 55px !important;
}

/*-- MyMC Login --*/
table#form_mymc_login input {
	
	width: 150px;
}

/*-- MyMC Login ends --*/


/*-- Contact Us --*/

table#form_contact_us input{
	
	width: 190px;
}

table#form_contact_us select{
	
	width: 192px;
}

table#form_contact_us textarea#message {

	width: 190px;
	height: 105px;
}

/*-- Contact Us ends--*/


/*-- Test Drive --*/

table#form_test_drive input{
	
	width: 190px;
}

table#form_test_drive select{
	
	width: 192px;
}

table#form_test_drive textarea#message {

	width: 190px;
	height: 105px;
}

/*-- Test Drive ends--*/

/*-- D2C --*/

table#form_d2c input{
	
	width: 190px;
}

table#form_d2c select{
	
	width: 192px;
}

table#form_d2c textarea#message {

	width: 190px;
	height: 105px;
}

/*-- D2C ends--*/


/*-- Submit Testimonial--*/

table#form_submit_testimonial input#image {
	
	width: 200px !important;
}

table#form_submit_testimonial textarea#message {

	width: 534px;
	height: 200px;
}
/*-- Submit Testimonial ends--*/


/*-- Your Profile --*/

table#form_your_profile td {
	
}

table#form_your_profile input{
	
	width: 190px;
}

table#form_your_profile select{
	
	width: 192px;
}

table#form_your_profile textarea#message {

	width: 190px;
	height: 105px;
}

/*-- Your Profile ends--*/


/*-- New Registrations --*/

table#form_new_registrations input{
	
	width: 190px;
}

table#form_new_registrations select{
	
	width: 192px;
}

table#form_new_registrations textarea#message {

	width: 190px;
	height: 105px;
}

/*-- New Registrations ends--*/

