*{
 font-family:Ubuntu;
 margin:0px;
 font-size:13px;
}
h2,h3{
 margin:10px 0px;
}
h2{
 font-size:20px;
}
h3{
 font-size:16px;
}
.top{
 width:100%;
 height:270px;
 display:inline-block;
 border-bottom:2px solid #00C0C0;
}
.top .table{
 width:100%;
 height: 100%;
}
.left, .right{
 padding: 0px 5px !important;
 height: 100%;
 float: left;
}
.right{
 border-left:2px solid #00C0C0;
}
.content{
 padding:5px;
 width:99%;
}
form label{
 margin-bottom:5px;
 display:block;
}
form label span{
 display:block;
 margin:0px 0px 5px;
}
form label p{
 color:gray;
 font-size:12px;
 display:inline-block;
}
form label input[type=text]{
 width:350px;
}
.content .error{
 color:red;
}
.content .success{
 color:green;
}
.button{
 padding:5px 15px;
 background:#00C0C0;
 display:inline-block;
 margin:5px;
 color:white;
 outline:none;
 border:0px;
 cursor:pointer;
}
.button:hover{
 box-shadow:0px 0px 1px black;
}
#replaceFields{
 margin-left:10px;
} 
  |