@charset "UTF-8";

/*-----------------------------------
 	FILE NOT FOUND 404
 -----------------------------------*/
#not404{
	width:665px;
	background:#FFFFFF url(http://www.altastyle.com/common/images/top/box_bg.gif) repeat-y;
	height: 280px;
}
#not404 h4{
	font-size:14px;
	color:#f03f75;
	padding:15px 0px 10px 35px;
	background: url(http://www.altastyle.com/404error/images/dotline.gif) no-repeat center bottom;
	font-weight:bold;
	display: block;
}
#not404 ul{
	margin: 0px;
	padding:15px 0px 0px 35px;
}
#not404 li{
	padding:10px 0px 0px 7px;
	margin: 0px;
	list-style-type: none;
}
#not404 p{
	padding:10px 35px 25px 35px;
}
#not404 span{
	color: #f03f75;
}
