body {
    /*text-align:center;*/
}

label {
    width:150px;
    text-align:right;
    font-weight:bold;
    margin-right:10px;
    display:block;
    clear:left;
    float:left;
}

textarea {
    height:auto;
}

h1 {
    font-size:18px;
}

h2 {
    font-size:14px;
    border-bottom: 1px solid #EEEEEE;
}

hr {
    border-top: 1px solid #666666;
    border-bottom: 1px solid #EEEEEE;
}

.postcode {
    width:75px;
}

input, textarea, select {
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}

input:hover, textarea:hover {
    background-color:#EEEEEE;    
}

input:focus, textarea:focus {
    background-color:#DDDDDD;
}

.address input {
    width:200px;
    margin-bottom:1px;
}

.summary td {
    font-size:11px;
}

.lunsel {
    width:150px;
    height:35px;
    border: 0px;
    background-color: #EBEBEB;
    text-align:left;
}

.lunsel:hover {
    background-color: #DCDCDC;
}

.lsel, .lsel:hover {
    font-weight:bold;
    width:150px;
    height:35px;
    border: 0px;
    background-color: #C8C8C8;
}
    
.breadcrumbs input {
    text-align:left;
    padding-left:20px;
}

#shadowy3
{
	/* details page */
	width:500px;
	height:auto;
	position:relative;
	background-color:#333333;
/*	top:-8px; */
    top:0px;
/*	left:2px; */
    left:0px;
}

#floatMe3
{
	/* make Mac IE5 ignore width 495 \*/ 	width: 560px !important; 	/* end Mac IE5 */ width:530px;
    height:auto;
	padding:0px 15px 10px 20px;
	margin:0px;
	position:relative;
	top:0px;
	left:0px;
	background-color:#FFFFFF;
    border-left: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.info {
    background: url(/static/images/info.png) left top no-repeat;
    padding-left: 25px;
    padding-top:2px;
    padding-bottom:4px;
}

.warn {
    background: url(/static/images/warn.png) left top no-repeat;
    padding-left: 25px;
    padding-top:2px;
    padding-bottom:4px;
}
.success {
    background: url(/static/images/success.png) left top no-repeat;
    padding-left: 25px;
    padding-top:2px;
    padding-bottom:4px;
}
   
.fail {
    background: url(/static/images/fail.png) left top no-repeat;
    padding-left: 25px;
    padding-top:2px;
    padding-bottom:4px;
}

.login {
    width:400px;
    border:1px solid #AAAAAA;
    background-color:#EEEEEE;
    margin-left:50px;
    font-size:11px;
}

.login input {
    width: 100px;
}

.loginbutton {
    
}

.login label {
    font-weight:bold;
}

.login a {
    font-size:10px;
    color:blue;
    text-decoration:underline;
    float:right;
}

.login p {
    font-size:11px;
}

.addresses {
    width: 565px;
    background-color:#EEEEEE;
    border: solid 1px #DDDDDD;
    font-size:10px;
}

.addresses th, .build_sj th, .delegation th, .bookings_list th {
    background-color:#DDDDDD;
    font-weight:bold;
    font-size:11px;
}

.addresses td {
    vertical-align: middle;
}

.build_sj {
    width: 300px;
    background-color:#EEEEEE;
    border: solid 1px #DDDDDD;
    font-size:10px;
}

.delegation {
    width: 275px;
    background-color:#EEEEEE;
    border: solid 1px #DDDDDD;
    font-size:10px;
}

.delegation td {
    vertical-align: middle;
}

.delegation_help {
    border-top:1px solid #DDDDDD;
    background-color:white;
    text-align: center;
}

.bookings_list {
    width: 565px;
    background-color:#EEEEEE;
    border: solid 1px #DDDDDD;
    font-size:10px;
}

.predefined_address {
    width: 350px;
}

.postcode_address_list {
    width: 350px;
}

#standard_nav {
    margin-top:25px;
    padding-top:5px;
    padding-bottom:3px;
    border-top: 1px solid #DDDDDD;
    background-color:#EBEBEB;
    border-bottom: 1px solid #DDDDDD;
    padding-right:6px;
    padding-left:6px;
    height: 19px;
/*    text-align:right; Doesn't work in IE7*/
}

#standard_nav input {
    width:75px;
    float: right;
}

#standard_nav .abort {
    float:left;
    width: auto;
}

#booking_mode {
    background-color:#EEEEEE;
    padding:5px;
    padding-bottom:2px;
    margin-bottom:10px;
}

.text_button {
    border: 0;
    background-color: white;
    width: auto;
    padding: 0;
    text-decoration: underline;
}

.mandatory {
    color:red;
    font-weight:bold;
    font-size:14px;
    vertical-align: top;
}

div#mainfooter .footerlink {
    font-size:1.2em;
    }

.booking_ref {
    color: blue;
    text-decoration: underline;
}