<title>tausta</title>
<style type="text/css">

a { color: #eee; text-decoration: none;}
/*a:hover {
    /*text-decoration: underline;
    border-bottom: 1px dashed #1c1c1c;
}*/


.block{
    background-color: white;
    margin-bottom:25px;
    padding:10px;
}

.block_main {
    background-color: #707070;
    text-shadow: 1px 1px 0 black;
    padding: 20px;

}

.block_main_2 {
    background-color: #707070;
    text-shadow: 1px 1px 0 black;
    padding-top: 20px;
	padding-left: 50px;

}

.block_main p {
    margin: 10px 0 10px 0;
    box-shadow: inset -7px 0 10px rgba(114,114,114, 0.4);
}


.rounded{
    -moz-border-top-left-radius:12px;
    -webkit-border-top-left-radius:12px;
    border-top-left-radius:12px;
	
	-moz-border-bottom-left-radius:12px;
    -webkit-border-bottom-left-radius:12px;
    border-bottom-left-radius:12px;
}

.block_footer {
    float: right;
    position: relative;
    padding: 10px; 
    margin-top: 0px;
}

ul { list-style-type: none; }
ul li { padding: 6px 0 6px 0; border-bottom: 1px solid #eee;  font-size: 15px; }
.name { color: #1c1c1c; font-weight: bold; font-family: Eurostyle; width: 160px; margin-left: 36px;}
.name_in_feed { font-size: 18px; color: #f2f2f2; width: 200px;}
.name2 { color: #ccc; font-family: Eurostile;}
.date { color: #e8e8e8 font-family: Eurostile; margin-right: 3%; font-size: 12px; width: 100px; }
.comment { color: #1c1c1c; font-family: eurostyle; margin-left: 12px; height: 15px;  width: 260px;}
.comment_in_feed {color: #1c1c1c; font-family: eurostyle;}
.submit {font-size: 14px; margin-left:10px;}
input {font-family: Eurostile; font-size:12px; margin: 10px 5px 10px 5px; }
.comment {font-family: Eurostile; margin-left: 10px;}

</style>