*{
 margin: 0;
 padding: 0;
 font-family: arial;
}

a {
 font-size: 13px;
}

body {
	line-height: 23px;
}

#document-details{
 font-size: 27px;
 margin-bottom: 20px;
}

label {
 font-size: 13px;
 font-weight: bold;
}

textarea {
 border: 2px solid #b7b7b7;
 float: right;
 clear: both;
 margin-right: 50px;
}

.description {
 font-size: 13px;
}

input {
 border: 2px solid #b7b7b7;
 float: right;
 margin-right: 50px;
}

#document-details span{
 color: #ff4525;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

.hidden_class {
 visibility:hidden; 
 height:1px; 
 overflow:hidden;
}

fieldset {
 border: none;
}

.collapsible legend{
 visibility: hidden;
}

#wrapper {
 width: 1019px;
 background: url('bg.png');
 margin: auto;
 display: table;
}

#content {
 width: 645px;
 margin-top: 10px;
 float: right;
 padding-right: 20px;
}

#design {
 float: left;
 width: 232px;
 height: 232px;
 margin-top: 30px;
 margin-left: 55px;
 background: url('design.png');
}

