

body {
    background-image : url('imgs/1-t2.gif');
  }


a {
    color : #000000;
  }


font.title {
    color : #BBBBFF;
    font-size : 2;
  }

font.errmsg {
    color : #FF2222;
    font-size : small;
  }


font.debug {
    color : #FFFF22;
    font-size : small;
  }

font.info {
    color : #22FF22;
    font-size : small;
  }


td.title {
    background-color : #999900;
    text-align : center;
  }


td.logo_up {
    background-color : #2D3439;
    height : 139px;
    text-align : center;
  }


td.logo_down {
    text-align : center;
  }


table.main {
    width : 100%;
  }


fieldset {
    border-bottom-style : hidden;
    border-left-style : hidden;
    border-right-style : hidden;
    border-top-style : hidden;
  }


table.fieldset {
    border-bottom-color : #BBBBFF;
    border-bottom-style : solid;
    border-bottom-width : 1;
    border-left-color : #BBBBFF;
    border-left-style : solid;
    border-left-width : 1;
    border-right-color : #BBBBFF;
    border-right-style : solid;
    border-right-width : 1;
    border-top-color : #BBBBFF;
    border-top-style : solid;
    border-top-width : 1;
    width : 70%;
  }


label.fieldlabel {
    color : #BBBBFF;
    font-size : small;
  }


input.textfield {
    background-color : #CCCCFF;
    color : #3333FF;
    font-size : x-small;
  }

input.textfield_error {
    background-color : #FFCCCC;
    color : #FF3333;
    font-size : x-small;
  }


input.textfield_readonly {
    background-color : #6666FF;
    color : #BBBBFF;
    font-size : x-small;
  }


input.passwordfield {
    background-color : #CCCCFF;
    color : #3333FF;
    font-size : x-small;
  }
input.passwordfield_error {
    background-color : #FFCCCC;
    color : #FF3333;
    font-size : x-small;
  }


select.selectfield {
    background-color : #CCCCFF;
    color : #3333FF;
    font-size : x-small;
  }
select.selectfield_error {
    background-color : #FFCCCC;
    color : #FF3333;
    font-size : x-small;
  }


input.submit {
    background-color : #CCCCFF;
    color : #3333FF;
    font-size : x-small;
  }


#update {
    font-weight : bold;
  }
  
#enter {
    font-weight : bold;
}
#register {
}
#resend {
}


input.reset {
    background-color : #CCCCFF;
    color : #3333FF;
    font-size : x-small;
  }


#email {
	width : 25em;
}


#newpassword {
	width : 10em;
}


#renewpassword {
	width : 10em;
}

#honorific_id {
	width: 6em;
}

#firstname {
	width : 10em;
}

#lastname {
	width : 15em;
}

#address {
	width : 30em;
}

#street {
	width : 30em;
}

#postcode {
	width : 8em;
}

#city {
	width : 15em;
}

#country_id {
	width : 10em;
}

table.switchlist {
    color : #BBBBFF;
    font-size : xx-small;
  }


td.switchlist {
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-style : solid;
    border-top-width : 1px;
  }


th.switchlist {
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-style : solid;
    border-top-width : 1px;
  }

select.switchlist {
    font-size : xx-small;
    background-color : #CCCCFF;
  }


select.switchlist_error {
    font-size : xx-small;
    background-color : #FFCCCC;
  }


input.switchlist {
    font-size : xx-small;
    background-color : #CCCCFF;
  }


input.switchlist_error {
    font-size : xx-small;
    background-color : #FFCCCC;
  }


input.switchlist_readonly {
    font-size : xx-small;
    background-color : #6666FF;
  }


#switchlist_reseller_readonly {
    width : 8em;
  }
#switchlist_reseller {
    width : 8em;
  }
  
  
#switchlist_switch_address_readonly {
    width : 15em;
  }
#switchlist_switch_address {
    width : 15em;
  }


#switchlist_switch_street_readonly {
    width : 15em;
  }
#switchlist_switch_street {
    width : 15em;
  }


#switchlist_switch_postcode_readonly {
    width : 5em;
  }
#switchlist_switch_postcode {
    width : 5em;
  }


#switchlist_switch_city_readonly {
    width : 10em;
  }
#switchlist_switch_city {
    width : 10em;
  }


#switchlist_country_name_readonly {
    width : 10em;
  }
#switchlist_country_name {
    width : 10em;
  }


#switchlist_switch_country_id_readonly {
    width : 10em;
  }
#switchlist_switch_country_id {
    width : 10em;
  }


#switchlist_datesold_readonly {
    width : 10em;
  }
#switchlist_datesold {
    width : 10em;
  }


#switchlist_switchnumber_readonly {
    width : 10em;
  }
#switchlist_switchnumber {
    width : 10em;
  }
