@import url(public.css);

/* BGN header */
.header .h_box {
	text-align: center;
	margin-bottom: 30px;
}
/* END header */

.content {
	color: #555;
}

.content a {
	color: #0047ca;
}

.content a:hover {
	color: #f60;
}

#contactForm {
	font-family: arial;
}
#contactForm .right {
	text-align: right;
}
.inputName, .inputEmail {
	width: 254px;
	height: 17px;
	overflow: hidden;
	line-height: 15px;
	padding: 2px 0 0;
	background: url(images/input_name.gif) no-repeat 0 50%;
	border: 1px solid #c6c6c6;
	padding-left: 43px;
	font-family: arial;
	font-size: 11px;
	color: #7b7b7b;
}
.inputEmail {
	background-image: url(images/input_email.gif);
}
.textareaComment {
	width: 593px;
	height: 112px;
	background: url(images/textarea_content.gif) repeat-x;
	border: 1px solid #c6c6c6;
	padding: 5px;
	overflow: auto;
	font-family: arial;
	font-size: 11px;
	color: #7b7b7b;
}
#contactForm .btnSubmit {
	display: block;
	width: 77px;
	height: 22px;
	overflow: hidden;
	text-indent: -999em;
	border: 0;
	padding: 0;
	background: url(images/contact_submit.gif) no-repeat;
}

.contactInfo p {
	margin: 20px 0 0;
	line-height: 2em;
}
.contactInfo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contactInfo li {
	line-height: 25px;
	padding-left: 70px;
}
.contactInfo li.yahoo {
	background: url(images/yahoo.gif) no-repeat 0 50%;
}
.contactInfo li.msn {
	background: url(images/msn.gif) no-repeat 42px 50%;
}
.contactInfo li.skype {
	background: url(images/skype.gif) no-repeat 45px 50%;
}
.contactInfo li.talk {
	background: url(images/talk.gif) no-repeat 22px 50%;
}
.contactInfo li span {
	color: #222;
}