input[type='text'],input[type='password'],textarea {border:1px solid #9d9d9d; padding:0.1em;}

/* form error */
input.error {background-color:#ffffe3;}
textarea.error {background-color:#ffffe3;}
span.error-message {color:#e14e54; visibility:visible;}

.largetext {
    font-size:130%;
}

/* login page */
div.login {
    margin-top:5%;
    margin-left:auto;
    margin-right:auto;
    width:800px;
}
div.login_body {
    padding-top:10%;
    padding-bottom:20%;
    text-align:center;
    background-color:#ffffff;
}
div.login input {
    margin:0.3em;
}
div.login #login_submit {
    margin-top:0.6em;
    padding:0.3em 0.8em 0.3em 0.8em;
}
div.login #login_form {
    visibility:hidden;
}
div.login #message {
    font-weight:bold;
    padding-bottom:1em;
}
div.login noscript {
    display:block;
    font-weight:bold;
}

div.dashboard {
    width:900px;
}
div.dashboard_top {
    height:10px;
    background:url('/planet/images/dashboard_border.png') no-repeat 0 0;
}
div.dashboard_head {
    padding:0.6em 2em 1em 2em;
    font-weight:bold;
    background-color:#ffffff;
    border-left:1px solid #d4d4d4;
    border-right:1px solid #d4d4d4;
}
div.dashboard_body {
    padding-top:2em;
    padding-left:3em;
    padding-right:3em;
    padding-bottom:2em;
    background-color:#eeeeee;
    border:1px solid #d4d4d4;
}
div.dashboard_bottom {
    height:10px;
    background:url('/planet/images/dashboard_border_r.png') no-repeat 0 0;
}

div.dashboard_body table {
    width:100%;
    background:#ffffff;
}
div.dashboard_body td {
    border-top:1px solid #efefef;
    padding:0.8em 2.3em 0.8em 2.3em;
}
div.child_dashboard {
    width:600px;
}
div.child_dashboard div.dashboard_top {
    border-right:1px solid #d4d4d4;
}
div.child_dashboard div.dashboard_bottom {
    border-top:1px solid #efefef;
    border-right:1px solid #d4d4d4;
    margin-bottom:0.5em;
}
div.child_dashboard div.dashboard_body {
    padding:0;
    border-top:0;
    border-bottom:0;
    background:#ffffff;
}
div.child_dashboard div.dashboard_head img {
    vertical-align:middle;
    text-align:right;
}
div.child_dashboard div.dashboard_head span.component {
    padding:0.2em;
    border:1px solid #3d3d3d;
    background-color:#efefef;
    float:right;
    margin-left:0.3em;
    margin-right:0.3em;
    color:#3d3d3d;
}
div.child_dashboard form {
    display:inline;
}
div.child_dashboard form.update_name input.update_name_submit {
    visibility:hidden;
}
div.child_dashboard form.update_name input.update_name_value {
    border:none;
    color:#2929ff;
    font-weight:bold;
}

div.right {
    float:right;
    width:210px;
}

div.planet_news,
div.planet_support,
div.firmware {
    padding:1em;
    background-color:#ffffff;
    border:1px solid #d4d4d4;
    margin-bottom:1em;
}
div.planet_news_head,
div.firmware_head {
    font-weight:bold;
    font-size:110%;
    color:#e14e54;
    padding-bottom:0.5em;
}
div.frame {
    width:900px;
}
div.frame_top {
    height:10px;
    background:url('/planet/images/dashboard_border.png') no-repeat 0 0;
}
div.frame_head {
    padding:0.6em 2em 1em 2em;
    font-weight:bold;
    background-color:#ffffff;
    border-left:1px solid #d4d4d4;
    border-right:1px solid #d4d4d4;
}
div.frame_body {
    padding-top:2em;
    padding-left:3em;
    padding-right:3em;
    padding-bottom:2em;
    border-left:1px solid #d4d4d4;
    border-right:1px solid #d4d4d4;
}
div.frame_bottom {
    height:10px;
    background:url('/planet/images/dashboard_border_r.png') no-repeat 0 0;
}

form.planet_feedback textarea {
    width:80%;
    height:15em;
    color:#7e7e7e;
}
form.planet_feedback input.input_text {
    width:80%;
    color:#7e7e7e;
    margin-bottom:0.5em;
}
div.feedback_thankyou {
    text-align:center;
    padding-top:8em;
    padding-bottom:12em;
}

div.planet_news_title {
    padding:0.8em 0.8em 0 0.8em;
}
div.license_description,
div.planet_custom_content,
div.planet_news_content {
    visibility:hidden;
    position:fixed;
    width:50%;
    height:50%;
    background-color:white;
    border:1px solid black;
    top:25%;
    left:25%;
    padding:2em;
    z-index:2;
}
div.license_description h2,
div.planet_custom_content h2,
div.planet_news_content h2 {
    padding-bottom:1.5em;
}
div.license_description a.close,
div.planet_custom_content a.close,
div.planet_news_content a.close {
    position:absolute;
    top:1em;
    right:1em;
}
div.planet_custom_content a.next {
    position:absolute;
    bottom:2em;
    right:2em;
    border:1px solid #dcdcdc;
    font-weight:bold;
    padding:0.3em;
}
div.planet_custom_content a.back {
    position:absolute;
    bottom:2em;
    left:2em;
    border:1px solid #dcdcdc;
    font-weight:bold;
    padding:0.3em;
}
table.planet_firmware {
    width:800px;
    margin-bottom:2em;
}
table.planet_firmware th, 
table.planet_firmware td {
    border:1px solid #dcdcdc;
    padding:0.8em 1.2em 0.8em 1.2em;
    background-color:#dfdfef;
}
table.planet_firmware td.odd {
    background-color:#efefff;
}
table.planet_firmware td.even {
    background-color:#efefff;
}
div.firmware div.product_state {
    padding:0 0 0.3em 0.3em;
}
div.agreement {
    margin-left:5em;
}
input#download_submit {
    padding:0.5em 1em 0.5em 1em;
}
pre.command {
    color:white;
    background-color:black;
    padding:1em;
    margin:1em;
}
div.planet_kb {
    margin:0.4em;
}
input#chpasswd_submit {
    margin:0.5em 0 0 12em;
}
div.frame_body ul {
    margin-left:3em;
}

/* overlay */
div.overlay {
    opacity:0.50;
    -moz-opacity:0.50;
    filter:alpha(opacity=50);
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:black;
    z-index:1;
}
