/*---------------------------------------------------------------------------
 Forms CSS / Based on Blueprint CSS Framework 0.7.1
 http://blueprintcss.googlecode.com
 
 version:    0.7.1
 date:       00/00/00
 author:     Author Name
 website:    http://www.onsaweb.com
 ---------------------------------------------------------------------------*/

label       {
	color: #CCC;
	font-size: 1.2em;
	margin-bottom: 0.3em
}
fieldset    {
	padding:0.5em;
	margin: 0 0 1.5em 0;
	border: 1px solid #535353;
	background-color: #202020;
}
legend      { font-weight: bold; font-size:1.2em; color: #666666;}


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea {
  margin:0.2em 0;
  border:1px solid #bbb;
}
select {
	border:1px solid #626262;
	font-size:11px;
	margin-top: 0.2em;
	margin-right: 0px;
	margin-bottom: 0.2em;
	margin-left: 5px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #202020;
	color: #CCC;
}
input.radio, input.checkbox {
	vertical-align: text-bottom;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
/*textarea      { width: 390px; height: 250px; padding:5px; }*/

select {
	padding:4px;
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success,
.epaonnistui,
.onnistui    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .epaonnistui, .eiSallittuTapa      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success, .onnistui    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a, .onnistui a  { color: #264409; }


/* Replaced input elements
-------------------------------------------------------------- */
div.text-input {
	float: left;
	position: relative;
	width: 140px;
	padding-left: 5px;
	height: 25px;
	margin-top: 5px;
/*	margin-top: -4px;*/
	overflow: hidden;
	background: transparent url(../images/input-text_left.gif) no-repeat left top;
}
div.text-input input {
	float: right;
	width: 100%;
	height: 29px;
	position: relative;
	color: #404040;
	font-size: 1.1em;
	/*	font-size: 12px !important;*/
	border: none;
	outline: none;
	background: transparent url(../images/input-text_right.gif) no-repeat right top;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

/* muita kenttien määrityksiä
-------------------------------------------------------------- */

.text_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	background-image: url(../images/textfield_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	border: 0px;
	border: none;
	padding-top: 4px;
	margin: 0px;
	background-color: transparent;
}

.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1A607D;
	text-decoration: none;
	background-image: url(../images/textarea_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 92px;
	width: 432px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	border: 0px;
	border: none;
	margin: 0px;
}

.button {
	background-color:#328EB4;
	font-weight: normal;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6A8BC8;
	border-right-color: #375997;
	border-bottom-color: #375997;
	border-left-color: #6A8BC8;
	height: 19px;
	font-size: 11px;
	padding-bottom: 2px;
}

.button_reset {
	background-color:#97B4BD;
	font-weight: normal;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BBCFD5;
	border-right-color: #749BA7;
	border-bottom-color: #749BA7;
	border-left-color: #BBCFD5;
	height: 19px;
	font-size: 11px;
	padding-bottom: 2px;
}
