/** FIXURES **/
p,h1,h2,h3,h4,h5,ul,li,body,html,fieldset,legend{padding: 0px;margin: 0px;}
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
.layout{float: left;}
img{border: 0px;}
/** END FIXURES **/
p{margin: 0px;padding: 0px;}
.wrapper_text {
    position: relative;
}
.porlet_content{
    position: relative;
}
.instance_editor,.instance_delete,.instance_config{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 20px;
    z-index: 500;
}
.instance_delete{
    right: 18px;
}
.instance_config{
    right: 36px;
}
/*instance_config*/
.instance_editor a,.instance_delete a,.instance_config a{
    display: block;
    background: url(../images/note_edit.png) no-repeat;
    border: none !important;
    text-decoration: none !important;
    width: 16px;
    height: 20px;
}
.instance_delete a{
    background: url(../images/delete.png) no-repeat;   
}
.instance_config a{
    background: url(../images/cog.png) no-repeat;
}
.editor_text {
    height: 320px;
    width: 777px;
}
#content .form label{font-weight: bold;width: 130px;display: inline-block}
#content .form input[type="text"]{width:350px;}
#content .form input[type="text"],#content form textarea,#content form select{border: 1px solid #999}
#content .form textarea{width: 96%}
#content .form .row{margin: 8px 0px}
#content .form span.required{color: #D80A18}
#content .errorSummary{border: 1px dotted red;padding: 8px;background: #FFBABA;color: #D80A18}
#content .errorSummary ul li{list-style-position: inside}
#content .errorSummary p{color: #D80A18;margin-bottom: 15px;font-weight: bold;}
#site-actions{
    background: #999;
    padding: 5px;     
    position: absolute;    
    border: 1px dotted #000;
}
#site-actions a{
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
#site-actions a:hover{
    text-decoration: underline;    
}
#commander{
    width: 400px;    
    color: #000;
}
#commander ul {
    padding: 5px 5px 5px 15px;
}
#commander ul li{
    list-style: decimal;
    list-style-position: inside;
}
#commander ul a{
    color: #000;
    text-decoration: none;
}
#commander ul a:hover{
    font-weight: normal;
    text-decoration: underline;
}
#commander .form {
    margin: 10px;
}
#commander .form fieldset{
    margin-bottom: 15px;

    padding: 10px 20px;
    border: 1px solid black;
}
#commander .form fieldset label{
    font-weight: bold;
    width: 60px;
    display: inline-block;
    color: black;
}
#commander .form fieldset input, .form fieldset select{
    border: 1px solid black;
}
#commander .form fieldset legend{
    font-size: 14px;
    font-weight: bold;
    padding: 0px 8px;   
}
.errorMessage{color: red}
.instance_layout{position: relative}
.instance_error{color: red;font-weight: bold;background: wheat;text-align: center}
#colorbox{color: #000}
#commander-config .errorMessage{margin-left:65px}