@charset "UTF-8";
body#mailbox_compose #composeBox { padding:0 !important;}
#composeBox .ui-corner-all { border-radius:0;}
#composeBoxTop { position:relative; margin-bottom:0.25em}

input#toidlist,input#title {padding:2px 0.4em 2px 0.4em;height:20px; margin-bottom:0; width:80%; position:absolute; right:0;
-moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;}
input#toidlist {top:0;}
input#title {top:25px; }
#composeBoxTop label { display:block; text-align:left; line-height:26px;}
#composeBoxBtm { position:relative;}
#composeBoxBtm label {margin-bottom:0.5em}
#composeBoxTop label,#composeBoxBtm label {padding-left:0.25em}

a#btn_to_showPoints {
text-align:center;
position:absolute;top:-2px;right:0;
display: block;
height: 22px;
line-height: 22px;
font-size: 14px; font-weight:bold;
width: 148px;
border: 1px solid #999;
text-shadow: #ffffff 0px 1px 1px;
background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 20%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#fefefe), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top, #fefefe 20%,#eaeaea 100%);
background: -o-linear-gradient(top, #fefefe 20%,#eaeaea 100%);
background: -ms-linear-gradient(top, #fefefe 20%,#eaeaea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eaeaea',GradientType=0 );
background: linear-gradient(top, #fefefe 20%,#eaeaea 100%);
}

body#mailbox_compose textarea#body, body#mailbox_compose div#previous_message { 
border-right:0 !important; border-left:0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;}

#toidlist { border:0;}
#previous_message { min-height:96px;}
	
