/* ### IvyFour 'ContactForm' CSS; modified for JestesmyAktywni.pl */
	/* ## Table before */
table#ContactInfo {
	
}

td#foundation {
	width: 305px;
}

#ContactInfo p {
	padding-left: 3px;
}

#ContactInfo td img {
	margin-bottom: 15px;
}

img#napiszdonas {
	margin: 15px 0 5px 0;
}

/* ## MAIN div */
div#ContactForm {
	margin-left: 15px;
	position: relative;
	/* make it parent for absolutely positioned MessageBox div */
}

/* -> and it's main table */
#ContactForm table.form {
	margin: 0 0 0 50px;
}

#ContactForm table.form td.left {
	text-align: right;
	padding: 4px 12px 0 0;
}

/* ## INPUT FORMS and TEXTAREAS holding divs */
#ContactForm div.textarea,#ContactForm div.input {
	width: 375px;
	background-color: #196BBC;
	border: 1px solid #6BA0D4;
}

#ContactForm div.textarea {
	height: 200px;
}

#ContactForm div.input {
	height: 27px;
}

/* ## INPUT FORMS and TEXTAREAS objects */
#ContactForm textarea,#ContactForm input {
	width: 365px;
	margin: 4px 5px;
	color: #92B7DC;
	background-color: #196BBC;
	font-size: 12pt;
	font-weight: bold;
}

#ContactForm textarea {
	height: 195px;
}

#ContactForm input {
	height: 18px;
}

/* ## SEND BUTTON object */
#ContactForm input.button {
	width: 126px;
	height: 27px;
	margin: 12px 0 0 0;
	padding: 0;
}

/* ## Message box */
#ContactForm div#MessageBox, div#MessageBox {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #196BBC;
	border: 1px solid #6BA0D4;
	color: #fff;
	text-align: center;
}

#MessageBox img {
	margin-top: 1em;
}
