/******************************* Yldasjad *************************************/

body{
  font-family: arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  color: #676;
  margin:0;
  padding:0;
}
div#konteinerVorm{
	margin:0 auto;
	width:550px;
	}
div#validNupud{
	display:block;
	position:relative;
	height:70px;
	width:570px;
	float:none;
}

p{/*imp MJ*/
	float:left;
	display:block;
	padding-left:20px;
	display:compact;
	text-align:justify;
}
p {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
}
h1 { font-size: 200%; letter-spacing: -2px; margin-bottom: 20px; }

h2 { font-size: 180%; letter-spacing: -1px; margin-bottom: 20px; }

h3 { font-size: 150%; letter-spacing: -1px; margin-bottom: 20px; }

h4 { font-size: 120%; letter-spacing: -1px; margin-bottom: 20px; font-weight:bold;}

a { 
  outline:none;
  color: #B9D420;
  text-decoration: none;
  border-bottom: 1px dotted #B9D420;
}
a:visited { color: #B9D420; }
a:hover { 
  /*color: #ffffff; 
  background-color:#ff5398;*/
  color: #009900;
  border-bottom: 1px solid; 
}

strong {
  font-weight:bold;
}

em {
  font-style: italic;
}
cite {
  font-weight: bold;
}

pre {
  padding: 10px;
  font-size: 11px;
  background-color:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
  line-height:140%;
 
  /* make lines wrap in pre tag - browser specific so not valid css - lousy browsers */
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla al 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* IE 5.5+ */
}

code {
  font-family: monaco,"lucida console","courier new",courier,serif;
  font-size-adjust: none;    
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
}

/*********************************** VORMID *****************************************/

label { font-weight: bold; }

input, select {
  width:250px; /* MJ imp >200px*/
}

.nupp {
	width:187px;
	border: 0;
	padding:0;
	margin:0 0 0 150px;/* 171px->*/
}
input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(../i/inputBg.gif) top left no-repeat;
  margin-top:2px;
  	float:left;/* MJ*/
}
input.checkbox {
  width:15px;
  background:none;
  border:0;
}
input.radio_button {
  width:15px;
  background:none;
  border:0;
}
fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#676;
}

/********************************** LOETELUD **************************************/
ol, ul, dl {
  padding-left: 30px;
}

dd {
  margin:0 0 4px 0;
  background-color: #eeeeee;
  padding:10px;
}
/********************************* JAVA_VORMI_VALIDEERUMINE *************************************/

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}


/****************** MARGINI ABILISED (useful for floated images) ****************/

body {
  background-color: #999999;
  border-top:7px solid #999999;
}


/** VORMID*****/
textarea {
  width:400px;
}

textarea.shallow {
  height:200px;
}

/**************************** FONTID ***************************/

a { 
  color: #009900;
  border-bottom: 1px dotted #B9D420;
}
a:visited { color: #009900; }
a:hover { 
  color: #009900;
  border-color:#009900;
}

/**************************** SPETSIIFILINE ************************/

form label {
	display:block;
}