@charset "utf-8";
/* CSS Document */

form {
  font-size: 1.0em;
  font-weight:400;
  width: 500px;
}


/* fieldset styling */
fieldset {
  margin: 1em 3em; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
  background-color:#F5F5F5
}

/* legend styling */
legend {
  font-weight: bold;
}

form p {
  position: relative;
  width: 100%;
  margin-bottom: 1.8em;
}

/* style for  labels */
label {
  float: left;
  width: 12em;
  text-align:left;
  margin-right: 8px;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required {
  color:#ff0000;
}

/* style error messages */
label .feedback {
  position: absolute;
  margin-left: 11em;
  left: 200px;
  right: 0;
  font-weight: bold;
  color:#760000;
  padding-left: 18px;
  background: url(./../images/error.png) no-repeat left top;
}
.rad_t{/*otstup ot radio*/
	margin-right: 10px;
}


/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {
  
  width: 200px;
}

input[type="text"], textarea {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

 input.checkbox, input.submit {
  width: auto;
}




/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input[type="radio"] {

 width: 10px;
 margin: 0;
 padding: 0;
  margin-right: 3px;
  margin-left:0px;
 
}

textarea {
  width: 300px;
  height: 100px;
}

.err_msg{
	color:#ff0000;
}

#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(../images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
}

#msgcontent {
	display:block; 
	background:#f0ecff; 
	border:2px solid #350639; 
	border-left:none; 
	padding:5px; 
	min-width:100px; 
	max-width:150px
}