.text_border{
opacity: .8;
background-color:#f2fbd9;

border:1px solid #547300;
padding:2px;

}

.text_border:focus {
opacity: .9;
background-color:#ecfbc5;
color:#000;
border-bottom:1px solid #648802;
}
.text_border:hover {

background-color:#f7fde8;
color:#000;
border-bottom:1px solid #648802;
}

#send_button{
margin-left:10px;
border:1px solid #690;
padding-bottom:1px;}

*html body #send_button{
margin-left:10px;
border:1px solid #690;
padding-bottom:1px;}


#send_button {
background:url(../images/button_bg.jpg) repeat-x;
border:1px solid #666;

width:120px;
height:22px;
margin:10px
2px;
color:#000;
font-weight:bold;
text-transform: capitalize;
letter-spacing:1px;

}

#send_button:hover {
cursor:pointer;
border:1px solid #669900;
background:url(../images/legend_bg.jpg) repeat-x;
}

#style_name {

background-color:#f2fbd9;
font-size:18px;
color:#233001;
border:1px solid #547300;
padding:2px;
padding-top:7px;

}
#ch_allow_ranking{


}
#text_border:focus {
opacity: .9;
background-color:#ecfbc5;
color:#000;
border-bottom:1px solid #648802;
}

#fixedbox textarea{

width:25em;
height:180px;
opacity: .8;
background-color:#f1fbd7;
border:1px solid #2b3b00;
}


textarea:focus{
background-color:#faffec;
border:1px solid #5b7c03;
}
textarea:hover {
background-color:#f7fde8;
color:#000;
border-bottom:1px solid #648802;
}
#sel_saved_styles{
background-color:#f1fbd7;
border:1px solid #5b7c03;}

 #css_classes_select,#lang,#mod_select{
background-color:#f1fbd7;
border:1px solid #5b7c03;}



#btn_next{border: 1px solid #444;}
#btn_prev{border: 1px solid #444;}
#btn_last{border: 1px solid #444;}
#btn_first{border: 1px solid #444;}



form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
