body {
    background-color: #FFFFFF;
    font-size: 16px;
    font-family: "Arial Narrow", Arial;
    margin: 0;
    padding: 0;
    color: #818181;
}

input {
    font-size: 16px;
    font-family: "Arial Narrow", Arial;
}

.ccRadio {
    color: #000;
}

#authName {
    width: 225px;
    font-size: 16px;
    font-family: "Arial Narrow", Arial;
}

#shipOverlay {
    width: 325px;
    height: 475px;
    background: url(images/white75.png) repeat;
    position: absolute;
    top: 75px;
    right: -12px;
    display: none;
    z-index: 300;
}

#helpOrder {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 500;
    display: none;
}

#orderInfo {
    position: absolute;
    display: none;
    z-index: 400;
    left: -3px;
    top: 238px;
}

#helpCvv {
    position: absolute;
    top: 66px;
    left: 280px;
}

#pictureSec {
    position: absolute;
    top: 0px;
    right: -30px;
    z-index: 400;
}

textarea {
    width: 658px;
    height: 220px;
    font-size: 16px;
    font-family: "Arial Narrow", Arial;
    color: #818181;
    background: url(images/orderDetailsBg.jpg) no-repeat center;
}

.contact_button {
    width: 308px;
}

.cvvInput {
    width: 132px;
}

a.cvvLink:link {
    color: #818181;
    text-decoration: none;
}

a.cvvLink:active {
    color: #818181;
    text-decoration: none;
}

a.cvvLink:visited {
    color: #818181;
    text-decoration: none;
}

a.cvvLink:hover {
    color: #818181;
    text-decoration: none;
}

#header {
    width: 800px;
    margin: 0 auto;
    text-align: center;
}

#page {
    width: 658px;
    margin: 0 auto;
    position: relative;
}

#orderDetails {
    position: relative;
    padding: 7px 0px 0px 0px;
}

#orderHeader {}

#orderText {}

#autoText {
    position: relative;
    padding: 15px 0px 0px 0px;
}

#addPadding {
    padding: 15px 0px 0px 0px;
}

#addPaddingLight {
    padding: 10px 0px 0px 0px;
}

#addPaddingLightest {
    padding: 5px 0px 0px 0px;
}

#ccInfo {
    width: 658px;
}

#expDiv {
    width: 175px;
    float: left;
}

#cvvDiv {
    width: 175px;
    float: left;
}

#expAndCvv {
    width: 350px;
    padding: 10px 0px 0px 0px;
}

.leftColumn {
    position: absolute;
}

.rightColumn {
    position: relative;
    left: 350px;
    width: 390px;
}

#addressCC,
#emailsPic,
#emails,
#submitButton {
    width: 658px;
    position: relative;
}

#addressCC {
    padding-top: 6px;
}

#emailsPic {
    top: -10px;
}

#emails .leftColumn,
#emails .rightColumn {}

#emails {
    padding-top: -2px;
}

#submitButton {
    top: 15px;
    padding-bottom: 20px;
}

.titles {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.labels {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.labels2 {
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}

.firstExample {
    font-size: 14px;
    padding: 5px 0px 0px 15px;
}

.example {
    font-size: 14px;
    padding: 0px 0px 0px 15px;
}

#alertBox {
    background-color: #fdf6ac;
    color: #818181;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #bdbdbd;
}

.ccRadio {
    font-size: 14px;
}

.pickup {
    font-size: 20px;
    color: #585858;
    font-weight: 700;
    margin-left: 35px;
    margin-top: 5px;
}