 
legend {
display:none;
}

fieldset {
border:0;
}

label:first-letter {
text-transform:uppercase;
}

select {
width:300px;
}

textarea {
width:90%;
height:100px;
}

label {
display:block;
padding:10px 0 3px 0;
}


input.text {
 display:block;
 border:1px solid #ddd;
 color:#666;
 padding:3px;
 background-color:#fafafa;
 font-size:12px;
}



span.btn {
background-image:url('images/submit_01.gif');
background-repeat:no-repeat;
background-position:bottom left;
cursor:pointer;
padding-left:10px;
display:block;
float:left;
}
span.btn input {
border:0;
background:transparent;
background-image:url('images/submit_02.gif');
background-repeat:no-repeat;
background-position:bottom right;
color:#aaa;
font-size:11px;
padding-right:10px;
height:25px;
font-weight:bold;
font-family:tahoma,verdana;
display:block;
overflow:visible;
}

span.btn a {
border:0;
background:transparent;
background-image:url('images/submit_02.gif');
background-repeat:no-repeat;
background-position:bottom right;
color:#777;
font-size:11px;
padding:0 15px 0 10px;
line-height:25px;
font-weight:bold;
font-family:tahoma,verdana;
display:block;
text-decoration:none;
}

span.btn_text {
display:block;
float:left;
line-height:25px;
padding:0 10px 0 10px;
}

span.btn:hover {
background-position:top left;
}

span.btn:hover input {
background-position:top right;
}

span.btn:hover a {
background-position:top right;
}

span.clearfix {
clear:left;
}



span.submit_save {
background-image:url('admin/submit_01.gif');
background-repeat:no-repeat;
background-position:bottom left;
cursor:pointer;
display:block;
float:left;
}

span.submit_save:hover {
background-position:top left;
}

span.submit_save a {
border:0;
background:transparent;
background-image:url('admin/submit_02.gif');
background-repeat:no-repeat;
background-position:bottom right;
display:block;
float:left;
color:#666;
text-decoration:none;
padding:0 10px 0 10px;
line-height:25px;
cursor:pointer;
}

span.submit_save input {
border:0;
background:transparent;
background-image:url('admin/submit_02.gif');
background-repeat:no-repeat;
background-position:bottom right;
display:block;
color:#666;
text-decoration:none;
padding-right:10px;
padding-left:10px;
height:25px;
cursor:pointer;
float:left;
}

span.submit_save:hover input {
background-position:top right;
}

span.submit_save:hover a {
background-position:top right;
}


