#colum1{
	width:220px;
}

#colum2{
	width:549px;
}

#colum1 img{
	margin:15px;
	width:190px;
	height:190px;
}

#content{
	display:block;
	margin:20px 40px 50px 30px
}

#colum2 form{
	margin:20px 0 0 0;
}

#colum2 form label{
	display:block;
	float:left;
	width:40px;
}

#colum2 input{
	width:350px;
}
#colum2 textarea{
	width:350px;
	height:50px;
}

#colum2 input.button_pt{
	display:block;
	width:68px;
	height:23px;
	margin:0 0 0 40px;
	background: url('/img/send_pt.gif') no-repeat;
}

#colum2 input.button_en{
	display:block;
	width:68px;
	height:23px;
	margin:0 0 0 40px;
	background: url('/img/send_en.gif') no-repeat;
}

#colum2 input.button_de{
	display:block;
	width:68px;
	height:23px;
	margin:0 0 0 40px;
	background: url('/img/send_de.gif') no-repeat;
}

#message{
	font-size:14px;
	color:#103177;
}







