/*
 Registration form
 */
.geo-radio-state {
    float: left;
    width: 20px;
    margin-left: 20px;
}

.geo-radio-state-text {
    float: left;
}

.geo-form-required {
    border-color: #FF794A !important;
    background-color: #ffe;
}

.reg-form {
    margin: 0 auto;
    padding: 14px;
}

.reg-form h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.reg-form p {
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: 1px solid #B9DFB9;
    padding-bottom: 10px;
}

.reg-form .item {
    margin-bottom: 10px;
    min-width: 600px;
}

.reg-form label {
    display: block;
    font-weight: bold;
    text-align: right;
    width: 200px;
    font-size: 11px;
    float: left;
}

.reg-form label .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 200px;
}

.reg-form .field {
    float: left;
    font-size: 12px;
    width: 320px;
    margin-left: 20px !important;
}

.reg-form select.field {
    width: 328px;
    padding: 3px;
}

.reg-form button {
    margin: 0 auto;
    padding: 3px;
    width: 200px;
}

.reg-form .field-info {
    margin-left: -22px;
    float: left;
    margin-top: 7px;
}

.reg-form input.x-form-text {
	height: 22px;
}

.reg-form .x-form-invalid-icon {
	float: left;
	left: 7px; 
	top: 3px; 
	position: relative;
	visibility: visible;
}

/*
 Lost password form
 */
.lost-form {
    margin: 0 auto;
    padding: 14px;
}

.lost-form h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.lost-form p {
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: 1px solid #B9DFB9;
    padding-bottom: 10px;
}

.lost-form label {
    display: block;
    font-weight: bold;
    text-align: right;
    width: 300px;
    float: left;
}

.lost-form label .small {
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    width: 300px;
}

.lost-form .field {
    float: left;
    width: 320px;
    margin: 1px 0 5px 20px;
}

.lost-form input.x-form-text {
	height: 22px;
}

.lost-form .x-form-invalid-icon {
	float: left;
	left: 7px; 
	top: 3px; 
	position: relative;
	visibility: visible;
}

.lost-form button {
    margin: 0 auto;
    padding: 3px;
    width: 200px;
}

.lost-form .field-info {
    margin-left: -22px;
    float: left;
    margin-top: 7px;
}

.geo_center {
    text-align: center;
}

.field_loader {
    background-image: url(../images/loader.gif);
    float: left;
    margin: 6px 0 0 -22px;
    width: 16px;
    height: 16px;
    display: none;
}

.geo_fieldnote {
    background-color: #EDEFF4;
    margin-left: 220px;
    padding: 10px;
}

.geo_fieldnote_header {
    background-image: url("../images/top-arrow.png");
    background-repeat: no-repeat;
    height: 5px;
    margin-left: 240px;
}

.field_arrow {
    background: url("../images/arrow-left.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    margin-left: 40px;
    padding: 6px 5px 4px 0px;
    text-align: center;
    width: 130px;
}

.x-grid3-row-expanded {
}

.ext-webkit .x-small-editor .x-form-text {
	padding-top: 1px !important;
}

.reg-form .x-form-invalid {
	background-color: #fee;
	border-color: #FF7870; 
	background-image: none;
}

.myorg .title {
	font-weight: bold;
}

#myorg-edit .x-panel {
	margin-top: 20px;
	border: none;
}

#myorg-edit .x-panel-body {
	border: none;
	background-color: transparent;
}

