
/* 
    Created on : 03/05/2014, 02:10:22
    Author     : Acacio Fagundes (suporte@futurasites.com.br)
*/

#img_error {
    position: relative;
    top:100px;
    left: 200px;
    float: left;
}

#info_error {
    position: relative;
    top: 100px;
    left: 260px;
    width: 600px;
}


#info_error a {
	text-decoration: none;;
	color: #000000;
	font-weight: bold;
}
#info_error a:hover {
	text-decoration: underline;
}