#spread-text p {
/*  border: 1px solid #000; */
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size: 82%;
	color: #000000;
	background-color: #ffffff;
}

form {
	margin: 0;
}

textarea, select {
	font-family:  Arial, Tahoma, Verdana, sans-serif;
	font-size:100%;
}	

img {
	border: 0;
}	

.imgblock {
	display: block;
}

.boldtext {
	font-weight: bold;
}
	
a {
	color: #004eae;
}

a:hover {
	color: #001969;
}			

div.clearblock {
	clear: both;
}	

div.wrapper {
	position:relative;
	width:100%;
	float:left;
}	

/* Header */

div#header {
	position: relative;
	background-color: #e6e6e6;
	border-bottom: 1px solid #bfbfbf;
	padding: 0 10px 0 10px;
	min-width: 880px;
}

div#header div.man {
	width: 760px;
	margin: 0 auto;
	position: relative;
	background: url(images/angry_man.gif) bottom right no-repeat;
	padding: 5px 120px 0 0;
}

div#header div.cloud {
	position: relative;
	background: bottom right no-repeat;
}

#header div.content {
	position:relative;
	width:660px;
}

#header div#upperline {
	position: relative;
	padding:16px 0 0 0;
	height:65px;
}

#header #logo {
	display:block;
	float:left;
}	

#header ul#login {
    float: right;
    clear: left;
	list-style: none;
/*  padding: 8px 0 0 162px; */
    margin: 0 26px 0 155px;
/*  float: left;
    position: relative;*/
}

#header ul#login li {
    display: inline;
/*  float: left;*/
/*  position: relative;*/
    vertical-align: middle;
	padding:0 3px 0 10px;
	background:url(images/separator.gif) left bottom no-repeat;
}

#header ul#login li img, #header ul#login li a{
    display: inline;
    vertical-align: middle;
}

#header ul#login li.first {
	background:none;
}	

/* Main menu */

#header ul#mainmenu {
	clear:both;
	list-style: none;
	margin: 0;
	padding: 0 0 15px 0;
	position: relative;
}

#header ul#mainmenu li {
	padding-right: 1em;
	display:inline;
	font-weight: bold; 
	font-size:120%;
}

#header ul#mainmenu li a {
	text-decoration:none;
}

#header ul#mainmenu li a:hover {
	border-bottom:1px dashed #001969;
}

#header ul#mainmenu li.active a {
	color:#da4242;
}	

#header ul#mainmenu li.active a:hover {
/*  color:#da4242;*/
	border-color:#da4242;
}

/* Content */

#page {
	width:880px;
	margin: 0 auto;
	background-color:#ffffff;
	position:relative;
	padding-top:15px;
}

#page div#leftcolumn {
	position:relative;
	float:left;
	width:630px;
	padding-right:37px;
}

#page div#rightcolumn {
	position:relative;
	float:left;
	width:213px;
}

h1 {
	font-size:140%;
	margin:0;
	padding:7px 0 7px 0;
	color:#444444;
}	

h2 {
	font-size:110%;
	margin:0;
	padding:7px 0 7px 0;
	color:#444444;
}

#page p.undertitle {
	margin:0;
	padding:0 0 20px 0;
	font-size:110%;
	font-weight:bold;
	color:#777777;
}	

/* Index */

div#indexvisual {
	margin-bottom: 15px;
	position: relative;
	background: url(images/index_visual.jpg) no-repeat top;
	width: 630px;
	height: 320px;
}	

div#indexvisual div.bannertext {
	position: relative;
	top: 215px;
	left: 144px;
	width: 245px;
	height: 95px;
	overflow: auto;
	font-size: 140%;
}	

div#indexvisual div.bannertext a {
	color: #000000;
	text-decoration: none;
}

div#indexvisual div.bannertext a:hover {
	text-decoration: underline;
}
	
div#indexvisual div.bannertext .big {
	font-size:180%;
}	

div.complaintheader {
	clear: both;
	position: static; 
	width: 100%;
	margin-bottom: 0.25em;
}

div.complaintheader h2 {
        margin: 0;
        padding: 0 0 3px 0;
        font-size: 110%;
}

div.complaintheader h3 {
        margin: 0;
        padding: 0 0 3px 0;
        font-size: 105%;
        color:#5f5f5f;
}


div.complaintrating {
	position:relative;
	float:right;
	font-size:85%;
}	

.complaintdate {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:85%;
	color:#777777;
}

div.bottom {
	border-top:1px dashed #d2d2d2;
	padding-top:5px;
	margin-top:5px;
	margin-bottom: 2em;
}

.icomments {
	background: url(images/i_comments.gif) left center no-repeat;
	position: relative;
	display: block;
	padding-left: 20px;
}

.ratecomplaint {
    clear: both;
	padding:15px 0 15px 0;
    margin-top:15px;
}


.commentslist {
 /* position:relative; conflicts with the rating system */
	clear: both;
}

.commentslist ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}	

.commentslist ul li {
	position: relative;
	border: 1px solid #d2d2d2;
	margin: 0 0 10px 0;
	padding: 10px;
}

.commentdate {
	position:relative;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:85%;
	color:#777777;
	padding-bottom:8px;
	border-bottom:1px dashed #d2d2d2;
}

.commentslist ul li p {
	margin:0;
	padding:6px 0 6px 0;	
}

.addcomment {
	position:relative;
	padding-top:10px;
}

.addcomment .formcomment {
	padding-bottom:12px;
}
	
.addcomment .formcomment .row {
	position:relative;
	width:100%;
	clear:both;
	padding:5px 0 5px 0;
}

.addcomment .formcomment .last {
	border:none;
}

.addcomment .formcomment .row .fname {
	position:relative;
	float:left;
	width:150px;
	line-height:150%;
}

.addcomment .formcomment .row input {
	width:250px;
}

.addcomment .formcomment .row textarea {
	width:400px;
}

.addcomment label {
    display: none;
}

/* Add complaint form block */

div.formblock {
	position: relative;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 6px 0 10px 0;
}

div.formblock .h2block {
	position: relative;
	float: left;
	width: 618px;
	background-color: #e5eaef;
	margin: 0 0 5px 0;
	padding: 10px 6px 10px 6px;
}

div.formblock h2 {
	font-size:110%;
	margin:0;
	padding:0;
}	

div.formblock div.formelement {
	padding-bottom:20px;
}	


div.formblock div.reasontitle {
	position: relative;
	float: left;
	line-height: 150%;
}

div.formblock div.available {
	position: relative;
	background: url(images/available_complaints.gif) left center no-repeat;
	width: 48px;
	height: 36px;
	top: 7px;
	margin: -20px 0 0 10px;
	padding: 5px 0 0 19px;
	z-index: 2;
	float: left;
}	

div.formblock #ftitle {
	width: 400px;
}	

div.formblock #ftext {
	width: 624px;
}

div.formblock div#reason-upper {
	position: relative;
	clear: both;
	overflow: auto;
	background-color: #dce4f5;
	border-top: 1px solid #acbbd7;
/*  border-bottom: 1px solid #acbbd7;
*/	padding: 12px 6px 0 12px; /* !!!! */
	width: 612px;
}

div#reason-lower {
	position: relative;
	clear: both;
	overflow: auto;
	background-color: #dce4f5;
/*  border-top: 1px solid #acbbd7;
*/	border-bottom: 1px solid #acbbd7;
	padding: 12px 6px 0 12px; /* !!!! */
	width: 612px;
}

company_block,
person_block,
publicservice_block,
website_block,
reason_body_1,
reason_body_2,
reason_body_3,
reason_body_4,
reason_body_5,
reasonblock_1,
reasonblock_2,
reasonblock_3,
reasonblock_4,
reasonblock_5,
company_block,
person_block,
publicservice_block,
website_block
{
	position: static;
	clear: both;
	width: 100%;
	overflow: auto;
}


div.formblock h3 {
	color:#333333;
	font-size:110%;
	font-style:normal;
	padding:0;
	margin:0;
}	

div.formblock div.reason div.editblock {
	position: static;
	overflow: auto;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 12px;
}

div.formblock div.reasonblock {
	position: relative;
	clear: both;
	margin-bottom: 6px;
	overflow: auto;
	width: 610px;
	border: 1px solid #d2d2d2;
/*	padding: 6px; */
	padding: 12px 6px 6px 12px;
}

div.formblock div.reasonblock h3 {
	padding: 2px 0 2px 25px;
	background-repeat: no-repeat;
	background-position: left center;
}	

div.formblock div.reasonblock ul {
	list-style: none;
	clear: both;
	position: relative;
	margin: 0;
	padding: 8px 0 6px 0;
}

div.formblock div.reasonblock ul li {
	margin: 0;
	padding: 0 0 5px 24px;
}	


div.formblock div.instruments {
	position: relative;
	border-top: 1px dashed #d2d2d2;
	padding: 5px 0 0 24px;
	float: left;
	width: 578px;
}

.iedit {
	background: url(images/i_edit.gif) left center no-repeat;
	position: relative;
	display: block;
	padding: 0 25px 0 20px;
	float: left;
}

.iup_1 {
	background:url(images/i_up.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.iup_2 {
	background:url(images/i_up.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.iup_3 {
	background:url(images/i_up.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.iup_4 {
	background:url(images/i_up.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.iup_5 {
	background:url(images/i_up.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.idown_1 {
	background:url(images/i_down.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.idown_2 {
	background:url(images/i_down.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.idown_3 {
	background:url(images/i_down.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.idown_4 {
	background:url(images/i_down.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.idown_5 {
	background:url(images/i_down.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

.idelete {
	background:url(images/i_delete.gif) left center no-repeat;
	position:relative;
	display:block;
	padding:0 25px 0 20px;
	float:left;
}

div.formblock div.fieldname {
	position: relative;
	float: left;
	line-height: 150%;
	padding: 0 8px 0 25px;
	width: 190px;
}

div.formblock div.editheader {
	position: static;
	line-height: 150%;
}


div.formblock .formdefault {
	position:relative;
	background-color:#e5eaef;
	padding:6px 12px 6px 12px;
	margin-bottom:20px;
}	

div.formblock .formdefault .row {
	position:relative;
	width:100%;
	clear:both;
	padding:9px 0 9px 0;
	border-bottom: 1px dashed #ffffff;
}

div.formblock .formdefault .last {
	border:none;
}

div.formblock .formdefault .row .fname {
	position:relative;
	float:left;
	width:175px;
	font-weight:bold;
	line-height:150%;
}

div.formblock .formdefault .row input {
	width:250px;
}	

span.star {
	font-weight:normal;
	font-size:130%;
	color:#da4242;
}	 


/* Search block */

#search {
	position: relative;
	margin-bottom: 25px;
}	

#search input {
	vertical-align: middle;
}

#search input#searchfield {
	width: 145px;
}

#search div.inline {
	display: inline;
	position: static;
}


/* Search by category */

#categories {
	clear:both;
}	

#categories .top {
	position: relative;
	background-color: #9e9e9e;
	color: #ffffff;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}		

#categories .bgr {
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	padding: 4px 12px 8px 12px;
	margin-bottom: 25px;
}

#categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#categories ul li {
	position: relative;
	padding: 3px 0 6px 12px;
	border-bottom: 1px dashed #d2d2d2;
	background: url(images/bullet_red.gif) top left no-repeat;
}

#categories ul li a {
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}

#categories ul li a:hover {
	text-decoration:underline;
}

#categories ul li .comment {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 85%;
	color: #777777;
}

#categories ul li.last {
	border-bottom:none;
}

#categories ul li.active a {
	color:#da4242;
}

/* Popular complaints */

#popular {
}	

#popular .top {
	position: relative;
	background-color: #cf2828;
	color: #ffffff;
	font-size: 115%;
	font-weight: bold;
	text-align: center;
	padding: 6px;
}		

#popular .bgr {
	position: relative;
	border-bottom: 1px solid #ea7272;
	border-left: 1px solid #ea7272;
	border-right: 1px solid #ea7272;
	padding: 4px 12px 8px 12px;
	line-height: 160%;
	font-size: 120%;
	overflow: hidden;
}

/* Breadcrumb */

ul.breadcrumb {
	position:relative;
	list-style: none;
	padding:0 0 18px 0; 
	margin:0;
}

ul.breadcrumb li {
	display:inline;
	position: relative;
	padding:0 11px 0 15px;
	background:url(images/bullet_breadcrumb.gif) left center no-repeat;
	color:#777777;
}	

ul.breadcrumb li a {
	text-decoration:none;
}	

ul.breadcrumb li a:hover {
	text-decoration:underline;
}	

/* Entity list */

div.entity-list {
    background-color: #e5eaef;
    padding: 8px 12px 8px 12px;
    margin-bottom: 20px;
}

/* Filters */

div.filters {
    background-color: #e5eaef;
    padding: 8px 12px;
    margin-bottom: 20px;
    position: relative;
    overflow: auto;
    border-bottom: 1px solid #bfbfbf;
}

div.filters div.sort {
    text-align: right;
    vertical-align: middle;
}	

div.filters div.sort .title {
    display: inline;
    vertical-align: middle;
}	

div.filters div.sort ul {
    display: inline;
    vertical-align: middle;
    list-style: none;
    padding: 0; 
    margin: 0;
}	

div.filters div.sort ul li {
	display: inline;
	padding: 0 0.25em 0 0.5em;
        background: url(images/separator.gif) left center no-repeat;
}		

div.filters div.sort ul li.active {
	font-weight: bold;
}

div.filters div.sort a {
	text-decoration: none;
}	

div.clear-wrapper {
	position: static;
	width: 100%;
}

div#objects-list {
	clear: both;
}


div#objects-list ul {
    list-style: none;
	margin: 0;
	padding: 0;
}

div#objects-list ul li {
    margin: 0 0 1em 0;
    padding: 0;
	font-size: 120%;
}



/* Navigation */

div.nav {
	font-size:110%;
	padding-top:10px;
}	

div.nav a {
	padding:0 5px 0 5px;
}	

div.nav span.selected {
	color:#ffffff;
	font-weight:bold;
	background-color:#cccccc;
	padding:0 4px 0 4px;	
}

div.nav span.inactive {
	color:#777777;
	padding:0 5px 0 5px;
}	


/* Categories */

div.categories {
	position:relative;
	float:left;
	width:100%;
	padding-top:10px;
}	

div.categories .column {
	position:relative;
	float:left;
	width:300px;
}	

div.categories .left {
	padding-right:30px;
}	
	
div.categories .column ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

div.categories .column ul li {
	margin:0;
	padding:0 0 15px 0;
}

div.categories .column ul li a {
	font-weight: bold;
	font-size:110%;
	text-decoration:none;
}

div.categories .column ul li a:hover {
	text-decoration:underline;
}

div.categories .column ul li .comment {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:85%;
	color:#777777;
}


/* Rating */

div.ratingtop {
	position:relative;
	background:url(images/rating.gif) left center no-repeat;
	padding:7px 0 7px 85px;
}	

ol.rating {
	padding:0 0 0 15px;
	margin:0;
	list-style:none;
	position:relative;
}

ol.rating li {
	position:relative;
	margin:0;
	padding:14px 0 15px 0;
	font-weight: bold;
	font-size:110%;
	border-bottom:1px dashed #d2d2d2;	
	width:100%;
}

ol.rating li.last {
	border:none;
}	

ol.rating li .placecell {
	position:relative;
	float:left;
	width:2.1em;
}
	
ol.rating li .place {
	position:relative;
	color:#ffffff;
	font-weight:bold;
	background-color:#cccccc;
	width:1.25em;
	text-align:center;
}

ol.rating li .first {
	background-color:#787878;
	font-size:130%;
}	

ol.rating li .second {
	background-color:#999999;
	font-size:120%;
}	

ol.rating li .third {
	background-color:#ababab;
	font-size:115%;
}	

ol.rating li .minus {
	position:relative;
	float:right;
	color:#e46f6f;
	font-weight:bold;
}	

/* Footer */

div#footer {
	clear: both;
	position: static;
	padding: 40px 0 0 0;
}	

div#footer ul {
	position: relative;
	clear: both;
	list-style: none;
	padding: 8px 0;
	text-align: center;
	background-color: #e6e6e6;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	margin: 0;
}

div#footer ul li {
	display: inline;
	padding: 0 15px 0 15px;
	background: url(images/separator.gif) left center no-repeat;
}

div#footer ul li.first {
	background: none;
}

/* Tag cloud */

#tag-cloud {
    text-align: center;
}
#tag-cloud a {
    margin: 0 0.2em;
}
.tag-cloud-0 { font-size: 100%; }
.tag-cloud-1 { font-size: 120%; }
.tag-cloud-2 { font-size: 140%; }
.tag-cloud-3 { font-size: 160%; }
.tag-cloud-4 { font-size: 180%; }
.tag-cloud-5 { font-size: 200%; }

/* Rating */
form#dummy-rating {
	margin: 1em 0 1em 0;
	padding: 0;
	float: left;
	position: relative;
	width: 100%;
}

/* Validation messages */
#complaint-form label.error {
    margin: 0.25em 0;
    display: block;
    color: red;
}

#edit-form label.error {
    margin: 0.25em 0;
    display: block;
    color: red;
}

#registration-form label.error {
    margin: 0.25em 0;
    display: block;
    color: red;
}

#company-form label.error {
    margin: 0.25em 0;
    display: block;
    color: red;
}

#country-error, #region-error, ul.errorlist {
    margin: 0.25em 0;
    display: block;
    color: red;
}

/* Full complaint */
.complaintfull {
	position:relative;
	width:100%;
	float:left;
}

.complaintbody {
	position:relative;
	width:100%;
	float:left;
	margin-top:6px;
}

.complaintbody p {
	margin:0;
	padding:0 0 6px 0;	
}

/* Complaint object lists */
ol#complaint-objects {
	list-style: none;
	padding: 15px 10px 10px 15px;
	margin:2px 15px 0 0;
	position: relative;
	float:left;
	background-color:#000000;
	color: #ffffff;
	width: 150px;
}

ol#complaint-objects a {
	color: #fff;
}

ol#complaint-objects li {
	margin: 0;
	padding: 0;
	font-weight: bold;
	width:145px;
	overflow:hidden;
}

ol#complaint-objects ol {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}

ol#complaint-objects li ol li {
	font-weight: normal;
	margin: 0.25em 0;
}

/* Add to my blacklist */
#add-to-blacklist {
	padding-bottom:5px;
	border-bottom:1px dashed #d2d2d2;
}

#add-to-blacklist a {
	padding:2px 0 2px 20px;
}

/* Rss feed */
#rss-feed {
    float: left;
	padding-bottom: 5px;
}

#rss-feed a {
	padding: 2px 0 2px 20px;
}

/* Item form block */
#reason_form_block {
	padding-top: 10px;
}

/* Form hints */

.form-hint {
	clear: both; 
	background-color: #fffbe7; 
	border: 1px dashed #f5e4be; 
	font-size: 85%; 
	color: #282828; 
	margin: 5px 0 5px 0; 
	padding: 2px 10px 2px 10px;
	display: none;
}

#title-hint,
#body-hint {
    background-color: #fffbe7;
    border: 1px dashed #f5e4be;
    font-size: 85%;
    color: #282828;
    margin-top: 5px;
    padding: 2px 10px 2px 10px;
}

#form-hint {
    background-color: #fffbe7;
    border: 1px dashed #f5e4be;
    font-size: 85%;
    color: #282828;
    margin-top: 5px;
    padding: 2px 10px 2px 10px;
}

#hint-switch {
	float:right;
	padding-top:8px;
	font-size:85%;
}

/* Generic form */

div.form-pair {
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	overflow: auto;
}

div.form-pair div.label {
	position: relative;
	float: left;
	width: 15em;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
	padding-right: 0;
}

div.form-pair div.item {
	position: relative;
	float: left;
	line-height: 150%;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
	padding-right: 1em;
}

div.form-pair div.label label,
div.form-pair div.label input {
	vertical-align: middle;
}

div.form-pair div.button {
	position: relative;
	padding-bottom: 0.5em;
	padding-top: 0.25em;
	margin-left: 15em;
}

div.form-pair div.item input {
	width: 16em;
}

.prompt {
    color: gray;
}

/* Drop-down menu in browsing section */

div.selectors {
	position: relative;
	background-color: #e5eaef;
	float: left;
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 2em;
}

div.selectors div.selectors-pair {
		clear: both;
}

div.selectors-pair div.label {
		float: left;
		padding: 0.5em 1em;
		width: 13em;
}

div.selectors-pair div.item {
		float: left;
		padding: 0.5em 1em;
}

div.select  {
	line-height: 1.5em;
}

div.select h2 {
	margin: 0;
	padding: 0;
	width: 398px;
	font-size: 100%;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #bfbfbf;
}

div.select h2 a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 374px;
	padding: 0 22px 0 2px;
	height: 1.5em;
	overflow: hidden;
	background: #fff url(images/list_button.gif) right top no-repeat;
}
div.select a:hover {
	background-color: #ddd;
	color: #000;
}

div.select ul  {
	position: absolute;
	z-index: 99;
	width: 398px;
	left: 0; 
	top: 2em;
	list-style:  none;
	margin: 0;
	padding: 0;
	display: none; 
	background-color: #fff;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	height: 15em;
	overflow: auto;
}
div.select li  {
	margin: 0;
	padding: 0;
	float: left;
	width: 376px;
	height: 1.5em;
	clear: left;
}
div.select li a {
	display: block;
	float: left;
	width: 376px;
	padding: 0 2px;
	color: #000;
	text-decoration: none;
	height: 1.5em;
	overflow: hidden;
}

.cursor-pointer {
  cursor:pointer;
}

/* Widget */

#widget-img {
	float: left;
    padding-bottom: 20px;
	margin-right: 20px;
}

input#id_title, textarea#id_body {
    width: 624px;
}

#wordpress-logo {
    float: right;
    padding-top: 25px;
    margin-right: 30px;
    margin-bottom: 10px;
}

textarea#wordpress-textarea {
    width: 624px;
}

#add-this-button {
    float: right;
}

#wordpress-plugin-heading {
    clear: left;
}