.section {
	padding-top: 15px;
}

.profileBlock {
	margin-left: 20px;
	margin-right: 20px;
}
table.profileBlock {
	width: 93%;
}
.profileBlock td, .profileBlock span, .profileBlock p, .dayOff {
	font-size: 10px;
}
.profileBlock td {
	vertical-align: middle;
}
.profileBlock p, .twoDayOff#first, #threeCategories input {
	margin-top: 5px;
}
.profileBlock img {
	display: inline;
}

.update {
	color: red; 
	font-weight: bold; 
}

.update#title {
	font-size: 13px;
	margin-top: 10px;
}

/* register*/
#errorContainer{
/*	display: none;*/
}
#errorContainer label {
	display: block;
	font-size: 11px;
	color : red;
}
.required, #errorContainer label {
	color: red;
	background-color: #FFF;	
	
}
/*profil*/
.errorContainer{
/*	display: none;*/
}
.errorContainer label {
	display: block;
	font-size: 11px;
	color : red;
}
.required, .errorContainer label {
	color: red;
	background-color: #FFF;	
	
}
.error {
	background-color: #F2D48E;
}

.profileBlock #error {
	color : red;
	background-color: #EBEBEB;
}

/*#Personal_information {
	color : red;
	
}
*/

.legend {
	text-align: right;
}
#oneRightContent {
	width: 24.9%;
}
#oneLeftContent {
	width: 24.9%;
}

.inputText {
	width: 98%;
}
#birthYear {
	width: 50px;
}

#country {
	/*text-transform: capitalize;*/
}

#howKnowPrecision {
	width: 40%;
}

.twoDayOff {
	border-bottom: 1px solid #CCC;
}

.twoDayOff .clearer {
	clear: both;
}

.dayOff {
	float: left; 
	width: 12.5%;
	padding: 2px 0 2px 0;
	text-align: center;
}

.local {
	position: relative;
}

.local img {
	cursor: pointer;
}

#localChoice {
	position: absolute;
	top: 7px;
	left: 36px;
	background: #EBEBEB url(../Pictures/Profil/corner.gif) 0 0 no-repeat;
	border: 1px solid #B686A0;
	width: 105px;
	z-index: 1000;
	padding: 0 5px;
}

#localChoice p {	
	margin: 5px 0;
}

#localChoice label {
	float: left;
	width: 57%;
	padding-top: 3px;
	text-align: right;
	font-size: 9px;
}

#localChoice a {
	border-bottom: 1px dotted #990033;
	color: #990033;
	font-size: 9px;	
}

#localChoice a:hover {
	border-bottom-style: solid;
}

.inactive {

}

#threeCriterions {
	float: left;
	width: 33%;
	margin-right: 0;
	margin-left: 10px;
}
#theForm > #threeCriterions {
	margin-left: 20px;
}
#threeCategories td {
	width: 33.3%;
}
#threeCategories {
	float: right;
	width: 55%;
	margin-left: 0;	
	margin-right: 10px;
}
#theForm > #threeCategories {
	margin-right: 20px;
}
#threeCategories .categories {
	margin-right: 3px;
}

.btnRegister {
	text-align: center;
}

#sample,
#localChoice {
	display: none;	
}

#buyListOrder {
	width: 50%;
	margin: 10px auto 0 auto;
}

.item {
	text-transform: uppercase;	
	text-align: left;	
	margin-top: 4px !important;
	margin-bottom: 4px !important;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:2px;
	cursor: move;	
}

.ingredient {
	margin-top: 2px !important;	
	margin-bottom: 2px !important;	
}

.ingredient input {
	width: 40% !important;
	vertical-align: middle;
}

.ingredient img {
	cursor: pointer;	
	vertical-align: middle;
}
