@CHARSET "UTF-8";

#conContactAddress {
	float: left;
	width: 300px;
}

	#conContactAddress p {
		line-height: 20px;
	}
	
#conContactLogo {
	float: left;
	width: 200px;
	height: 140px;
	background: transparent url('../_images/img_logo_global_sudetynet.gif') no-repeat center;
}

#tblPricelist {
	width: 100%;
	border: none;
}

	#tblPricelist th.bottomLine {
		border-bottom: 1px solid #e3ece3;
	}
	
	#tblPricelist th.conPriceName {
		text-align: left;
		padding: 5px 0px;
	}
	

.formContact fieldset {
	border: 0;
}

.formContact .conOne {
	margin: 3px 0;
}

.formContact .conOne label {
	float: left;
	width: 55px;
	text-align: right;
	margin-right: 10px;
}

.formContact .conOne label.error {
	width: 110px;
	color: red;
	margin-left: 5px;
	text-align: left;
}

.formContact .conOne input, .formContact .conOne textarea, .formContact .conOne select {
	float: left;
	width: 320px;
	background-color: #fff;
	border: #000 1px solid;
	font-size: 11px;
	font-family: Verdana;
}

.formContact .conOne input.error, .formContact .conOne textarea.error {
	background-color: #FCF4E5;
}

.formContact #sSubmit {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#conErrorInfo{
	text-align: center;
	font-size: 12px;
	height: 25px;
	color: #f00;
	font-weight: bold;
}

#conThx {
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}