
.PCSG_Contact .item {
	clear	: both;
	float	: left;
	margin	: 10px 0;
	width	: 650px;
	padding	: 10px;
	border-color: #814646;

	background-color: #000;

	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.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;
	margin  : 10px;
}


.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	: 620px;
	height	: 100px;
}

.PCSG_Contact input { width: 290px; }
.PCSG_Contact input.input_big { width: 620px; }

.PCSG_Contact .submit {
	cursor : pointer;
	width  : 150px;
	margin-left : 260px;
	clear  : both;
}

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


