#BigCatTitle
{
	font-family:Times New Roman;
	font-size:24px;
	font-weight:bold;
	color:#FE0202;
	width:100%;
	border-bottom:1px #DDD7C5 dashed;
	padding-bottom:5px;
	margin-bottom:15px;
}
#CtButton
{
	margin:10px 0 10px 0;
}
#CtButton a,
#CtButton input
{
	color:#0368ae;
	padding: 2px 15px;
	background-color: #f1f2ed;
	border: solid 1px #003c73;
	text-decoration: none;
	font-weight: bold;
}
#CtButton a:hover,
#CtButton input:hover
{
    background-color: #fff;
    color: #003c73;
}
#CtButton input
{
	padding: 1px 10px;
}
.CtLine
{
	display:table;
	width:90%;
	margin: 2px 0px;
}
.CtField
{
	float:left;
	width:180px;
	font-family:Verdana;
	font-size:11px;
	color:#272727;
	font-weight:normal;
	padding-top:2px;
	text-align: right;
	padding-right: 15px;
}
.CtField span span
{
	font-weight:normal;
}
.CtInput
{
	display:block;
	width:300px;
	float:left;	
}
.CtInputNEW
{
	display:block;
	width:300px;
	float:left;
}
.CtInput input
{
	width:100%;
	height: 16px;
	margin: 0;
	padding: 3px 2px 0px 2px;
	border: solid 1px #7e9eb7;
}
.CtInput input[type=file]
{
    height: 21px;
}
.CtInput textarea
{
	width:100%;
    height: 120px;
	border: solid 1px #7e9db9;
	padding: 3px 2px 2px 2px;
}
.CtInput select
{
    width: 102%;
    border: solid 1px #7e9db9;
    height: 21px;
    padding-top: 2px;
}
.CtInput img
{
	border:none;
	float:left;
	margin-right:5px;
}
.CtInput span
{
	margin:5px 0 5px 0px;
}
.markred
{
	color:Red;
}
/* Feed back */
.feedback #Title
{
    font-weight: bold;
    font-size: larger;
    color: #056ab0;
    padding: 5px 0px;
}
.feedback .CtLine .CtField
{
    width: 120px;
}
.topcontent-contact
{
	border-bottom: solid 1px #95C0E0;
	line-height: 14px;
}
.topcontent-contact div
{
	line-height: 20px;
	text-align: center;
}
.contact-content
{
	width: 100%;
}
.contact-content
{
	margin:auto;
	padding-top:50px;
}
.contact-content .CtLine
{
	width: 100%;
	padding:5px 0px;
	float:left;	
}
.contact-content .CtLine .CtInput
{
	float:left;
}
.contact-content .CtLine .CtField
{	
	width: 25%;
	float:left;
}
.textbox-contact
{
	width:214px;
	border:solid 1px #7E9EB7;
}
.contact-content .CtLine .CtField .markred
{	
	color:#E67817;
}
