body{
    font-family:Arial,Helvetica,sans-serif;
    color:#000;
}

#container{
    width:395px;
    margin:0 auto;
}

#content{
    margin:150px 0 50px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position:relative;
    text-align:center;
    border:1px #ddd solid;
}

#page-header{
    height:55px;
    border-bottom:1px #ebebeb solid;
    text-align:left;
   	background:#342e2e;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    padding:0 20px;
}

h1{
    color:#fff;
    font-size:20px;
    font-weight:normal;
    padding:15px 0 0 0;
}

p, span{
    font-size:13px;
    line-height:18px;
    color:#666;
    margin:10px 0;
}

span.base-url{
    font-weight:bold;
}

.logo{
    position:absolute;
    top:-48px;
    right:10px;
}
.logo img{
    display:block;
}

.logo span {
    display: block;
    font-size: 14px;
    left: 50px;
    position: relative;
    top: -10px;
}

form,
div.static-content{
    padding:5px 20px 15px 20px;
    text-align:left;
}

.field-wrapper{
    padding:5px 0px;
}

.field-wrapper label{
    padding:5px 0 2px 0;
    display:block;
}

.field-wrapper input,
.field-wrapper a{
    display:block;
}

#close-account-form .field-wrapper input[type=submit],
#close-account-form .field-wrapper a{
    float:left;
    margin:0 15px 0 0;
}

.text-block{
    text-align:left;
    padding:20px;
}

a.cancel_close{
    line-height:30px;   
}

p.extra-info{
    padding:10px 0 0 0;
    clear:both;
}

.field-wrapper input[type=text],
.field-wrapper input[type=number],
.field-wrapper input[type=email],
.field-wrapper input[type=url],
.field-wrapper input[type=password]{
    background: #fff url("../../../img/input-bg.0e72bde61530.png") repeat-x top;
    border: 1px solid #BBBBBB;
    margin: 0;
    width: 240px;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}

.primary-action{
    margin:10px 0 0 0;
    display:inline-block;
}

.primary-action,
.field-wrapper input[type=submit],
.field-wrapper button.btn,
button.btn{
        cursor: pointer;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;   
    background:#e04226;
    color:#fff;
    font-size:15px;
    border:0;
    padding:5px 10px;
    margin-top:7px;
    
    background-image: -webkit-gradient(
           linear,
           left bottom,
           left top,
           color-stop(0.39, rgb(236, 101, 71)),
           color-stop(0.7, rgb(253, 119, 88))
       );
       background-image: -moz-linear-gradient(
           center bottom,
           rgb(236, 101, 71) 39%,
           rgb(253, 119, 88) 70%
       );
}

.primary-action:hover{
    color:#fff;
    background: #e25c3d;
}

ul.errorlist{
    color:#f00;
    list-style-type:none;
    margin:3px 0 0 0;
}

#messages{
    color: #fff;
    padding:8px;
    font-size:18px;
    text-align: center;
    background: #FF6D4C;
    margin:0 0 5px 0;
}

.message {
    text-align: center;
    font-size:20px;
}

#credit-card-form{
    background:#fff;
    padding:0;
    margin:0;
}

body#embed-payment-form{
background:#fff;
}

a#site-feedback{
    display:block;
    position:fixed;
    top:300px;
    left:0;
    width:35px;
    height:120px;
    text-indent:-9999px;
    background:url("../../../img/buttons/feedback-button-left.d014d5526ef9.png") no-repeat center right;
}

a#site-feedback:hover{
    width:40px;
}

#id_site_address{
    display:inline;
    width:220px;
    margin:0 5px 0 0;
}