body {
	background: #fafafa repeat-x;
}

#page {
	width:984px;
}

h2 {
    margin:0;
    padding:0;
    font-size:20px;
    font-weight: normal;
    color:#000;
}

#page-logo {
	float:left;
	margin:6px 0 0 10px;
	background-image:url(/images/home/logo.png);
}

#account-center {
	float:left;
	font-size:25px;
	color:#9a9a9a;
	margin:40px 0 0 30px;
}

.box {
	position:relative;
	background-color: #fff;
	border:1px solid #ebebeb;
    padding:30px 22px 16px 22px;
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
}

.box .shadow-left, .box .shadow-right {
	position:absolute;
	top:-2px;
	width:8px;
	height:200px;
}

.box .shadow-left {
	left:-5px;
	background-image: url(/images/box-shadow-left.png);
}

.box .shadow-right {
	right:-5px;
	background-image: url(/images/box-shadow-right.png);
}

.grey-box {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color: #f8f8f8;
    width:480px;
    padding:12px 18px;
}

.grey-box p {
    padding:0 10px 3px 10px;
    margin:10px 0 10px 0;
    border-bottom:1px solid #e5e5e5;
    color:#eb6a00;
    font-size:16px;
    font-weight: bold;
}

#page-footer a, #page-footer span {
	color:#9a9a9a;
	margin:0 8px;
}

.grid {
    width: 440px;
    margin-left:30px;
}

.grid th {
    padding:11px 10px 8px 0;
    width:120px;
    text-align:right;
}

.grid td {
    padding:8px 0;
}

.grid label {
    color:#666;
    font-size:12px;
}

.grid input, .grid select {
    background-color: #fff;
    border:1px solid #e0e0e0;
    padding:3px;
    color:#000;
    font-family:arial,helvetica,sans-serif;
    font-size:13px;
}

.grid select {
    padding:2px;
    outline: none;
}

#map {
    background-color: #f8f8f8;
    border:1px solid #eee;
    width:400px;
    height:400px;
}

input.over-text {
    color:#bbb;
}

.errorMessage {
    clear:left;
    width:298px;
    padding:2px 2px 2px 6px;
    background-color: #fac6cb;
    color:#643236;
    margin-top:3px;
    border:1px solid #cc0000;
    font-size:12px;
}

input.error, select.error {
    border-color:#cc0000;
}

label.error {
    color:#cc0000;
}

.mask {
    position: absolute;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    z-index: 100;
    background: #fff;
}

#addresses {
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background-color: #fff;
    position:absolute;
    left:0px;
    top:0px;
    visibility:hidden;
    z-index:101;
    padding:10px;
    border:1px solid #aaa;
}

#closebox {
    position:absolute;
    right:-13px;
    top:-13px;
    width:30px;
    height:30px;
    background-image: url(/images/buttons/closebox.png);
    cursor: pointer;
}

a.apple {
    background: transparent url(/images/buttons/apple-a.png) no-repeat top right;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    padding-right: 10px;
    text-decoration: none;
    outline: none;
    float:left;
    color:#333;
    cursor:pointer;
    text-shadow:0 1px 1px #fff;
}

a.apple span {
    background: transparent url(/images/buttons/apple-span.png) no-repeat;
    display: block;
    line-height:24px;
    height:24px;
    padding: 0px 5px 0px 13px;
}

a.apple:hover {
    background-position: right -24px;
    outline: none;
}

a.apple:hover span {
    background-position: left -24px;
}

#overlay {
    width:100% !important;
}





