@charset "ISO-8859-1";
@import url(bottom.css);

/* @group Index page */

.attTextDeco{
	border-left: 5px solid #003677;
	padding-left: 10px;
}


/* @end */

/* @group form */

#inqInput table{
	width: 720px;
	border-collapse: collapse;
	background: #fafafa;
	margin: 20px 0 ;
	border-bottom:  solid 1px #ccc;
}

#inqInput table th,
#inqInput table td{
	padding: 12px ;
	border-top:  solid 1px #ccc;
}
#inqInput table th{
	text-align: left;
}
#inqInput table th span{
	color: #f00;
}
#inqInput table td input{
	line-height: 2em;
}
#inqInput #submitBtn{
	text-align: center;
}
#inqInput #submitBtn input{
	margin: 0 12px;
}

/* @end */


