/* TOP */


/*-----------------------------------------------
BASE IMPORT
-----------------------------------------------*/
@import url( base.css );

/*-----------------------------------------------
CONTACT TABLE
-----------------------------------------------*/

#contact{
 margin:0px ;
	padding:0px ;
}

#contact table{
 margin:0px auto;
	padding:0px ;
	width:700px ;
}

#contact th{
	margin:0px ;
	padding:10px 5px;
	text-align:right ;
	border-bottom:1px dotted #333333 ;
	width:140px ;
}

#contact td{
	margin:0px ;
	padding:10px 0px 10px 10px;
	border-bottom:1px dotted #333333 ;
}

/*-----------------------------------------------
ERROR
-----------------------------------------------*/

#error{
 margin:0px 0px 30px 0px;
	padding:0px;
	color:#CC0000 ;
	font-size:120% ;
	font-weight:700 ;
	text-align:center ;
}
