/* 
    Document   : erori_import
    Created on : Dec 17, 2010, 11:29:07 AM
    Author     : ioana.cucuruzan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.erori_import {
	border-bottom: solid 1px #C5D7E5;
	display: block;
	width: 750px;
	margin-top: 18px;
	}

.erori_import h3 {
	color: #1C7AC4;
	background: url(../images/icon_arrow_right_title.jpg) no-repeat center left;
	padding-left: 20px;
	font-size:1em;
	margin-bottom: 15px;
	}
.erori_import img {
	margin: 20px;
	}
.no-margin {
	margin: 0;
	}