@charset "UTF-8";
/* CSS Document */

#form{
	margin-left:20px;
}

form textarea{
	
	border: 0px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	height: 20px;
	overflow: hidden;
	color:#A0A0A4;
	
}

#line_wrap {

	height: 33px;
	width: 410px;

}

form #long {

	width: 390px;
	background-color:#263e53;

}

form #short {

	width: 119px;
	background-color:#263e53;
	margin-bottom: 4px;

}

form #custom1 {

	width: 245px;
	background-color:#263e53;
	margin-bottom: 4px;
	margin-left: 2px;

}


form #viesti {

	width: 395px;
	height: 100px;
	background-color:#263e53;

}


form input {
	
	background-color:#263e53;
	color:#FFF;
	width: 100px;
	height: 25px;
	border: 0px;
	font-size:13px;
	
}
