/*******************************************************************************
 * File:			layout_form.css
 * Author:		Shimul Kanti Barua
 * Version:		1.16
 * Date:			20/01/2009
 * Revisions:	1.1   22/01/2009  First Version
 * Revisions:	1.2   30/01/2009  Second Version
 * Revisions:	1.3   03/02/2009  Third Version
 * Revisions:	1.4   07/02/2009  Fourth Version
 * Revisions:	1.5   14/02/2009  Fifth Version
 * Revisions:	1.6   26/02/2009  Sixth Version
 * Revisions:	1.7   04/03/2009  Seventh Version
 * Revisions:	1.8   09/03/2009  Eighth Version
 * Revisions:	1.9   23/03/2009  Ninth Version
 * Revisions:	1.10  01/04/2009  Tenth Version
 * Revisions:	1.11  06/04/2009  Eleventh Version
 * Revisions:	1.12  21/04/2009  Twelfth Version 
 * Revisions:	1.13  25/05/2009  Thirteenth Version 
 * Revisions:	1.14  30/06/2009  Fourteenth Version 
 * Revisions:	1.15  03/08/2009  Fifteenth Version
 * Revisions:	1.16  19/08/2009  Sixteenth Version
 *******************************************************************************/

form.general_inquiry
{
   width: 100%;
   height: 100%;
	 background-color: transparent;
}

fieldset.general_inquiry
{
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
}

legend.general_inquiry
{
   padding: 0;
	 border: 0px solid #000000;

	 color: #FFFFFF;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

label.general_inquiry
{
   float: left;
   width: 25%;
   margin-right: 0.5em;
   padding-top: 2px;

	 color: #E3E3B2;
   text-align: right;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

input.general_inquiry_textbox
{
   width: 250px;
   height: 25px;
	 padding: 4px;
	 display: block;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

textarea.general_inquiry
{
   width: 250px;
   height: 100px;
	 padding: 4px;
	 display: block;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.general_inquiry_btn
{
   width: 100px;
   height: 30px;
	 background-color: #8A851C;
	 filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#383802', startColorstr='#8A851C', gradientType='0');
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-top: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;

	 color: #E3E3B2;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: sans-serif;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

select.general_inquiry_select
{
   width: 250px;
   height: 25px;
	 padding: 4px;
	 display: block;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.general_inquiry_checkbox
{
   width: 2em;
   height: 2em;
	 padding: 4px;
	 display: block;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

form.travel_header
{
   width: 25px;
   height: 600px;
	 background-color: transparent;
}

fieldset.travel_header
{
   width: 25px;
   height: 600px;
   border: 0px solid #000000;
}

input.travel_header_btnSrcCity
{
   width: 100px;
   height: 25px;
	 background-color: #8A851C;
	 filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#383802', startColorstr='#8A851C', gradientType='0');
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-top: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;

	 color: #E3E3B2;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: sans-serif;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

input.travel_header_btnMakAppt
{
   width: 150px;
   height: 25px;
	 background-color: #8A851C;
	 filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#383802', startColorstr='#8A851C', gradientType='0');
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-top: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;

	 color: #E3E3B2;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: sans-serif;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

select.travel_header_select
{
   width: 100px;
   height: 25px;
	 padding: 0px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

form.sign-in
{
   width: 100%;
   height: 100%;
	 background-color: transparent;
}

fieldset.sign-in
{
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
}

label.sign-in
{
   float: left;
	 width: 120px;
   height: 25px;
   padding-top: 2px;

	 color: #E3E3B2;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

input.sign-in_textbox
{
	 float: left;
	 width: 150px;
   height: 25px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 0px;
	 padding-right: 4px;
	 display: block;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

form.sign-up
{
   width: 100%;
   height: 100%;
	 background-color: transparent;
}

fieldset.sign-up
{
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
}

label.sign-up
{
   float: left;
	 width: 120px;
   height: 25px;
   padding-top: 2px;

	 color: #E3E3B2;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

input.sign-up_m_textbox
{
	 float: left;
	 width: 200px;
   height: 25px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 0px;
	 padding-right: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.sign-up_l_textbox
{
	 float: left;
	 width: 300px;
   height: 25px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 0px;
	 padding-right: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.sign-up_m_select
{
	 width: 75px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.sign-up_l_select
{
   width: 250px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.sign-up_xl_select
{
   width: 310px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.sign-up_dm_select
{
   width: 55px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.sign-up_yy_select
{
   width: 60px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

form.add_emaillist
{
   width: 100%;
   height: 100%;
	 background-color: transparent;
}

fieldset.add_emaillist
{
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
}

input.add_emaillist_textbox
{
   width: 150px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 1px solid #000000;

	 color: #000000;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.add_emaillist_btn
{
   width: 150px;
   height: 25px;
	 background-color: #000000;
	 filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#66676A', startColorstr='#000000', gradientType='0');
	 border-left: 1px solid #BFBFBF;
	 border-right: 1px solid #000000;
	 border-top: 1px solid #BFBFBF;
	 border-bottom: 1px solid #000000;

	 color: #FFFFFF;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: sans-serif;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

select.add_emaillist_select
{
   width: 200px;
   height: 25px;
	 padding: 2px;
	 background-color: #E6EBD1;
	 border: 1px solid #000000;

	 color: #000000;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.shirts_col_cuf_checkbox
{
   width: 2em;
   height: 2em;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.mono_initials
{
   width: 150px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 1px solid #000000;

	 color: #675C0B;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.mono_locotions
{
   width: 90px;
   height: 25px;
	 padding: 2px;
	 background-color: #E6EBD1;
	 border: 1px solid #000000;

	 color: #675C0B;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.mono_colors
{
   width: 120px;
   height: 25px;
	 padding: 2px;
	 background-color: #E6EBD1;
	 border: 1px solid #000000;

	 color: #675C0B;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.shirts_measurement_textbox
{
   width: 40px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.shirts_measurement_m_textbox
{
   width: 50px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.shirts_measurement_s_textbox
{
   width: 40px;
   height: 22px;
	 padding: 2px;
	 background-color: #E6EBD1;
	 border: 1px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.shirts_measurement_select
{
   width: 40px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.shirts_measurement_select_p
{
   width: 50px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.shirts_mea_fav_checkbox
{
   width: 2em;
   height: 2em;
	 padding: 4px;
	 display: block;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.shirts_mea_fav_textbox
{
   width: 35px;
   height: 25px;
	 padding: 4px;
	 display: block;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.shirts_mea_fav_btn
{
   width: 180px;
   height: 30px;
	 background-color: #8A851C;
	 filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#383802', startColorstr='#8A851C', gradientType='0');
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-top: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;

	 color: #E3E3B2;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: sans-serif;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

button.shirts_mea_fav_btn
{
   width: 180px;
   height: 30px;
	 background-color: #8A851C;
	 filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#383802', startColorstr='#8A851C', gradientType='0');
	 border-left: 1px solid #E3E3B2;
	 border-right: 1px solid #E3E3B2;
	 border-top: 1px solid #E3E3B2;
	 border-bottom: 1px solid #E3E3B2;

	 color: #E3E3B2;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: sans-serif;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

form.Cart_Checkout
{
   width: 100%;
   height: 100%;
	 background-color: transparent;
}

fieldset.Cart_Checkout
{
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
}

legend.Cart_Checkout
{
   padding: 4px 6px 4px 4px;
	 border: 1px solid #E3E3B2;

	 color: #E3E3B2;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

label.Cart_Checkout
{
	 width: 150px;
   height: 25px;
   padding-top: 2px;

	 color: #E3E3B2;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

label.Cart_Checkout_R
{
	 width: 280px;
   height: 25px;
   padding-top: 2px;

	 color: #E3E3B2;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

input.Cart_Checkout
{
	 width: 250px;
   height: 25px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 0px;
	 padding-right: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

textarea.Cart_Checkout_Textarea
{
	 width: 400px;
   height: 75px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 0px;
	 padding-right: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.Cart_Checkout_Num
{
	 width: 75px;
   height: 25px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 0px;
	 padding-right: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: right;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.Cart_Checkout_Country
{
   width: 250px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.Cart_Checkout_CTYPE
{
   width: 75px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.Cart_Checkout_Month
{
	 width: 77px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.Cart_Checkout_Year
{
	 width: 60px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.admin_login_text
{
	 width: 150px;
   height: 20px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 0px;
	 padding-right: 4px;
	 background-color: #FFFFFF;
	 border: 1px solid #2175D9;

	 color: #2175D9;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.admin_login_submit
{
   width: 100px;
   height: 25px;
	 background-color: transparent;
	 filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#8A8C8F', startColorstr='#FFFFFF', gradientType='0');
	 border-left: 1px solid #EDEFEA;
	 border-right: 1px solid #66676A;
	 border-top: 1px solid #EDEFEA;
	 border-bottom: 1px solid #66676A;

	 color: #0434B1;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: sans-serif;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

input.add_ord_book
{
	 float: left;
	 width: 150px;
   height: 25px;
	 padding-top: 4px;
	 padding-bottom: 4px;
	 padding-left: 0px;
	 padding-right: 4px;
	 display: block;
	 background-color: #DEE0DE;
	 border: 1px solid #2175D9;

	 color: #2175D9;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.add_ord_book_submit
{
   width: 100px;
   height: 30px;
	 background-color: #00303A;
	 filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#00303A', startColorstr='#5E9EB7', gradientType='0');
	 border-left: 1px solid #5E9EB7;
	 border-right: 1px solid #00303A;
	 border-top: 1px solid #5E9EB7;
	 border-bottom: 1px solid #00303A;

	 color: #EDEFEA;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: sans-serif;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

input.cart_order_details_textbox
{
	 width: 120px;
   height: 25px;
	 padding-top: 4px;
	 background-color: #FFFFFF;
	 border: 1px solid #007FD6;

	 color: #0434B1;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

input.cart_order_details_submit
{
   width: 100px;
   height: 25px;
	 background-color: #FFFFFF;
	 filter:progid:DXImageTransform.Microsoft.Gradient( endColorstr='#FFFFFF', startColorstr='#BFBFBF', gradientType='1');
	 border-left: 1px solid #FFFFFF;
	 border-right: 1px solid #66676A;
	 border-top: 1px solid #FFFFFF;
	 border-bottom: 1px solid #66676A;

	 color: #0434B1;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: sans-serif;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

select.shirts_collar_measurement
{
   width: 65px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.shirts_buttonholes_collar
{
   width: 100px;
   height: 25px;
	 padding: 4px;
	 border: 2px solid #E3E3B2;

	 color: #000000;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.shirts_pickstitch_collar
{
   width: 120px;
   height: 25px;
	 padding: 4px;
	 border: 2px solid #E3E3B2;

	 color: #000000;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

form.Cart_Main
{
   width: 100%;
   height: 100%;
	 background-color: transparent;
}

fieldset.Cart_Main
{
   width: 100%;
   height: 100%;
   border: 0px solid #000000;
}

legend.Cart_Main
{
   padding: 4px 6px 4px 4px;
	 border: 1px solid #E3E3B2;

	 color: #E3E3B2;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

label.Cart_Main
{
	 width: 150px;
   height: 25px;
   padding-top: 2px;

	 color: #E3E3B2;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: bold;
	 font-style: normal;
}

select.Cart_Main_SEX
{
   width: 75px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.Cart_Main_Garments
{
   width: 105px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.Cart_Main_Inseam
{
   width: 45px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}

select.Cart_Main_Waist
{
   width: 65px;
   height: 25px;
	 padding: 4px;
	 background-color: #E6EBD1;
	 border: 2px solid #E3E3B2;

	 color: #484703;
   text-align: left;
   vertical-align: middle;
   text-decoration: none;
	 font-family: verdana;
	 font-size: x-small;
	 font-weight: normal;
	 font-style: normal;
}
