.table, table tr, .table tr td {
	border-collapse: collapse;
	border: none;
	font-size: 12px;
}
.table {
	width: 460px;
}
.table textarea {
	border: 1px solid #dddddd;
	background: #f8f8f6;
}
.nick, .name {
	border: 1px solid #dddddd;
	background: #f8f8f6;
	width: 225px;
}
.submit-if {
	border: none;
	background: url(../button.jpg) no-repeat;
	width: 162px;
	height: 25px;
	color: White;
	font-weight: bold;
	cursor: pointer;
	padding-bottom: 5px;
}
.header {
	background-color: #dd0033;
	color: White;
	font-size: 20px;
	font-weight: bold;
	width: 500px;
}
.h-left {
	background: url(../left.gif) no-repeat;
	width: 15px;
	height: 26px;
	border: none;
}
.h-right {
	background: url(../right.gif) no-repeat;
	width: 15px;
	height: 26px;
	border: none;
}

.uu-fp-table {
	width: 100%;
	border: none;
	font-size: 12px;
}
.uu-fp-input {
	border: 1px solid silver;
	width: 300px;
}
.uu-fp-label {
	width: 160px;
	text-align: right;
	padding-left: 5px;
}
.uu-fp-submit {
	display: block;
	width: 160px;
	background: #dd0033;
	border: 1px solid #dd0033;
	padding: 2px 0 2px 0;	
	color: White;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.uu-fp-text {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 5px 0 5px 0;
	text-align: justify;
}
.uu-fp-table h3 {
	font-weight: bold; font-size: 16px; margin: 0;
	border: none;
}