@charset "utf-8";
/* CSS Document */

form {
	width: 80%;
	margin-left: 0px;
}

table {
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.texinput {
	background-color: #FFF;
	height: 25px;
	width: 200px;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px solid #999;
}

textarea {
	height: 100px;
	width: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #999;
	background-color: #FFF;
}


tr {}


caption {
	background-color: #CCCCCC;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}
#container #content #wrapper hr {
	width: 550px;
}
.strong {
	color: #C00;
}

