
#wrapper{

	width:600px;

}

#title{

	color:#000000;

	font-size:40px;

	text-align:left;

    padding: 0px 10px;
	
	margin-left:20px;

}

span .required{
	color:red;
}

#title_success{
	
	color:#000000;

	font-size:38px;

	text-align:left;

    padding: 0px 10px;
	
	margin-left:20px;
	}


#form{

	width:550px;
	
	background-color:#FFF;

}

#link{

	line-height:40px;

	font-size:30px;

}



#link a{

	font-size:30px;

	color:#000;

	line-height:40px;

	text-decoration:none;

}



.fullTB{

	width:100%;

}



.nameTd{

	width:100px;

	text-align:right;

	padding:8px 0px;

	font-weight:bold;
	
	font-size:12px;

}



.inputTD{

	width:400px;

	text-align:left;

	padding:0px 0px 0px 20px;

}



.inputTD input{

	width:350px;

	border:1px solid #005488;

	color:#000;

}



.inputTD textarea{

	width:350px;

	border:1px solid #005488;

	color:#000;

}



.inputTD input.button{

	border:1px solid #005488;

	background-color:#000;

	color:#FFFFFF;

	cursor:pointer;

	font-weight:bold;

}



#fieldErrorMessage p{

	background-color:#000;

	color:#FFFFFF;

	font-weight:bold;

	padding:0px;

	margin:0px;

	border-bottom:1px solid #FFF;

}



#sentMessage{

    background-color:#000;

    color:#FFFFFF;

    padding:0px;

    margin:0px;

    border-bottom:1px solid #FFF;
	
	text-align:center;
	
	font:Arial, Helvetica, sans-serif;

}