#profiles-container {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-bottom: 100px;
}

#profiles-leftcol {
    float: left;
    width: 280px;
    margin-right: 20px;
}

#profiles-rightcol {
    float: left;
    width: 650px;
}

.nickname {
    font-size: 30px;
    font-family: Georgia;
    color: #a43d12;
}

#profile_avatar {
    margin-bottom: 5px;
}

.profiles-info, .profiles-friends {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.profiles-header {
    position: absolute;
    width: 162px;
    height: 22px;
    background-color: #e67a32;
    text-indent: 15px;
    padding-top: 3px;
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.profiles-info-content, .profiles-friends-content {
    position: relative;
    padding: 8px;
    clear: both;
}

.profiles-friends-content {
    top: 25px;
    overflow: hidden;
    padding-bottom: 50px !important;
}

.profiles-edit {
    position: relative;
    width: 100px;
    height: 25px;
    float: right;
    text-align: right;
    padding: 0 5px 5px 0;
    line-height: 11px;
}

.profiles-edit a {
    text-decoration: none;
    color: #999;
    font-size: 11px;
    font-family: Georgia;
}

.profiles-follow,  .profiles-follow a, .profiles_info {
    font-size: 12px;
    font-family: Arial;
}

.profile_info {
    color: #000;
    width: 260px;
}

.url, a.send-message {
    text-decoration: none;
    color: #000 !important;
}

a.send-message {
    font-size: 12px;
    font-family: Arial;
    color: #03c !important;
    line-height: 28px;
}

.info-headings {
    font-size: 10px;
    color: #e77a33;
}

.profiles-friends-content .details a {
    text-decoration: none;
    font-family: Arial;
    font-size: 9px;
    color: #0000cc;
}


/*---------------------------------
	profile tabs
---------------------------------*/

#tab-one, #tab-two, #tab-three, #tab-four, #tab-five {
    border: 1px solid #e6d3b5;
    width: 640px;
}

/*---------------------------------
	profile form
---------------------------------*/

#profile-form-cont {
    margin: 0 auto 0 auto;
    width: 800px;
}

#profiles-form-header {
    position: relative;
    width: 85%;
    height: 50px;
    left: 40px;
    border: 1px solid #9c9792;
    padding: 10px;
    margin: 20px 0 30px 0;
}

#profiles-form-bottom {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    right: 0;
    padding: 0;
    background: #f4d1b3;
}

.profiles-form-heading {
    font-size: 28px;
    color: #944525;
    font-weight: bold;
}

.inpt_1 { float: left; width: 760px; overflow: hidden; margin: 0 10px 10px 0; line-height: 24px; }
.inpt_2 { float: left; width: 760px; overflow: hidden; margin: 0 10px 10px 0; line-height: 24px; }
.inpt_3 { float: left; width: 365px; overflow: hidden; margin: 0 10px 10px 0; line-height: 24px; }
.inpt_4 { float: left; width: 150px; margin: 0 10px 10px 0; line-height: 24px; }
.inpt_5 { float: left; width: 200px; margin: 0 10px 10px 0; line-height: 24px; }
.inpt_6 { float: left; width: 310px; overflow: hidden; margin: 0 10px 10px 0; line-height: 24px; }

.inpt_1 input,
.inpt_2 input,
.inpt_3 input,
.inpt_4 input,
.inpt_5 input,
.inpt_6 input { height: 18px; width: 95%; margin: 0; border: 1px solid #ccc; background: #fff; color: #666; font: 14px/20px "Georgia", "Arial", Helvetica, sans-serif; text-indent: 5px; padding: 5px; }

/* .inpt_4 input { height: 18px; width: 100%; margin: 0; border: 1px solid #ccc; background: #fff; color: #666; font: 13px/20px "Arial", Helvetica, sans-serif; text-indent: 5px; } */

.inpt_1 textarea { height: 200px; width: 95%; margin: 0; border: 1px solid #ccc; background: #fff; color: #666; font: 13px/20px "Arial", Helvetica, sans-serif; text-indent: 5px; }
.inpt_2 textarea { height: 100px; width: 95%; margin: 0; border: 1px solid #ccc; background: #fff; color: #666; font: 13px/20px "Arial", Helvetica, sans-serif; text-indent: 5px; }

.inpt_cb1 { clear: both; overflow: hidden; position: relative; color: #999; }
.inpt_cb1 ul { list-style: none; padding: 0; margin: 0; }
.inpt_cb1 li { float: left; width: 150px; height: 25px; margin: 0 25px 10px 0; }
.inpt_cb1 li input { float: left; }
.inpt_cb1 li label { float: left; position: relative; line-height: 22px; text-indent: 5px; }

.inpt_submit { position: relative; float: left; top: 20px; left: 320px; margin: 0 auto 20px auto; }

.inpt_1 label,
.inpt_2 label,
.inpt_3 label,
.inpt_4 label,
.inpt_5 label,
.inpt_6 label { font-size: 18px; color: #999; }

.inpt_1 span { font-size: 12px; color: #999; }

.profiles-dotted { border-bottom: 2px dotted #f89037; border-top: 0; border-left: 0; border-right: 0; width: 760px; position: relative; left: -30px; top: 20px; }
