/* toolbar */
div#toolbar {
 float:right;
 font-size:11px;
 line-height:16px;
 margin-top:8px;
}


div#emailpopup {
 position:absolute;
 background:#fff;
 border:#666 1px solid;
 padding:5px 10px 20px 20px;
 width:350px;
 hheight:280px;
 z-index:30;
}

.emailpopup label {
 width:65px;
 display:block;
 float:left;
}

input#mailto {
 float:left;
}



div#codeerr {
 ddisplay:none;
}

input#mailfrom, input#mailto {
 float:left;
 margin-right:7px;
}

div#mailtoerr, div#mailfromerr {
 font-size:9px;
 line-height:10px;
 color:#f00;
 height:22px;
 width:115px;
 float:left;

}

img#cimg {
 margin-left:65px;
 margin-bottom:10px;
 margin-top:10px;
}

div#errormsg {

}

div#cmsg {
 height:200px;
}

input#code {
 width:60px;
}

.fielderror {
 border:#f00 1px solid !important;
 color:#f00 !important;
}

label#lblcode {
 width:210px;
}

input#btn-email {
 margin: 10px 10px 0 140px;
}

#popup-header {
 margin-top:10px;
 margin-bottom:5px;
}

a#btn-close {
 float:right;
 text-decoration:none;
}

textarea#message {
 margin:0;
 float:left;
 display:block;
 width:200px;
 height:60px;
}

#loading-indicator {
 margin: 10px 10px 0 160px;
 display:block;
}


#toolbar a.cmd-email-page {
 display:block;
 float:left;
 padding-left:25px;
 margin-right:10px;
 background:url(../images/ico-mail_19x13.gif) no-repeat 2px 1px;
 height:20px;
}


#toolbar a.cmd-print-page {
 display:block;
 padding-left:25px;
 background:url(../images/print.gif) no-repeat;
 float:left;
 height:20px;
}

#toolbar a {
 text-decoration:underline;
}
