div.portlet {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font: 12px tahoma, arial, helvetica, sans-serif;
    color: #444;
}
div.portlet div.empty {
    margin: 0;
    padding: 0;
    font: 0/0 Tahoma, Arial;
}
div.portlet a {
    color: #535F6C;
}
div.portlet div.header-menu a {
    color: #535F6C;
    text-decoration: none;
}
div.portlet div.header-menu a#header-register-link {
    color: #FF8204;
}
div.portlet div.header-menu a:hover {
    color: #FF8204;
    text-decoration: underline;
}
div.portlet input.inputbox {
    background-color: #FFFFFF; 
}
div.portlet div.header {
    width: 100%;
    height: 37px;
    background: #F0F0F0 url('../images/t-c-3d-grey-white-head.png') top center repeat-x;
    border-bottom: 2px solid #949FAC;
}
div.portlet div.header-left {
    width: 100%;
    height: 100%;
    background: url('../images/t-l-3d-grey-white-head.png') top left no-repeat;
}
div.portlet div.header-right {
    width: 100%;
    height: 100%;
    background: url('../images/t-r-3d-grey-white-head.png') top right no-repeat;
}
div.portlet div.header-content {
    font: bold 14px arial;
    text-transform: uppercase;
    color: #535f6c;
    padding-top: 8px;
    padding-left: 8px;
    float: left;
}
div.portlet div.header-menu {
    font: small-caps 13px tahoma;
    color: #535f6c;
    padding-top: 9px;
    padding-right: 8px;
    float: right;
}
div.portlet div.body {
    width: auto;
    background-color: #F4F4F4;
    border-bottom: 2px solid #D1D5DB;
    padding: 13px;
    margin-bottom: 20px;
}
div.portlet div.divider {
    width: auto;
    margin: 0px;
    height: 1px;
    background: url('../images/divider.png') top left repeat-x;
}

div.portlet div.block-divider {
    width: auto;
    margin: 0px;
    height: 1px;
}
div.portlet form {
    width: 100%;
    margin: 0;
    padding: 0;
}
div.portlet div.plain-header {
    padding: 7px 0 8px 0;
    margin-bottom: 5px;
    font: bold 17px arial;
    color: #535f6c;
    background: url('../images/headerm.png') center bottom repeat-x;
}
#deviceTo {
    width:100%;
    max-width:90%;
}