/*
## forms.css - Contains style for forms in editorelement
*/

#tlogin_form {
background: url('filestore/bgr_innlogg.gif') no-repeat top left; 
width: 150px;
height: 53px;
padding: 0px;
margin: 0px;
font-size: 9px;
}

#tlogin_form .heading{
color: #fff;
text-transform: uppercase;
padding-left: 10px;
padding-top: 2px;
font-size: 9px;
font-weight: bold;
}
#tlogin_form .user{
background: transparent;
border: 0px;
padding-left: 10px;
}

#tlogin_form .pass{
background: transparent;
border: 0px;
padding-left: 10px;
margin-top: 7px;
}

#tlogin_form input {
font-size: 100%;
padding: 0px;
margin: 0px;
border: 0px;
}

#right_column form {
background: url('filestore/bgr_innlogg.gif') no-repeat top left; 
width: 150px;
height: 53px;
padding: 0px;
margin: 0px;
font-size: 9px;
xdisplay: block;
}

#right_column .heading {
color: #fff;
text-transform: uppercase;
padding-left: 10px;
padding-top: 2px;
font-size: 9px;
font-weight: bold;
}

#right_column form input {
width: 100px;
border: 0px;
padding-top: 0px;
padding-left: 10px;
background: transparent;
}

#login_form table {
  width: 92%;
}

#login_form .user {
padding: 0px;
margin: 0px;
margin-left: 10px;
height: 13px;
float: left;
line-height: 13px;
}

#login_form .pass{
padding: 0px;
margin: 0px;
height: 13px;
float: left;
line-height: 10px;
margin-left: 10px;
margin-top: 5px;
}

#right_column .button {
width: 15px;
height: 13px;
float: left;
cursor: pointer;
}


#content form {
  margin-bottom:15px;
}
#content form fieldset {
  padding: 10px;
  border: 1px solid #666;
}
#content form p {
  margin: 5px 0 8px 0;
}
#content form legend {
  text-transform:uppercase;
  padding: 5px 10px 10px 5px;
}

#content label.block,
#content label .block
{
  display: block;
  margin-bottom: 2px;
  margin-right: 20px;
}

#content form input.block
{
  display: block;
  margin-bottom: 8px;
  margin-right: 20px;
  width: 300px;
}
#content form select,
#content form .default /* .default used for standard text input */
{
  width:99%;
}

#content form textarea
{
  width:99%;
  margin-bottom: 8px;
}

#content form select {
  margin-bottom: 8px;
}
#content form input.file {
x  margin-left: 0px;
  margin-bottom: 8px;
}
#content form input.checkbox {
  margin-left: 0px;
}
#content form input.button.submit {
  cursor:pointer;
  margin-right: 10px;
x  width:82px;
x  height:25px;
x  border:0;
x  color:#FFF;
x  font-weight:bold;
x  text-transform:uppercase;
}

#content form input.button.reset {
  cursor:pointer;
}

/* error-messages - TODO: clean up this mess */
#content h3.error-messages {
  font-size: 12px;
  color: #be0000;
}

#content ul.error-messages {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content ul.error-messages li {
  padding: 4px 0;
  color: #be0000;
}

#content ul.error-messages li a:link,
#content ul.error-messages li a:visited {
  color: #be0000;
}

#content span.error-item {
  padding-left: 4px;
  font-weight: normal;
  color: #be0000;
}