
.PCSG_Contact .item {
	clear	: both;
	float	: left;
	margin	: 10px 0;
	width	: 540px;
	background: #F0F0EB;
	border	: 1px solid #EAEADA;
}
.PCSG_Contact .itemcontent { padding : 10px; }
.PCSG_Contact br {
	font-size: 1px;
}

.PCSG_Contact td {
	padding-bottom: 10px;
}

.PCSG_Contact label {
	display	: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 1px dashed #ACA5A3;
}

.PCSG_Contact input,
.PCSG_Contact select,
.PCSG_Contact textarea {
	border	: 1px solid #ACA5A3;
	padding	: 2px;
	width: 250px;
}

.PCSG_Contact input.active,
.PCSG_Contact select.active,
.PCSG_Contact textarea.active {
	border	: 1px solid #B6C5F2;
	background-color: #E4E8F2;
	padding	: 2px;
}

.PCSG_Contact textarea {
	width	: 510px;
	height	: 100px;
}

.PCSG_Contact input.input_big {
	width	: 510px;
}

.PCSG_Contact .submit {
	cursor	: pointer;
	width	: 100px;
}

.PCSG_Contact .message {
	background-color:#B6C5F2;
	border:1px solid #738FE6;
	color:#383B44;
	font-weight:bold;
	margin:10px 0pt;
	padding:10px;
	text-align:center;
}

.PCSG_Contact .item table {
	width: 100%;
}

