/* toolbar */
/* $Id: toolbar.css 7734 2009-05-20 11:10:38Z asukhotin $ */
div#toolbar {
 float:right;
}

a#cmd-email-page {
 display:block;
 float:left;
 padding-left:25px;
 margin-right:10px;
 background:url(/images/header-assets/ico-mail_19x13.gif) no-repeat 2px 1px;
 height:20px;
}


a#cmd-print-page {
 display:block;
 padding-left:25px;
 background:url(/images/print.gif) no-repeat;
 float:left;
 height:20px;
}
/* end toolbar */


div#emailpopup {
 position:absolute;
 background:#fff;
 border:#666 1px solid;
 padding:5px 10px 20px 20px;
 width:350px;
 height:250px;
 z-index:30;
}

.emailpopup label {
 width:85px;
 display:block;
 float:left;
}

input#mailto {
 float:left;
}



div#codeerr {
 display: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:125px;
 float:left;
}

img#cimg {
 margin-left:85px;
 margin-bottom:10px;
 margin-top:10px;
}

div#errormsg {

}

div#cmsg {

}

input#code {
 width:60px;
 cclear:both;
 mmargin-left:42px;
}

.fielderror {
 border:#f00 1px solid !important;
 color:#f00 !important;
}

label#lblcode {
 width:140px;
}

input#btn-email {
 margin: 10px 10px 0 140px;
}

#popup-header {
 margin-top:10px;
}

a#btn-close {
 float:right;
 text-decoration:none;
}

textarea#message {
 margin:0;
 float:left;
 display:block;
 width:200px;
 height:60px;
}