/*******************************************************************************
* SDP
* ANOTHER QUALITY SKIN BY KUOHU MEDIA  - www.kuohumedia.fi
*******************************************************************************/

/* IMPORT STYLES USED IN THE EDITOR MENU
*******************************************************************************/
@import "styles_editor.css";
@import "styles_layout.css";


/* GENERAL
*******************************************************************************/

body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:20px;
    margin:0px;
    padding:0px;
    width:100%;
}

body > #main {
    height:auto;}

p {
    margin: 10px 0px;
}


/* PAGE ELEMENTS
*******************************************************************************/
.clear {
	clear: both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

.footertext {
	padding:5px 5px 0px 5px;
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	line-height:16px;
	color:#BBBBBB;
}

/* FORMS
*******************************************************************************/
form {
	margin: 0px 0px 0px 0px;
	}

input { text-align:left; }

.footerlink {
	text-decoration:none;
	color:#bbbbbb;
}

.footerlink:hover {
	border-bottom: 1px dotted #666;
	color:#dddddd;
}

.kentta {
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	vertical-align:middle;
	margin:2px 0px 5px 0px;
	}

textarea.kentta {
	width:450px;
	margin:2px 0px 5px 0px;
}

.nappi {
	border: 1px solid #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
	color:#cc0000;
	margin:0px 2px 25px 0px;
	text-align:center;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}