.dark-matter {
margin-left: auto;
margin-right: auto;
max-width: 500px;
height: 300px;
background: #555;
padding: 20px 30px 20px 30px;
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #D3D3D3;
text-shadow: 1px 1px 1px #444;
border: none;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
div.ss {
margin-bottom: 16px;
margin-left: -4px;
margin-right: 6px;
margin-top: 2px;
font-size: 26px
}
.dark-matter h1 {
padding: 0px 0px 10px 40px;
display: block;
border-bottom: 1px solid #444;
margin: -10px -30px 30px -30px;
}
.dark-matter h1>span {
display: block;
font-size: 16px;
}
.dark-matter h2{
display: block;
margin: 10px -30px 10px 10px;
color:#FFE477
}
.dark-matter label {
display: block;
margin: 0px 0px 5px;
}
.dark-matter label>span {
float: left;
width: 20%;
text-align: left;
padding-right: 0px;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 10px;
margin-right: 20px;
font-weight: bold;
font-size: 16px;
}
#res {
float: left;
width: 100%;
text-align: left;
padding-bottom: 10px;
padding-top: 20px;
margin-bottom: 20px;
margin-left: 10px;
color: red;
font-weight: bold;
font-size: 25px;
}
.dark-matter input[type="text"] {
border: none;
color: #525252;
height: 25px;
line-height:20px;
font-size: 20px;
margin-bottom: 16px;
margin-left: -5px;
margin-right: 6px;
margin-top: 2px;
outline: 0 none;
padding: 5px 0px 5px 5px;
width: 180px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
background: #DFDFDF;
}

.dark-matter textarea{
height:100px;
padding: 5px 0px 0px 5px;
width: 70%;
}
.dark-matter .button {
background: #FFCCAA;
border: none;
font-size: 16px;
width: 320px;
height: 32px;
color: #585858;
border-radius: 4px;
margin-left: 10px;
margin-right: 6px;
margin-top: -10px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-shadow: 1px 1px 1px #FFE477;
font-weight: bold;
box-shadow: 1px 1px 1px #3D3D3D;
-webkit-box-shadow:1px 1px 1px #3D3D3D;
-moz-box-shadow:1px 1px 1px #3D3D3D;
}
.dark-matter .button:hover {
color: #333;
background-color: #EBEBEB;
}