.wrapper-link-existing {
    height: auto;
    width: auto;
    position: relative;
    display: block;
    background: #fff;
}
form#link-existing {
    width: auto;
}

.switchtomanual {
    margin:  20px 0 20px 2px;
}

.switchtomanual-checkbox {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.gp-general-settings-subtitle {
    margin:  5px 0 5px 2px;
    font-size:14px;
}

#link-existing input[type="text"], #link-existing input[type="password"]  {
    position: relative;
    width: 170px;
    height: 30px;
    margin-top: -20px;
    margin-bottom: 5px;
    margin-left: 120px;
    display: block;
}
#link-existing input[type="submit"] {
    position: absolute;
    bottom: 0px;
    left: 600px;
}


#wp-oauth-content {
    margin: 0 auto;
    width: 650px;
    margin-top: 40%;
    cursor: pointer;
}

.wp-connect{
    /*background: url(../images/btn-connect-wordpress.png);*/
    width: 246px;
    height: 40px;
}

.wp-verify {
    background: url(../images/btn-verify-wordpress.png);
    width: 246px;
    height: 40px;
}
.gp-has-completed {
    background: url(../images/checkmark.png) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 215px;

}
.wp-oauth-retry-message {
    color: #f00;
}

.gp-general-settings-wrapper {
    width: 72%;
    height: 100%;
    padding: 10px;
    min-height: 600px;
}

.gp-general-settings-wrapper fieldset {
    background: #fff;
}
.gp-general-settings-wrapper h1 {
    margin: 20px 0 20px 5px;
    font-style: normal;
}
.gp-well-general-settings {
    background-color: #F1F1F1;
    border: 1px solid #DADADA;
}
.gp-well-general-settings p {
    margin: 50px 0 0 0;
}
.gp-general-settings-box {
   min-height: 200px;
}
.gp-well-general-settings button { 
    float: right;
}
.gp-jetpack-wordpress-connect {
    width: 70%;
    padding: 20px;
    margin: 20px 20px 20px 30px;
}
#accordion h3 {
    margin-bottom: 0px;
    line-height: 1.4;
    color: #222;
    padding: 8px 12px;
    background: white;
}
#accordion div {
    height: 100% auto;
}
#account h3 {
    text-align: center;
    color: #777;
    margin: 0 0 20px 0;
}
.unlink-account {
    float: right;
    margin: -34px 10px 0 0 !important;
}
.account-help > a {
    color: #0074a2;
    text-decoration: none;
}
.account-help > a:hover {
    color: #2A99DC;
    text-decoration: underline;
}
div.error {
    width: 80%;
    color: #000;
}
div.updated {
    width: 80%;
}
div.error a {
    color: #4EA0CB;
}

