/* tyylitiedosto Tamron Optima-kirjautumissivulle */


body {
	background-image: url(/learning/html/login/extras/koulutusavain/koulutusavaintausta.png);
	background-repeat: repeat;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	
}

.logo {
	width: 1024px;
	padding: 20px;
	padding-left: 20px;
	text-align: left;
}

.outer {
	width: 1024px;
	min-height: 600px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #ffffff;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	-moz-box-shadow: 1px 1px 5px 5px #ccc;
	-webkit-box-shadow: 1px 1px 5px 5px #ccc;
	box-shadow: 1px 1px 5px 5px #ccc;
}


.inner {
	background-image: url(/learning/html/login/extras/koulutusavain/innerbg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	padding-top: 10px;
	min-height:595px;
	border: 1px solid #fff;
	/*background-color: #F4F9FD;*/
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em ;
	border-radius: 1em 1em 1em 1em;
}

.footer {
	width: 1024px;
	padding: 10px;
	padding-left: 30px;
	text-align: left;
}

.loginarea {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	padding-left: 20px;
	padding-top: 20px;
	width:20%;
}

.notesarea {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	padding-left: 20px;
	padding-top: 20px;
	width: 80%;
}

td {
	font-family: arial, verdana;
	font-size: 10pt;
	padding: 0px;
}

a {
	text-decoration: none;
}

.footerlink {
	font-family: arial, verdana;
	font-size: 12pt;
	text-decoration: none;
	color: #bbbbbb;
	font-weight:normal;
}

.footerspan {
	font-family: arial, verdana;
	font-size: 12pt;
	text-decoration: none;
	color: #bbbbbb;
	font-weight:normal;
}

.header {
	font-family: arial, verdana;
	font-size: 16pt;
	color: #9A9A9A;
}

.mainframe2 {
	width: 100%;
	display: block;
	padding: 0px;
	font-family: arial, verdana;
	font-size: 14pt;
	color: #5E5E5E;
	border-bottom: 1px #4B348A solid;
}

.maiframe1 {
	width: 100%;
	display: block;
	vertical-align: top;
	padding: 0px;
	font-family: arial, verdana;
	font-size: 10pt;
}


input.txt{
	color:#000000;
	background-color: #ffffff;
	border: 1px solid #a4a4a4;
	width: 160px;
}
input.btn{
	width:162px;
	height: 45px;
	background-color: #eeeeee;
	border: 1px solid #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	background: #a295c8; /* Old browsers */
	background: -moz-linear-gradient(top,  #a295c8 0%, #a295c8 0%, #8572b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a295c8), color-stop(0%,#a295c8), color-stop(100%,#8572b4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a295c8 0%,#a295c8 0%,#8572b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a295c8 0%,#a295c8 0%,#8572b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a295c8 0%,#a295c8 0%,#8572b4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a295c8 0%,#a295c8 0%,#8572b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a295c8', endColorstr='#8572b4',GradientType=0 ); /* IE6-9 */
}	

input {
	padding-left: 0px;
	margin-left: 0px;
	width: 120px;
}

.tdinstruction {
	color: #000000;
	font-weight: normal;
	font-family: Arial, verdana, helvetica;
	font-size: 10pt;
	background-color: #FFFDBC;
	padding-left: 5px;
	padding-top: 2px;
	vertical-align: top;
	border-top: 1.0px #919191 solid;
	border-right: 1.0px #919191 solid;
	border-bottom: 1.0px #919191 solid;
	border-left: 1.0px #919191 solid;
}
