/* CSS Document */

.submit {
	background-color:#63BC1E;
	background-image:url(../img/button.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px none;
	color:white;
	cursor:pointer;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	height:18px;
	padding-left:15px;
}

body {
	background: #ffffff;
	margin-left: 20px;
	margin-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#content {
	width: 460px;
}
#content p {
	font-size: 10px;
	font-style: normal;
	color: #555555;
	margin: 5px 0 5px 0;
}
#content .p2 {
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
	font-variant:small-caps;
}
#content a {
	font-size: 10px;
	font-style: normal;
	text-decoration:none;
	color: #68bc1e;
}
#content a:hover {
	color: #509117;
}
#content .p_title {
	font-size: 11px;
	font-variant:small-caps;
	font-style: normal;
	font-weight: bold;
	color: #c4c4c4;
	margin: 5px 0 5px 0;
}
#content .p_title2 {
	font-size: 10px;
	font-style: normal;
	color: #555555;
	margin: 5px 0 5px 0;
	background: url(../img/bullet.gif) no-repeat top left;
	padding-left: 13px;
	background-position: 0 2px;
}
#content hr {
	color: #cecece;
	margin: 2px 0 2px 0;
	height: 1px;
}
#content .td1 {
	background: #e1e1e1;
	text-align:left;
	padding-left: 10px;
}
#content .td2 {
	background: url(../img/bgtitle.gif) no-repeat top left;
	text-align:left;
	padding-left: 10px;
}
#content .td3 {
	text-align:center;
	background: #f7f7f7;
	border: #e1e1e1 1px solid;
}
#content .td4 {
	text-align:center;
	border: #e1e1e1 1px solid;
}
#content .td5 {
	background: url(../img/bgtitle2.gif) no-repeat top left;
	text-align:left;
	padding-left: 10px;
}

input {
	font-size: 10px;
	font-style: normal;
	color: #555555;
}
textarea {
	font-size: 11px;
	font-style: normal;
	color: #555555;
	border: #d6dee0 1px solid;
}
.inutBorder {
	border: #d6dee0 1px solid;
}
