form.standard label { 
	font-weight: bold;
}

/* Fieldsets */
form.standard fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
form.standard legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
form.standard input.text, form.standard input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
form.standard input.text, form.standard input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
form.standard input.text:focus,
form.standard input.title:focus         { border:1px solid #999; background:#fff; }
form.standard input.title               { font-size:1.5em; }

/* Textareas */
form.standard textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
form.standard textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
form.standard textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
form.standard select              { border:1px solid #ccc; background:#f6f6f6; width:250px; }
form.standard select:focus        { border:1px solid #999; background:#fff; }

form.standard .template {
    display: none;
}

input.openid {
   background: url(/images/openid-inputicon.gif) no-repeat;
   background-color: #fff;
   background-position: 0 50%;
   padding-left: 18px;
}

input.text.big, textarea.big, input.big
{
     width: 400px;
}

form.standard select.big {
    width: 350px;
}

form.standard textarea.tinymce {
    width: 650px;
    height: 400px;
}

form.standard textarea.tinymce.short {
    height: 150px;
}

form.standard textarea.tinymce.medium {
    height: 200px;
}

form.standard ul {
    list-style-type: none;
    margin: 0 0px;
    padding: 0;
}

form.standard ul li { 
    margin: 0 0 1em 0; 
}

form.standard fieldset {
    padding: 10px 20px;
}

form.standard ul li label {
    display: block;
}

form.standard ul li .fieldhelp { 
    display: block;
    color: #555;
}

form.standard ul li fieldset > .fieldhelp { 
    margin: 5px 5px 10px 0;
}

form.standard ul li .error-message { 
    color: red;
}


form.standard select {
    margin:0.5em 0.5em 0.5em 0; 
}


.buttons {
    text-align: center;
}


form.standard input.filefield,
form.standard input.textfield,
form.standard input.passwordfield
{ 
    width: 300px; margin:0.5em 0.5em 0.5em 0;
    border:1px solid #bbb; background:#f6f6f6; padding:5px; 
}

form.standard input.filefield
{ 
    width: 400px; margin:0.5em 0.5em 0.5em 0;
}

form.standard input.filefield:focus,
form.standard input.textfield:focus,
form.standard input.passwordfield:focus
{ 
    border:1px solid #999; background:#fff; 
}

form.standard input.autocomplete.invalid {
    background: #F26161;
}

form.standard legend .language {
    font-style: italic;
    margin: 0 2px;
}

form.standard fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0; 
  margin-bottom: -20px;
}

form.standard fieldset.collapsed * {
  display: none;
}

form.standard fieldset.collapsed table *,
form.standard fieldset.collapsed legend,
form.standard fieldset.collapsed legend * {
  display: inline;
}

form.standard fieldset.collapsible legend {
  padding-left: 20px;
  background: url(/images/minus.gif) 0 50% no-repeat;
}

form.standard fieldset.collapsed legend {
  background-image: url(/images/plus.gif);
}

/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* fieldset.collapsible legend a {
}



a.button, button {
 /* display:block; */
 /* float:left; */
  /* margin:0 0.583em 0.667em 0;*/

  margin: 0 0 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;

  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}

button ~ button {
  margin-left: 0.583em;
}

button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}

button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}

*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}

button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors
-------------------------------------------------------------- */

/* Standard */
button:hover, a.button:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}

