.img_left {
	float: left;


	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.img_right {
	float: right;
	margin-left: 10px; 

	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.error_text {
	font-size: 12px;
	font-weight: bolder;
	color: #F00;
}
.textOsn img {

	border: 2px solid #fff;
}

.textOsn img:hover {
	background-color: transparent !important;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.65);
}

.textOsn table {
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 2px 2px;
	border-color: #000;
	margin-top: 10px;

} 
.textOsn thead {
	font-color: #FB9D2C;
	color: #99A4B3;
	font-size: 13px;
	margin: 3px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F05972;
}
.textOsn td {
	border: 1px solid #99A4B3;
	background-color:  #FFFFFF;
	padding: 2px;
	font-size: 13px;
	margin: 3px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dotted #A3A3A3;

    }