/**
*** A Free Template by joomlajunkie.com
*** @version 1.0
*** @copyright (C) 2005-2006 by - Joomla Junkie
*** @web http://www.joomlajunkie.com
**/

/***This css file is usually used by Joomla,
however we structure our templates a little
differently for optimized use, for example:
We have seperated the template into 2 main css docs,

**For STRUCTURAL CSS, please see, layout.css 
(this contains the dimensions and main page
layout, only to be edited if you want to change
the page structure)

**For all graphical elements, typography, colors,
fonts and main joomla styles, edit this document
***/

/*TIP
**Use this (template_css.css) css document to add 
styles that will be used in the backend editor when
adding or editing content, this will help you maintain
a consistent look and feel throughout your website 
for more information, please email info@joomlajunkie.com*/

/* Form styles */
/* dark green */
div.lomake_otsikko {
  color: white;
  background-color: #96b831;
  width: 100%;
}
/* light green */
div.alavalinta {
  color: white;
  background-color: #bdce48;
  width: 50%;
}

p.lomake_otsikko {
  font-size: 12pt;
  font-weight: bold;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
}

div.alavalinta {
  margin-top: 5px;
}
p.alavalinta {
  font-size: 10pt;
  font-weight: normal;
  padding: 2px 2px 2px 2px;
  margin: 0px 0px 0px 0px;
}