@charset "utf-8";
#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    padding-left: 10px;
	padding-right: 10px;
	color: #666666;
	font-weight: bold;
}

#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #666666;
    width: 300px;
	color: #666666;
}

.thankyou {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
padding: 20px;
}

.title {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
font-size: 14px;
padding: 10px;
font-weight: bold;
}

.contact-box-top {
background-image: url(../images2/contact-box-top.png);
/*for i.e. */background-position: bottom;
background-repeat: no-repeat;
width: 350px;
height: 11px;
margin-left: 20px;
}

.contact-box-middle {
background-image: url(../images2/contact-box-middle.png);
background-repeat: repeat-y;
width: 350px;
margin-left: 20px;
padding-left: 10px;
padding-bottom: 0px;
}

.contact-box-bottom {
background-image: url(../images2/contact-box-bottom.png);
background-repeat: no-repeat;
width: 350px;
height: 13px;
margin-left: 20px;
}

.float-left {
float: left;
}

.clearfloat {
clear: both;
}

.float-right {
float: left;
}

.link {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
font-size: 13px;
padding-top: 20px;
padding-left: 5px
}

	.link a{
	color:#FFFFFF;
	text-decoration: none;
	}

	.link a:hover {
	color: #999999;
	}
