﻿

.georgielogos {
    clear:both;
    width:624px;
    margin:0 auto;
}
.logo {
    float:left;
    height:266px;
    width:188px;
    margin-right:20px;
    margin-bottom:20px;
    background-color:#353839;
    text-align:center;
}
.logo img {
    border:solid 4px #fff;
    margin:5px;
}


.frm-fields {
    clear: both;
    height: auto;
    width:390px;
    overflow: hidden;
}
.frm-mini-row {
    clear: both;
    height: auto;
    overflow: hidden;
    margin-bottom:8px;
}
.frm-label {
    float: left;
    width: 125px;
    text-align: left;
    color: #b9c0c1;
    font-family:Lucida Grande;
    padding-top:3px;
}
.frm-input {
    float: left;
    text-align: left;
}
.frm-buttons {
    clear: both;
    height: auto;
    overflow: hidden;
    text-align:left;
    margin-top:15px;
    margin-right:21px;
}

.inputText {
    background: url('../img/pg/members/frm-field.png') no-repeat top left;
    background-position:fixed;
    font-family:Times, Arial, Helvetica;
    font-size:14px;
    font-weight:bold;
    font-style:italic;
    color:#8f9ca1;
    border:none;
    height:25px;
    line-height:19px;
    width:233px;
    padding:3px 3px 3px 8px;
}



.warning {
    color:Red;
    font-size:12px;
    text-align:center;
}
