/*******
******** DECORATIONS styles */

/* system */
.nodisp {
	display: none;
}
.noSpace {
	margin: 0px !important; padding: 0px;
}
.block {
	display: block;
}

/* vizual */
.error {
	color: red; font-weight: bold;
}
.error2 {
	color: #7c0122; font-weight: bold;
}
.black {
	color: black;
}
.brown {
   color: #680015;
}

/* position */
.rightTxt {
	text-align: right;
}
.centerTxt {
	text-align: center;
}
.justifyTxt {
	text-align: justify;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* sizes */
.w50 {
	width: 50px;
}
.w80 {
	width: 80px;
}
.w90 {
	width: 90px;
}
.w100 {
	width: 100px;
}
.w150 {
	width: 150px;
}
.w180 {
	width: 180px;
}
.w200 {
	width: 200px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.w100p {
	width: 100%;
}


/* box */
.margL {
	margin-left: 250px;
}
.margT10 {
	margin-top: 10px !important;
}
.margB10 {
	margin-bottom: 10px !important;
}
.paddL14 {
	padding-left: 14px;
}

.border1 {
	border-width: 1px;
}
.noborder {
	border-width: 0px;
}
.border1b {
	border: 1px solid black;
}

