* {
    font-family: arial;
    font-size: 11px;
    color: #222222;
}

html {
    padding: 0px;
    margin: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    background-image: url('bg.png');
    background-position: top;
    background-repeat: no-repeat;
    background-color: #e5e2d9;
}

.main {
    background-color: #ffffff;
    opacity:0.8;
    filter:alpha(opacity=80);
    margin: 5% auto;
    width: 540px;
    box-shadow: 0px 0px 10px #aaaaaa;
    padding: 40px;
    position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #909090;
}

.header {
    padding-bottom: 4px;
    font-size: 20px;
    border-bottom: 6px solid #333333;
    position: relative;
}

.content {
    padding: 4px 0px 10px 0px;
}

.footer {
    position: absolute;
    bottom: 40px;
}

table {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

td {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

tr {
    padding: 0px;
    margin: 0px;
}

input {
    margin: 0px 10px 0px 0px;
    vertical-align: -20%;
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #2f6bb4;
}

.bold {
    font-weight: bold;
}

.w_100 {
    width: 100%;
}

.f_right {
    float: right;
    font-size: inherit;
}

.f_left {
    float: left;
    font-size: inherit;
}

.clear {
    clear: both;
}

.pad_a_20 {
    padding-bottom: 20px;
}

.pad_a {
    padding-bottom: 10px;
}

.linkki {
	background-color: #a5b8da; background-image: -webkit-gradient(linear, left top, left bottom, from(#a5b8da), to(#7089b3));
	background-image: -webkit-linear-gradient(top, #a5b8da, #7089b3);
	background-image: -moz-linear-gradient(top, #a5b8da, #7089b3);
	background-image: -ms-linear-gradient(top, #a5b8da, #7089b3);
	background-image: -o-linear-gradient(top, #a5b8da, #7089b3);
	background-image: linear-gradient(to bottom, #a5b8da, #7089b3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a5b8da, endColorstr=#7089b3);
    border:1px solid #7d99ca; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	padding: 7px 10px 7px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	/*color: #313C9D;*/
	/*color:#FFF;*/
	/*font-size:larger;*/
	/*border:2px solid #7a7a7a;*/
	/*padding:4px;*/
	/*box-shadow:1px 1px 4px #000;*/
	box-shadow: 0px 0px 10px #aaaaaa;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

.linkki:hover {
    cursor: pointer;
    /*text-decoration: underline;*/
	border:1px solid #5d7fbc;
	background-color: #819bcb; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#819bcb), to(#536f9d));
	background-image: -webkit-linear-gradient(top, #819bcb, #536f9d);
	background-image: -moz-linear-gradient(top, #819bcb, #536f9d);
	background-image: -ms-linear-gradient(top, #819bcb, #536f9d);
	background-image: -o-linear-gradient(top, #819bcb, #536f9d);
	background-image: linear-gradient(to bottom, #819bcb, #536f9d);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#819bcb, endColorstr=#536f9d);
}

.linkki_u {
    text-decoration: underline;
}

.virhe {
    color: #ff0000;
}

.navi_linkit {
    font-size: 11px;
    padding-bottom: 20px;
}

.viesti {
    padding: 20px;
    width: 300px;
    margin: 10px 0px 10px 0px;
}

.pun_linkki {
    color: #C11313;
    font-weight: bold;
}

.viesti_menec {
    border: 1px solid #2C497A;
    float: right;
}

.viesti_vip {
    border: 1px solid #39782E;
    float: left;
}

.viestit_halytys {
    padding: 3px 7px;
    background-color: #FF0000;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

.kat_varoitus {
    display: none;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    border: 2px solid #FF0000;
    background-color: #FFDFDF;
}

.inputs  { 
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
-ms-border-radius: 3px; 
-o-border-radius: 3px; 
border-radius: 3px; 
-webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset; 
-moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset; 
-ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset; 
-o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset; 
box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset; 
-webkit-transition: all 0.5s ease; 
-moz-transition: all 0.5s ease; 
-ms-transition: all 0.5s ease; 
-o-transition: all 0.5s ease; 
transition: all 0.5s ease; 
background: #eeebeb ; 
border: 1px solid #C8C8C8; 
color: #565656; 
font: 13px Helvetica, Arial, sans-serif;
margin: 0 0 5px; 
padding: 5px 10px 5px 10px; 
width:270px; 
} 
 
.inputs:focus { 
-webkit-box-shadow: 0 0 2px #909090 inset; 
-moz-box-shadow: 0 0 2px #909090 inset; 
-ms-box-shadow: 0 0 2px #909090 inset; 
-o-box-shadow: 0 0 2px #909090 inset; 
box-shadow: 0 0 2px #909090 inset; 
background-color: #FFF; 
border: 1px solid #909090; 
outline: none; 
}
