#sendForm_btn {
	cursor					: pointer;
}
.border_btns{
	float					: left;
	border					: 1px solid #999999;
	border-radius			: 2px;
	-ms-border-radius		: 2px;
	-moz-border-radius		: 2px;
	-webkit-border-radius	: 2px;
	-khtml-border-radius	: 2px;
	
	padding-left			: 8px;
	padding-right			: 8px;
	padding-top				: 3px;
	padding-bottom			: 4px;
	
	margin-right			: 20px;
	
	cursor					: pointer;
	
	background				: #ffffff;
}
.border_btns:hover, .border_btnsActive {
	text-decoration			: none;
	background				: #000000;
	color					: #608e9f;
	border-color			: #000000;
}

.titBlocsForms{
	background				: url('../../rcs_gen/interficie/dots_tits_grey.gif') repeat-x bottom left;
}
	.titBlocsForms span, .titBlocsFormsB span{
		background			: #ffffff;
	}
	.-jquery-miniature {
		text-transform		: uppercase;
	}

/* FORMULARIS */

.boxFormRec {
	margin-bottom			: 9px;
}
.titIputs {
	float					: left;
	width					: 169px;
	padding-right			: 4px;
	text-align				: right;
}
.inputsBox {
	float					: left;
}
.inputsBox textarea {
	width					: 750px;
	height					: 126px;
	background-color		: #ededed;
}
.inpputsBox input {
	width					: 276px;
}

form ol.numeric li div input {
	float:right;
}

.blockForm_div{
	position				: absolute;
	background-color		: #ffffff;
	width					: 600px;
	height					: 600px;
	display					: none;
}

/* TIPOGRAFIES */
.Arial12ptNormalBlack{ font-family: Arial; font-size: 12px; font-weight: normal; color: #000000; word-spacing: 0px; letter-spacing:0.1px; }
.Arial12ptBoldBlack{ font-family: Arial; font-size: 12px; font-weight: bold; color: #000000; word-spacing: 0px; letter-spacing:0.1px; }
.Arial13ptBoldBlack{ font-family: Arial; font-size: 13px; font-weight: bold; color: #000000; word-spacing: 0px; letter-spacing:0.1px; }
.Arial14ptBoldBlack{ font-family: Arial; font-size: 14px; font-weight: bold; color: #000000; word-spacing: 0px; letter-spacing:0.1px; }

.colorBlue{ color: #058ac1; }
.colorGreyStrong{ color: #333133; }
.colorGrey{ color: #636363; }