
input, textarea{
    font-size: 14px;
    padding: 5px 3px;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	border:thin solid #ccc;
    display: inline-block;
    line-height: 18px;



}
.feLogin * {
	box-sizing: border-box;
}

#mainBlock input:focus, textarea:focus{
	font-size: 14px;
    padding: 5px 3px;

	box-shadow: 2px 2px 5px #999999;
    -moz-box-shadow: 2px 2px 5px #999999;
    -webkit-box-shadow: 2px 2px 5px #999999;

    border: 1px solid #000000;

	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/*.searchbox input:focus, .searchbox textarea:focus{

	padding: 10px 30px 8px 6px;
  
}*/

.row_quantity input{
	padding: 3px;
	text-align: center;
	width: 30px;
}

input.ui_button{
	height: auto;
}



.contentFeLogin{
	float: left;
	width: 50%;
	padding: 0 1%;
	min-height: 250px;

}
/**
 * Login
 */
.feLoggedIn{

	float:left;
	width: 100%;

}


.login_box{
	position: absolute;
	top: 20px;
    right: 0px;
	width: 280px;
	padding:10px;
    float:left;
    border: thin solid #ccc;
	background-color: #ddd;
	z-index: 400;

}

.feField{
	float:left;
}
.feField label, .user_profile label{
	width: 130px;
	float: left;
	text-align: right;
	margin-right: 10px;
	clear: both;
}
.feCheck{
	float: left;
	text-align: left;
	width: 100%;
	padding-left: 100px;
	margin-top: 10px;

}
.feLoginForm{
	padding: 0 10px;

}
.user_profile{
	padding: 0 10px;
/*	float: left;*/
	width: 60%;
	text-align: left;
}
.feLogin_Info{
	float: left;
	width: 36%;

}

fieldset{
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
	border: thin solid #ccc;
	margin-bottom: 10px;
	background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	padding: 10px;
}

fieldset:hover{
/*	  box-shadow: 2px 2px 5px #999999;
    -moz-box-shadow: 2px 2px 5px #999999;
    -webkit-box-shadow: 2px 2px 5px #999999;*/

    border: 1px solid #000000;

-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;


}



legend{
	text-transform: uppercase;
	margin-left: 10px;
	padding:  0 10px;
	color:#8B1A1E;
 
}

.error{
	color: #ffffff !important;
	background-color: red;
	padding: 5px;
}
/*----- Loginbox Panel---------*/

.login_box_title{
	background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(239,239,239,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(239,239,239,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%);background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(239,239,239,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	padding:10px;
	
}
.contentFeLogin_panel{
	float:left;
	width: 100%;
	border:thin solid #ccc;

}
.contentFeLogin fieldset{
	min-height: 200px;
}


.inline label {
    width: 100%;
}
