.loginform {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #5F9F9F;
}

td input {
	float: none;
}
	
input {
	float: right;
	clear: right;
	height: 20px;
}

input.short {
	width: 40px;
}

input.small {
	width: 80px;
}

input.fullprocheight {
	height: 100%;
}

input#search_main_list_input {
	width: 150px;
}

.pointer {
	cursor: pointer;
}

.forms select {
	height: 22px;
	width: 265px;
	float: left;
}

.forms select.small {
	width: 60px;
}

.forms .field .radio_img {
	display: inline-block;
}

.forms .field .radio_img label {
	width: 80px;
	cursor: pointer;
}

.forms .field .radio_img input[type="radio"] {
	clear: left;
	margin-left: 45%;
}

.searchbox select {
	height: 22px;
	width: 100px;
	float: left;
	margin: 0 5px 0;
}

.loginform a.link {
	margin: 5px 0;
	display: block;
}

.loginform input.text, .loginform input.password {
	width: 150px;
}

.newsletter input.text{
	width: 200px;
}


form {
	position: relative;
}

.searchbox input {
	float: left;
	margin: 0 5px 5px;
	width: 200px;
}

.searchbox .action_btn {
	margin-top: 0px;
	float: left;
	clear: right;
}

.field_readonly .action_btn {
	float: none;
	display: inline-block;
	margin-left: 20px;
}

.foto_field {
	width: 100px;
	float: left;
}

.foto_input {
	width: 300px;
	float: right;
	overflow: hidden;
}

.foto_input .foto_checkbox, .foto_input img, .foto_input p {
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
.foto_upload {
	height: 23px;
}

.foto_input .foto_upload {
	width: 100%;
	clear: both;
}

.forms textarea {
	margin-top: 5px;
}

textarea {
	width: 465px;
}

textarea.default {
	width: 100%;
	border: 1px solid #5F9F9F;
}

.field {
	padding: 2px 0;
	width: 100%;
	margin-bottom: 1px;
	display: inline-block;
}

.field_border {
	border-top: 1px solid;
}

.field label {
	float: left;
}

.field label span {
	float: right;
	padding-right: 5px;
}

.field label.error, .field label.info {
	display: block;
	clear: right;
	color: #FF0000;
	font-size: 0.75em;
	width: 80%;
}

.field_readonly {
	width: 100%;
	margin-bottom: 5px;
}

.field_readonly p {
	display: inline-block;
	width: 210px;
	padding-left: 15px;
	margin: 0;
	font-weight: bold;
}

.field_readonly p.nobold {
	font-weight: normal;
}

.narrow .field_readonly p {
	width: 260px;
}

.tab-content .field_readonly p {
	text-align: right;
}

.field_readonly label {
	display: inline-block;
	width: 210px;
	height: 100%;
	vertical-align: top;
}

.overlay.large {
	width: 480px;
}

.overlay.large.extra {
	width: 980px;
}


.large .forms {
	margin-top: 20px;
}


.large .forms label {
	width: 200px;
}

.large .forms label.error, .large .forms label.info  {
	width: 90%;
}

.large .forms .field.checkbox label {
	width: 300px;
}

.large .forms input, .small .forms input, .small .forms select {
	float: left;
}

.large .forms input.text {
	width: 265px;
}

.large .forms input.text.plate-field {
	width: 240px; 	
}

.small .forms label {
	width: 140px;
}

.small .forms select {
	width: 170px;
}
	
#lost_password input.text, #lost_username input.text {
	width: 230px;
}

.loginform .fieldset {
	margin-bottom: 10px;
}

.main_obj_row .field {
	width: 285px;
	margin: 0;
}

.main_obj_row .field label {
	display: inline-block;
	width: 100px;
	cursor: inherit;
}

.f_response {
 	clear: right;
    font-size: 1em;
    padding: 5px;
	margin-bottom: 5px;
}

.f_error {
    border: 2px solid #FF0000;
}

.f_error .icon {
	background: url("../images/layout/error_icon.png") no-repeat scroll 0 0 transparent;
}

.f_problem {
    border: 2px solid #F9BE24;
}

.f_problem .icon {
	background: url("../images/layout/problem_icon.png") no-repeat scroll 0 0 transparent;
}

.f_succes {
    border: 2px solid #AED047;
}

.f_succes .icon {
	background: url("../images/layout/ok_icon.png") no-repeat scroll 0 0 transparent;
}

.f_info {
    border: 2px solid #5F9F9F;
}

.f_info .icon {
	background: url("../images/layout/info_icon.png") no-repeat scroll 0 0 transparent;
	background-size: 30px 30px;
}

.fancybox-inner .f_response p {
	margin: 0;
}

.icon {	
	min-height: 30px;
	padding-left: 35px;
	font-size: 10px;
	margin: 0px;
}

.form_loading {
	width: 100%;
	height: 100%;
	background: url("../images/layout/form_overlay_loading.png") repeat scroll 100% 0 transparent;
	position: absolute;
	border-radius: 5px;
	z-index: -1;
	display: none;	
}

.form_loading.show {
	z-index: 999;
	display: inline-block;	
}

.loading {
	background: url("../images/layout/loading.gif") no-repeat scroll 100% 0 transparent;
	width: 45px;
	height: 48px;
	float: left;
	position: relative;
	top: 40%;
	left: 46%;
}