/* GENERAL */
BODY{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../../images/liikuntamatkat/bg.jpg);
}

BODY.print{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 5px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url('../../images/trans1x1.gif');
}


FORM{
	margin:0px;
	padding:0px;
}
INPUT{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}
INPUT.textfield{
	background-color: #FFFFFF;
	border: 1px solid #408080;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding: 0.2em;
}
INPUT.button{
	background-color: #6485B8;
	border-style: outset;
	border-width: thin;
	border-left-color: #C5D2DC;
	border-right-color: #C5D2DC; 
	border-top-color: #C5D2DC;
	border-bottom-color: #C5D2DC;
	padding: 0.1em;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
SELECT{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
}
TEXTAREA{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #408080;
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding: 0.2em;
}



TD{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}



/* GENRERAL LAYOUT STUFF */
TD.layout_content{
	background-color: #FFFFFF;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 18px;
}
TD.layout_bottombar{
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../../images/liikuntamatkat/bottom_bar.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
	/*padding: 5px;*/
}

.message_info {
	border: 2px dashed green;
	margin: 15px;
	padding: 10px;
	font-size: 8pt;
	font-weight: bold;
}
.message_error {
	border: 2px dashed red;
	margin: 15px;
	padding: 10px;
	font-size: 8pt;
	font-weight: bold;
}



/* CLOCK */
TD.clock	{
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}
#clock	{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-color: #6485B8;
}

TD.login, TD.login A {
	color: white;
	font-weight: bold;
	white-space: nowrap;
}




/* GENERAL MENU STUFF FOR ALL MENUS */
TD.menu_bg	{
	background-image: url(../../images/liikuntamatkat/left_menu_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0066cc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff9900;
}

TD.menu_bg2	{
	background-image: url(../../images/liikuntamatkat/right_bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: right top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0066cc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ff9900;
}



/* BASIC MENU (not DOM-menu) */
/* 1st level */
TD.menu_level_0{
	padding-left: 15px;
	height: 20px;
}
a.menu_level_0{
	color: #0066cc;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
a.menu_level_0:link    {
	text-decoration: none;
}
a.menu_level_0:visited {
	text-decoration: none;
}
a.menu_level_0:hover   {
	color: #FF9900;
	text-decoration: none;
}

TD.menu_level_0_hover{
	background-color: white;
	padding-left: 3px;
	text-decoration: none;
	color: #FF6600;
}

TD.menu_level_0_selected{
	padding-left: 15px;
	color: #FFFFFF;
	background-color: #FF9900;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	text-transform: uppercase;
}
a.menu_level_0_selected{
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_level_0_selected:link    {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_level_0_selected:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu_level_0_selected:hover   {
	text-decoration: none;
}

TD.menu_level_0_selected_hover	{
	background-color: white;

	border-bottom: 2px dotted;
	color: #000000;
	padding-left: 3px;
	text-decoration: none;
}


/* 2nd level */
TD.menu_level_1{
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.menu_level_1{
	font-size: 10px;
	color: #0066CC;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu_level_1:link    {
	text-decoration: none;
}
a.menu_level_1:visited {
	text-decoration: none;
}
a.menu_level_1:hover   {
	color: #FF9900;
	text-decoration: none;
}

TD.menu_level_1_hover{
	background-color: #FFFFFF;
}

TD.menu_level_1_selected{
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FF9900;
}
a.menu_level_1_selected{
	color: #FFFFFF;
	font-size: 10px;

}
a.menu_level_1_selected:link    {
	text-decoration: none;
}
a.menu_level_1_selected:visited {
	text-decoration: none;
}
a.menu_level_1_selected:hover   {
	text-decoration: none;
}

TD.menu_level_1_selected_hover{

}


/* 3rd level */
TD.menu_level_2{
	padding-left: 35px;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.menu_level_2{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: none;
	text-transform: uppercase;
}
a.menu_level_2:link    {
	text-decoration: none;
}
a.menu_level_2:visited {
	text-decoration: none;
}
a.menu_level_2:hover   {
	color: #FF9900;
	text-decoration: none;
}

TD.menu_level_2_hover	{
	background-color: white;
}

TD.menu_level_2_selected	{
	background-color: #FF9900;
	padding-left: 35px;
}
a.menu_level_2_selected{
	font-size: 10px;
	color: #FFFFFF;
}
a.menu_level_2_selected:link    {
	text-decoration: none;
}
a.menu_level_2_selected:visited {
	text-decoration: none;
}
a.menu_level_2_selected:hover   {
	text-decoration: none;
}

TD.menu_level_2_selected_hover{
	background-color: white;
}



/* DOMMENU */
/* Default Style */
DIV.domMenu_menuBar {
    /*border: solid #000000;  
    border-width: 1px 0 0 1px;*/
}
DIV.domMenu_menuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #2A4C7E;
	border-bottom: 1px solid #2A4C7E;
	border-left: 2px solid #2A4C7E;
    background-color: #6485B8;
    color: #FFFFFF;
    text-align: left;
    padding: 4px;
}
DIV.domMenu_menuElementHover {
	background-color: #FFFFFF;
	color: #000000;
}
DIV.domMenu_subMenuBar {
    border: solid #000000;  
    border-width: 1px 1px 1px 1px;
}
DIV.domMenu_subMenuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    font-weight: bold;
    border: solid #000000;  
    border-width: 0px 0px 0px 0px;
    background-color: #6485B8; 
    color: #FFFFFF;
    padding: 4px;
}
DIV.domMenu_subMenuElementHeading {
    font-weight: bold;
	text-align: right;
}
DIV.domMenu_subMenuElementHover {
    background-color: #FFFFFF;
    color: #000000;
}



/* PAGETITLES */
TD.pagetitle{
	background-color: #6485B8;
}

TD.pagetitle_text{
	font-size: 8pt;
	font-weight: bolder;
	color: white;
}

A.pagetitle_back{
	font-size: 8pt;
}
A.pagetitle_back:link    { color: white; font-weight: normal; text-decoration: none; }
A.pagetitle_back:visited { color: white; font-weight: normal; text-decoration: none; }
A.pagetitle_back:hover   { color: white; font-weight: normal; text-decoration: underline; }

/* where pagetitle is link (gallery etc) */
A.pagetitle_link{
	font-size: 8pt;
}
A.pagetitle_link:link    { color: white; font-weight: bolder; text-decoration: none; }
A.pagetitle_link:visited { color: white; font-weight: bolder; text-decoration: none; }
A.pagetitle_link:hover   { color: white; font-weight: bolder; text-decoration: underline; }



/* NAVIGATION */
A.navigation{
	font-size: 8pt;
}
A.navigation:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.navigation:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.navigation:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: underline; }

TD.pagenumber{
	background-color: white;
	border: 1px solid white;
	font-weight: bolder;
	padding: 1px 2px 1px 2px;
}
A.pagenumber{
	font-size: 8pt;
}
A.pagenumber:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.pagenumber:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.pagenumber:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: underline; }

TD.pagenumber_selected{
	background-color: #7C9BC2;
	border: 1px solid black;
	font-weight: bolder;
	padding: 1px 2px 1px 2px;
}
A.pagenumber_selected{
	font-size: 8pt;
}
A.pagenumber_selected:link    { color: white; font-weight: bolder; text-decoration: none; }
A.pagenumber_selected:visited { color: white; font-weight: bolder; text-decoration: none; }
A.pagenumber_selected:hover   { color: white; font-weight: bolder; text-decoration: underline; }



/* ARTICLES */
TD.artic_list{
	background-color: white;
	font-size: 8pt;
	font-weight: bolder;
	color: #2A4C7E;
}
A.artic_list_title{
	font-size: 8pt;
}
A.artic_list_title:link			{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_list_title:active		{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_list_title:visited		{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_list_title:hover		{color: #2A4C7E; font-weight: bolder; text-decoration: underline;}

A.artic_readmore{
	background-color: #6485B8;
	border: 1px solid #2A4C7E;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
}
A.artic_readmore:link		{color: white; font-weight: bolder; text-decoration: none;}
A.artic_readmore:visited	{color: white; font-weight: bolder; text-decoration: none;}
A.artic_readmore:hover		{color: white; font-weight: bolder; text-decoration: none;}


TD.artic_title	{
	background-color: white;
	font-size: 8pt;
	font-weight: bolder;
	color: #2A4C7E;
}
A.artic_title{
	font-size: 8pt;
}
A.artic_title:link			{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_title:active		{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_title:visited		{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_title:hover			{color: #2A4C7E; font-weight: bolder; text-decoration: underline;}




/* FRONTPAGE ARTICLES */
TD.index_artic_heading{
	font-weight: bold;
	font-style: italic;
	background-color: #6485B8;
	color: #FFFFFF;
	padding: 0.2em;
	padding-left: 0.4em;
}


/* FRONTPAGE RIGHT PANEL*/
TD.index_rightpanel	{
	border-left: 1px solid black;
}
TD.index_rightpanel_heading	{
	font-weight: bold;
	font-style: italic;
	background-color: #6485B8;
	color: #FFFFFF;
	padding: 0.2em;
	padding-left: 0.4em;
}
A.index_rightpanel_link{
	font-size: 8pt;
}
A.index_rightpanel_link:link		{color: #2A4C7E; font-weight: normal; text-decoration: none;}
A.index_rightpanel_link:active		{color: #2A4C7E; font-weight: normal; text-decoration: none;}
A.index_rightpanel_link:visited		{color: #2A4C7E; font-weight: normal; text-decoration: none;}
A.index_rightpanel_link:hover		{color: #2A4C7E; font-weight: normal; text-decoration: underline;}



/* GALLERY */
A.gallery_folder{
	font-size: 8pt;
}
A.gallery_folder:link    { color: #000000; font-weight: normal; text-decoration: none; }
A.gallery_folder:visited { color: #000000; font-weight: normal; text-decoration: none; }
A.gallery_folder:hover   { color: #000000; font-weight: normal; text-decoration: underline; }

A.gallery_image{
	font-size: 8pt;
}
A.gallery_image:link    { color: #000000; font-weight: normal; text-decoration: none; }
A.gallery_image:visited { color: #000000; font-weight: normal; text-decoration: none; }
A.gallery_image:hover   { color: #000000; font-weight: normal; text-decoration: underline; }

TD.gallery_pic_title{
	background-color: #6485B8;
	font-size: 8pt;
	font-weight: bolder;
	color: white;
	padding: 2px 2px 2px 3px;
}



/* SEARCH */
TD.search_sectiontitle	{
	background-color: #C7CDFC;
	border: 1px solid;
	font-weight: bold;
	color: #2A4C7E;
}

A.search_result{
	font-size: 8pt;
}
A.search_result:link    { color: #2A4C7E; font-weight: normal; text-decoration: none; }
A.search_result:visited { color: #2A4C7E; font-weight: normal; text-decoration: none; }
A.search_result:hover   { color: #2A4C7E; font-weight: normal; text-decoration: underline; }



/* SITEMAP */
A.sitemap_link{
	font-size: 8pt;
}
A.sitemap_link:link    { color: #000000; font-weight: normal; text-decoration: none; }
A.sitemap_link:visited { color: #000000; font-weight: normal; text-decoration: none; }
A.sitemap_link:hover   { color: #000000; font-weight: normal; text-decoration: underline; }



/* LINKS-MODULE */
a.lh_kategoria {
	font-size: 11px;
	text-decoration: none;
}
a.lh_kategoria:link    { color: #000000; font-weight: bolder; text-decoration: none; }
a.lh_kategoria:visited { color: #000000; font-weight: bolder; text-decoration: none; }
a.lh_kategoria:hover   { color: #000000; font-weight: bolder; text-decoration: underline; }

a.lh_url_nakyva {
	font-size: 10px;
	color: #3D679A;
}
a.lh_url_nakyva:link    { color: #3D679A; font-weight: normal; text-decoration: none; }
a.lh_url_nakyva:visited { color: #3D679A; font-weight: normal; text-decoration: none; }
a.lh_url_nakyva:hover   { color: #3D679A; font-weight: normal; text-decoration: underline; }



/* GUESTBOOK */
TD.gb_topic{
	background-color: #6485B8;
	color: white;
	font-size: 8pt;
	padding: 2px 2px 2px 3px;
}
TD.gb_content{
	background-color: white;
	color: black;
	font-size: 8pt;
	padding: 1px 1px 5px 3px;
}
TD.gb_sign_guestbook{
	border: 1px solid #2A4C7E;
	background-color: #6485B8;
	color: white;
	padding: 2px 5px 2px 5px;
}
A.gb_sign_guestbook{
	font-size: 8pt;
}
A.gb_sign_guestbook:link    { color: white; font-weight: bolder; text-decoration: none; }
A.gb_sign_guestbook:visited { color: white; font-weight: bolder; text-decoration: none; }
A.gb_sign_guestbook:hover   { color: white; font-weight: bolder; text-decoration: none; }




/* FORUM */
A.forum_cattree_link{	/* exp. forum >> category*/
	font-size: 8pt;
}
A.forum_cattree_link:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_cattree_link:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_cattree_link:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: none; }

TD.forum_cat_topic{		/* on forum frontpage*/
	border: 1px solid #2A4C7E;
	background-color: #6485B8;
	font-weight: bolder;
	color: white;
	padding: 2px 5px 2px 5px;
}
TD.forum_cat_bg{		/* bg of category-topic*/
	border: 1px solid #2A4C7E;
	background-color: white;
	color: black;
	padding: 2px 5px 2px 5px;
	height: 50px;
}
TD.forum_cat_name{		/* category name on frontpage cat-list */
	background-color: white;
	color: black;
	padding: 2px 5px 2px 5px;
}
A.forum_cat_link{		/* category link*/
	font-size: 8pt;
}
A.forum_cat_link:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_cat_link:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_cat_link:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: none; }

TD.forum_cat_info{		/* info of category (total messages) */
	color: black;
	padding: 2px 5px 2px 5px;
}

TD.forum_msglist_topic{		/* topic, nickname, total replies */
	font-size: 8pt;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 2px 2px 2px 2px;
}


TD.forum_msglist_1{		/* msg list where user has selected category line 1 */
	font-size: 8pt;	
	color: #000000;
}

TD.forum_msglist_2{		/* msg list where user has selected category line 2 */
	font-size: 8pt;	
	color: #000000;
	background-color: #D7D8DD;
}

TD.forum_msgtree_topic{		/* topic, nickname, total replies */
	font-size: 8pt;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 2px 2px 2px 2px;
}

TD.forum_msgtree_1{		/* msg tree under chosen message line 1 */
	font-size: 8pt;	
	color: #000000;
	padding:2px;
}

TD.forum_msgtree_2{		/* msg tree under chosen message line 2 */
	font-size: 8pt;	
	color: #000000;
	background-color: #D7D8DD;
	padding:2px;
}

A.forum_msg_link{		/* link to message */
	font-size: 8pt;
}
A.forum_msg_link:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_msg_link:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_msg_link:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: none; }

A.forum_msg_link_selected{	/* link to message (selected message) */
	font-size: 8pt;
}
A.forum_msg_link_selected:link    { color: black; font-weight: bolder; text-decoration: none; }
A.forum_msg_link_selected:visited { color: black; font-weight: bolder; text-decoration: none; }
A.forum_msg_link_selected:hover   { color: black; font-weight: bolder; text-decoration: none; }

TD.forum_msg_bg	{ /* open message whole cell bg*/
	background-color: white;
	border: 1px solid #999999;
	padding: 0px;
}
TD.forum_msg_topic	{	/* open message topic */
	background-color: #6485B8;
	font-size: 8pt;	
	font-weight: bolder;
	color: white;
	padding: 2px 2px 2px 2px;
}
TD.forum_msg_info	{	/* open message info (nickame, time) */
	background-color: #D7DCFD;
	font-size: 7pt;
	font-weight: bolder;
	color: black;
	padding: 2px 2px 2px 2px;
}
TD.forum_msg_content{		/* open message content */
	font-size: 8pt;
	color: black;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
TD.forum_msg_functions	{	/* bg of reply to message, inform of bad message */
	background-color: #D7DCFD;
	padding: 2px 3px 2px 3px;
}
A.forum_msg_function{		/* reply to message, inform of bad message*/
	font-size: 8pt;
}
A.forum_msg_function:link    { color: #2A4C7E;	font-weight: bolder;	text-decoration: none; }
A.forum_msg_function:visited { color: #2A4C7E;	font-weight: bolder;	text-decoration: none; }
A.forum_msg_function:hover   { color: black;	font-weight: bolder;	text-decoration: underline; }

TD.forum_add_new{		/* bg of add new topic or message */
	border: 1px solid #2A4C7E;
	background-color: #6485B8;
	color: white;
	padding: 2px 5px 2px 5px;
}
A.forum_add_new{	/* add new topic or message */
	font-size: 8pt;
}
A.forum_add_new:link    { color: white; font-weight: bolder; text-decoration: none; }
A.forum_add_new:visited { color: white; font-weight: bolder; text-decoration: none; }
A.forum_add_new:hover   { color: white; font-weight: bolder; text-decoration: none; }

TD.forum_form_topic{		/* topic of form of new message or topic */
	background-color: #6485B8;
	border: 1px solid #999999;
	font-size: 8pt;	
	font-weight: bolder;
	color: white;
	padding: 2px 2px 2px 5px;

}





/* KAMERAT */
div.slideshow {
        position: relative;
        width: 99%;
        background: #e3e3e3 url('../../images/play_tr.jpg') no-repeat top right;
        border: 1px solid black;
}

div.topbar {
        background: url('../../images/play_tl.jpg') no-repeat top left;

        height: 23px;
        margin-bottom: 5px;
}
.showimage {
        width: 100%;

}

.showinfo {
        margin-left: 10px;
        font-weight: bold;
        font-size: 12px;
}
.showcontent td {
        vertical-align: top;
}
.showmenu {
        padding-left: 10px;
        padding-top: 18px;
        width: 170px;
}

.slideshow .windowbuttons {
        position: absolute;
        top: 5px;
        right: 5px;
}

.slideshow .controls {
        clear:both;
        position: relative;
        background: url('../../images/play_br.jpg') no-repeat bottom right;
        margin-top: -10px;
        padding-left: 7px;
}

.slideshow .controls .buttons {
        position: relative;
        background: url('../../images/play_bl.jpg') no-repeat bottom left;
        margin-left: -7px;
        padding-left: 5px;
        height: 34px;

}

.slideshow .controls .buttons img {
        position: relative;
        top: 2px;
        margin-left: -3px;
        margin-top: 2px;
}

.slideshow .controls .zoom {
        position: absolute;
        left: 230px;
        top: 11px;
        font-weight: bold;
        white-space: nowrap;
}
.slideshow .controls .zoom img {
        margin: 0px;
}



div.calendarbox {
        position: relative;
        border: 1px solid black;
        background: #cadde3;
        width: 145px;
        padding: 1px;
        text-align: center;
}

.curdate {
        background: #eff8ff;
        margin-bottom: 1px;
}

table.calendar {
    border-collapse:collapse
}

table.calendar th {
    color: black;
    font-weight: bold;
        background: #93b0b6;
}
table.calendar td {
    border: solid 1px #cadde3;
    padding:2px;
        cursor: pointer;
}

.othermonth {
    color: #a8a8a8;
    background-color: #d3d3d3;
}

.thismonth {
    background-color: #ffffff;
}
.picday {
    background-color: #aacc99;
}


.today {
    background: #ff9999;
}

.selected, .weekselected {
        background: #99ff99;
}

.week {
        background: #93b0b6;
}

.datelink {
        text-decoration: none;
        color: black;
        font-weight: bold;
        font-size: 11px;
}


/* KAMERAT LOPPUU */

.pwdform {
	width: 80%;
	margin: auto;
}
