@import url(http://www.testwebben.se/1982/8042.css);

#main-content-left {
   width:300px;
   float:left;
   margin:0 30px 0 0;
}

#main-content-right {
   width:240px;
   float:left;
}

#mContactForm {
   margin:1em 0 0 0;
}
#mContactForm h1 {
   margin:5px 0;
   display:none;
}
#mContactForm fieldset {
   width:300px;
   border:0;
}
#mContactForm label {
   display:block;
   margin:3px 0 0 12px;
}
#mContactForm input, #mContactForm textarea {
   background:#fafafa;
   border: 1px solid #ccc;
   margin: 0 0 5px 10px;
   padding:3px 2px 2px 2px;
   width:200px;
   height:1.2em;
   overflow:hidden;
}
#mContactForm input:hover, #mContactForm textarea:hover {border:1px solid #999;}
#mContactForm input:focus, #mContactForm textarea:focus {border:1px solid #666;}

#mContactForm textarea {
   height: 6em;
}
#mContactForm button {
   background:#fafafa;
   color:#333;
   border: 1px solid #999;
   margin: 0 0 0 0;
   clear: both;
}
#mContactForm button:hover {
   background:#999;
   color:#fff;
   cursor:pointer;
}
#mContactForm td {
   text-align: right;
}

#divEditorContent2.mceEditorDiv {
   min-height: 157px;
   height: 157px !important; 
   height: 157px;
}
