
.PCSG_Contact .item {
	clear	: both;
	float	: left;
	margin	: 10px 0;
	width	: 90%;
	padding	: 10px;
	background: #F0F0EB;
	border	: 1px solid #EAEADA;
}

.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;
}


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

.PCSG_Contact input { width: 205px;}
.PCSG_Contact select { width: 210px;}
.PCSG_Contact input.input_big { width : 420px;}
.PCSG_Contact input.checkbox { width: 20px; border: none; position: relative; top: 2px}
.PCSG_Contact p { line-height: 18px;}

.PCSG_Contact .submit {
	cursor	: pointer;
}

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

