/* Applied to mail forms */
.mailform {
 width: 400px;
}

/* Field name in mail forms */
.fieldname {
 padding: 12px 5px 5px 5px;
}

/* Required field name in mail forms */
.requiredfieldname {
 padding: 12px 5px 5px 5px;
 font-weight: bold;
}

/* Applied to the DIV that contains buttons in mail form */
.fieldbuttons {
 padding-top: 12px;
 text-align: center;
}

/* Editing table */
table.gcmsleditor {
 border-top: 1px dashed #999999;
 border-left: 1px dashed #999999;
 width: 95%;
}

table.gcmsleditor th, table.gcmsleditor td {
 padding: 2px;
 border-right: 1px dashed #999999;
 border-bottom: 1px dashed #999999;
}

/*********************/
/*   second variant  */
/*********************/
a.adminURL2,a.adminURL2:visited {
    color:white;
    text-decoration: none;
    padding-right:1em;
    padding-left:1em;
    /*border-right:2px solid white;*/
    border-left:2px solid white;
}
a.adminURL2:hover {
    color:#dc143c;
}
.adminTitle2{
    color:white;
    font-weight:bold;
}
#adminMenu2 {
    left:0px;
    bottom:0px;
    border:solid 2px black;
    position:fixed;
    background-color:black;
}
#adminMenu2 > ul {
    display:inline;
}
#adminMenu2 > ul > li {
    display:inline;
}
.mceVisualAid {
	border: 1px dashed red;
}
