
/*

CSS for product purchasing code.

*/

td #productsubmitcontainer(width: 300px; background:red;text-align: center; )

.mini_table
{
    font-size: 10px;
}

.mini_table th
{
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}

.mini_table select, .mini_table input:
{
    font-size: 11px;
}

.visible
{
    display: block;
}

.hidden
{
    display: none;
}

.transparent
{
    display: inline;
    background: #EEEEFE;
    opacity: 0.9;
    position: absolute;
    top: 1px;    
    width: 400px;
    height: 300px;
    padding: 10px;
    border: 1px solid #999999;
    overflow: scroll;
}
.ups_form_table .entryhdr{
    width:111px;
}
td.entryhdr strong{
    position:relative;
    left:28px;
}

td#input-left-column{
    width:100px;
}
#acs_location_1_birth_city{
  width:200px;
}
#acs_location_1_birth_foreign_city, #acs_location_1_foreign_city{
  width:260px;
  overflow:hidden;
}
#acs_location_1_birth_country_sel{
  width:215px;
  font-size:11px;
}
.default_submit_button{
  margin-right:60px;
}
.ups_form_table{
	width:470px;
}
.payPalButton{
position:relative;
top:3px;
}
#new_cc_info th{
  color:#000066;
  font-size:12px;
  font-weight:normal;
}

