body
{
	margin: 0;
	font-family: arial;
	font-size: 12px;
}

form
{
	margin: 0;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 10px 0;
}

.error
{
	color: red;
	text-align: center;
	padding: 5px;
}

.clear
{
	clear: both;
}

.click
{
	cursor: pointer;
}

.float_left
{
	float: left;
}

a
{
	text-decoration: none;
}

a:hover, .click:hover
{
	text-decoration: underline;
}

#login
{
	width: 300px;
	margin: 0 auto;
	border: 1px #363636 solid;
	margin-top: 300px;
	font-family: tahoma;
	font-size: 12px;
	background: #fff;
}

#login form *
{
	font-family: tahoma;
	font-size: 12px;
}

#login table
{
	margin: 30px;
}

#login_title
{
	background: url(/site/images/panel_top.jpg) top repeat-x;
	height: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}
@font-face {
    font-family: 'quattrocento';
    src: url('/themes/fonts/quattrocentosans-webfont.eot');
    src: url('/themes/fonts/quattrocentosans-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/fonts/quattrocentosans-webfont.woff') format('woff'),
         url('/themes/fonts/quattrocentosans-webfont.ttf') format('truetype'),
         url('/themes/fonts/quattrocentosans-webfont.svg#quattrocento') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #e5e4df;
    color: #231f20;
    font-size: 15px;
}

a { color: #9fb93c;}

div.reset p {
    margin: 0;
    padding: 0;
}

img { border: 0;}

.home-content-box h1 {
    font-family: 'quattrocento';
    font-size: 24px;
    color: #231f20;
    font-weight: normal;
}

h1 {
    font-size: 28px;
    font-family: 'quattrocento';
    color: #656769;
    font-weight: normal;
}

h2 {
    font-size: 23px;
    font-family: helvetica, arial, sans-serif;
    color: #939687;
    font-weight: normal;
}

h3 {
    font-size: 20px;
    font-family: helvetica, arial, sans-serif;
    color: #939477;
    font-weight: normal;
}

blockquote {
    color: #9fb93c;
    font-family: 'quattrocento';
    font-size: 17px;
    line-height: 26px;
}

#header {
    height: 241px;
    background: #fff url(/themes/common/header-bg.jpg) bottom center no-repeat;
}

#logo-link {
    display: block;
    width: 60px;
    height: 42px;
    background: url(/themes/common/header-logo.png) top left no-repeat;
    position: absolute;
    top: 117px;
    left: 31px;
}
#logo-link:hover {
    background: url(/themes/common/header-logo-hover.png) top left no-repeat;
}

#Header-SM {
    position: absolute;
    top: 15px;
    right: -32px;
}

#Header-Nav a { color: #414042;}
#Header-Nav a:hover { text-decoration: none;}
#Header-Nav {
    position: absolute;
    top: 175px;
    left: 40px;
    font-family: 'quattrocento';
    font-size: 16px;
    z-index: 3;
}

#Header-Nav ul.dropdown li {
    float: none;
    padding: 0;
    margin: 0;
    padding: 9px 0;
}

#Header-Nav ul.dropdown > li {
    padding-right: 20px;
}

#Header-Nav ul.dropdown > li.first { padding-top: 0;}
#Header-Nav ul.dropdown li.active,
#Header-Nav ul.dropdown li.active_child
{ 
    border-bottom: 1px solid #d0d43d;
}

#Header-Nav ul ul {
    background: #444445;
    border-top: 1px solid #d0d43d;
    padding-left: 12px;
    top: 0;
    left: 100%;
/*    min-width: 111px;
    width: auto;*/
}
#Header-Nav ul ul a { color: #fff;}

.quattrocento
{
    font-family: 'quattrocento';
}
div.centered {
    width: 875px;
    margin: 0 auto;
    position: relative;
    height: inherit;
}

div.off-centered {
    width: 751px;
    margin-left: 124px;
    position: relative;
}

#main { margin-top: -108px;}

#inside-main {
    margin-bottom: 70px;
    background: url(/themes/inside/images/inside-left-bg.jpg) top left repeat-y;
}

#main-bg
{
    padding-top: 26px;
    background: url(/themes/inside/images/inside-shadow.png) top right no-repeat;
}

#inside-left {
    width: 526px;
    float: left;
    min-height: 500px;
    margin-top: 24px;
}

#il-top {
    background: url(/themes/inside/images/inside-top-bg-2.jpg) top left no-repeat;
    height: 68px;
    margin-top: -25px;
}

#il-content {
    padding: 0 20px 35px 35px;
    background: url(/themes/inside/images/il-bottom-bg.png) 34px bottom no-repeat;
    margin-bottom: 25px;
}

#il-content ul { list-style: none;}
#il-content li:before {
    content: "● ";
    color: #404041;
}

#il-content .blog_entry {position: relative;}
#il-content .blog_entry hr {
    height: 1px;
    color: #cdcd97;
    background-color: #cdcd97;
    border: 0;
    margin: 15px 0;
}

#il-content .blog-date {
    background: url(/themes/inside/images/date-circle.png) top left no-repeat;
    width: 61px;
    height: 52px;
    position: relative;
    float: right;
    right: -5px;
    top: -40px;
    text-align: center;
    font-family: 'quattrocento';
    color: #fff;
    text-transform: uppercase;
    padding-top: 8px;
}
#il-content .blog-date .date-m { font-size: 12px;}
#il-content .blog-date .date-j { font-size: 24px; line-height: 20px;}
#il-content .blog-date .date-y { color: #e7e9d0; font-size: 12px; line-height: 11px;}
#il-content .blog_entry .main-title { text-align: center;}
#il-content .blog_entry .second-title { text-align: center;}
#il-content .blog_entry .blog-share { text-align: center; padding: 15px;}
#il-content .blog_entry .blog-story { margin-top: -10px ;}
#il-content .blog_entry .blog-image { 
    background: url(/themes/inside/images/blog-image-frame.png) top left no-repeat;
    min-height: 0px;
    width: 493px;
    margin-left: -11px;
    margin-top: -71px;
}
#il-content .blog_entry .blog-image img {
    padding-bottom: 33px;
    padding-top: 12px;
    display: block;
    margin: 0 auto;
}
#il-content .blog_entry .blog-tags div {
    padding-right: 10px;
    font-family: 'quattrocento';
    font-size: 19px;
    color: #7f8066;
} 
#il-content .blog_entry .blog-tags div a {
    font-size: 15px;
}
#il-content .blog_entry .comments-header {
    font-family: 'quattrocento';
    font-size: 20px;
    color: #7f8066;
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
}
#il-content .blog_entry .comment-info span.click { color: #9bba61;}
#il-content .blog_entry .comment-info {
    font-family: 'quattrocento';
    font-size: 14px;
    color: #7e8b88;
}
#il-content .blog_entry .comment-message {
    color: #5d5e61;
    font-size: 16px;
    font-family: helvetica, arial, sans-serif;
    padding-bottom: 10px;
}
#il-content .blog_entry .comment_entry .comment_entry { margin-left: 15px;}
#il-content .blog_entry .comment_entry { 
    border-top: 1px dashed #cfd1cb;
    border-bottom: 1px dashed #cfd1cb;
    padding: 11px 10px 5px 0;
    margin-bottom: 5px;
}
#il-content .blog_entry .add_comment {
    width: 138px;
    height: 33px;
    text-indent: -9000px;
    overflow: hidden;
    background: url(/themes/inside/images/add-comment.png) top left no-repeat;
    float: right;
    margin-top: 10px;
}
#il-content .blog_entry .add_comment:hover {
    background: url(/themes/inside/images/add-comment-hover.png) top left no-repeat;
} 
#comment_form_1 { margin-top: 33px;}


#share-this {
    margin-bottom: 20px;
    text-align: center;
}

#inside-right {
    width: 225px;
    float: right;
    margin-top: 0px;
}


#recent-posts .blog_entry { padding-bottom: 10px;}
#recent-posts {
    min-height: 80px;
    background: #ebecd2 url(/themes/inside/images/recent-posts-bg.jpg) top left no-repeat;
    padding: 0 20px 15px 20px;
    text-align: center;
    color: #231f20;
    font-size: 14px;
}
#recent-posts .main_title a {  color: #e7e9d0;}
#recent-posts .main_title {
    height: 80px;
    padding-top: 15px;
    color: #fff;
    font-size: 26px;
    letter-spacing: 7px;
    text-align: center;
    font-family: 'quattrocento';
    width: 135px;
    margin: 0 auto;
    line-height: 25px;
}
#RecentPosts a { color: #9fb93c; }
#recent-posts a.title { 
    color: #656769; 
    font-family: 'quattrocento';
    font-size: 16px;
}

#what-people {
    background: url(/themes/inside/images/inside-sidebar-bg2.jpg) top left repeat-y;
    min-height: 125px;
    padding-top: 10px;
    padding-bottom: 15px;
}
#what-people-header { 
    width: 182px; 
    margin: 0 auto;
    letter-spacing: 7px;
    line-height: 25px;
}

#what-people-rotate {
    color: #9fb93c;
    font-size: 23px;
    font-family: 'quattrocento';
    padding-top: 5px;
}
#what-people-rotate .quote {
    background: url(/themes/inside/images/quote-upper.png) top left no-repeat;
    display: block;
    padding-top: 20px;
    margin-left: 12px;
    padding-left: 12px;
    margin-right: 12px;
    text-align: center;
    font-size: 18px;
}

#what-people-rotate .website
{
    text-align: right;
    display: block;
    padding-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #404041;
}

#what-people-rotate .who {
    display: block;
    background: url(/themes/inside/images/quote-lower.png) top right no-repeat;
    margin-top: 5px;
    padding-top: 35px;
    color: #656769;
    font-size: 18px;
    text-align: right;
    padding-right: 20px;
}

#what-people-rotate .website a {
    display: block;
    text-align: right;
    color: #656769;
    font-size: 18px;
    text-transform: uppercase;
}

#keep-up {
    /*min-height: 280px;*/
    background: url(/themes/inside/images/inside-sidebar-bg3.jpg) top left repeat-y;
}
#keep-up-header {
    text-align: center;
    color: #414042;
    font-family: 'quattrocento';
}

#box_17 {
    padding-top: 48px;
    padding-bottom: 22px;
}

#inside-blog-nav {
    text-align: center;
}

#inside-blog-nav .archives select {
    width: 191px;
    height: 35px;
    text-align: center;
    font-family: 'quattrocento';
    color: #5d5e61;
    font-size: 20px;
}

#inside-blog-nav .categories select {
    width: 191px;
    height: 35px;
    text-align: center;
    font-family: 'quattrocento';
    color: #5d5e61;
    font-size: 20px;
}

#inside-blog-nav .title {
    font-family: 'quattrocento';
    color: #b2b5a3;
    font-size: 26px;
    letter-spacing: 5px;
    line-height: 25px;
    padding-bottom: 5px;
    padding-top: 15px;
}

#inside-blog-nav .tags { padding: 0 15px;}

#box_19 {
    
}

#keep-up-signup {
    text-align: center;
    padding-left: 22px;
}
#keep-up-signup input.submit {
    padding-bottom: 100px;
}
#keep-up-signup input.text {
    width: 167px;
    height: 33px;
    border: none;
    background: #fff;
    margin-bottom: 21px;
    color: #e7e9d0;
    padding: 0 10px;
    font-style: 14px;
}

#keep-up-signup table.newsletter_signup tr
{
    display: block;
    position: relative;
    height: 150px;
}

#keep-up-signup table.newsletter_signup td {
    display: block;
    left: 0;
    top: 0;
    height: 150px;
    position: absolute;
}

#keep-up-signup input.text
{
    position: absolute;
    top: 0;
    left: 1px;
}

#keep-up-signup input.submit
{
    position: absolute;
    top: 55px;
    left: 28px;
}

/*
#keep-up-signup .newsletter_signup td {
    display: block;
}*/

#bottom {
    background: url(/themes/inside/images/inside-footer-bg.jpg) bottom left repeat-x;
    height: 106px;
    padding-top: 1px;
}

#bottom-mid {
    background: url(/themes/inside/images/inside-footer-bg.png) top left no-repeat;
    height: 164px;
    margin: 0 auto;
    position: relative; 
    margin-top: -94px;
    width: 751px;
    padding-top: 1px;
}

#footer-logo {
    display: block;
    width: 200px;
    height: 37px;
    background: url(/themes/inside/images/footer-logo.png) top left no-repeat;
    position: absolute;
    top: 36px;
    left: 13px;
}

#Footer-SM {
    position: absolute;
    top: 40px;
    right: 11px;
}

#Footer-info {
    text-align: center;
    margin-top: 115px;
    color: #6e7072;
    font-size: 14px;
    font-family: 'quattrocento';
}

#Footer-copyright a {color: #f2efe7; }
#Footer-copyright {
    text-align: center;
    margin-top: 40px;
    color: #f2efe7;
    font-size: 8px;
    font-family: 'quattrocento';
}

.blog-synop {
    border-top: 1px solid #cdcd97;
    border-bottom: 1px solid #cdcd97;
    padding-left: 84px;
    background: url(/themes/inside/images/blog-synop-box.png) 2px 5px no-repeat;
    position: relative;
    min-height: 85px;
    padding-top: 10px;
    font-size: 15px;
    color: #231f20;
}

.blog-synop-date {
    background: url(/themes/inside/images/blog-synop-date-bg.png) top left no-repeat;
    width: 50px;
    height: 48px;
    position: absolute;
    left: -2px;
    top: 25px;
    text-align: center;
    font-family: 'quattrocento';
    color: #fff;
    text-transform: uppercase;
    padding-top: 7px;
}
.blog-synop-story a {font-size: 14px;}
.blog-synop-date .date-m { font-size: 12px; line-height: 12.31px}
.blog-synop-date .date-j { font-size: 16px; line-height: 12.35px;}
.blog-synop-date .date-y { color: #e7e9d0; font-size: 12px; line-height: 12.15px;}

.blog-synop-title a {
    color: #656769;
    font-size: 20px;
    font-family: 'quattrocento';
}

div.tags a {
    color: #231f20;
}
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 float: left;
}

ul.dropdown li {
 float: left;
 vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 1;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown {
}

ul.dropdown > li {
 padding: 10px 20px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
}


ul.dropdown ul {
 width: 200px;
 margin-top: 0px;
}

ul.dropdown ul li {
 font-weight: normal;
}

ul.dropdown li.menu ul li a
{
	text-decoration: none;
}
#en_splash_bg
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/includes/content/external_newsletter/black75.png);
	z-index: 3;
	display: none;
}

#en_splash
{
	width: 500px;
	height: 290px;
	background: #f4f3e7;
	padding: 45px 50px;
	position: absolute;
}

.en_close
{
	width: 14px;
	height: 15px;
	cursor: pointer;
	position: absolute;
	top: 24px;
	right: 26px;
	background: url(/includes/content/external_newsletter/close.png) center no-repeat;
}

table.en_content
{
	border-collapse: collapse;
	border: 0;
}

table.en_content td
{
	padding: 0;
	border: 0;
	width: 500px;
	height: 290px;
	vertical-align: middle;
}


.noheight
{
	height: auto;
}

.blog_pad
{
	padding: 1px 0;
}

.blog_home
{
	margin-top: 45px;
	padding: 10px;
}

h3.blog_choice,
#ap_content form h3.blog_choice
{
	color: #000;
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}

table.blog_start
{
	width: auto;
	margin: 0 auto;
}

table.blog_start td
{
	padding: 5px 0;
	padding-right: 5px;
}

.blog_home
{
	text-align: center;
}

.blog_existing
{
	height: 150px;
	width: 500px;
	margin: 0 auto;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
}

table.blog_entry_list td
{
	padding: 3px;
	text-align: left;
}

table.blog_entry_list tr.a td
{
	background: #abd485;
}
table.blog_entry_list tr.b td
{
	background: #cccccc;
}

table.blog_entry_list td.title
{
	width: 350px;
}

table.blog_entry_list td.date
{
	width: 100px;
}

table.blog_entry_list td.actions
{
	width: 50px;
}

div.tab_button
{
	width: 75px;
	padding: 3px;
	font-size: 10px;
	font-family: arial, helvetica;
	color: #000;
	cursor: pointer;
	text-align: center;
	border: 1px #000 solid;
	background: #fff;
	line-height: 10px;
}

div.tabbed_content
{
	display: none;
	position: relative;
}

table.blog_tablist td
{
	padding-right: 1px;
}

table.blog_tablist
{
	margin-bottom: 5px;
}

#blog_status, #blog_status2
{
	font-size: 10px;
	font-style: italic;
	color: #000;
	font-family: arial, helvetica;
}

table.blog_options td
{
	padding: 3px 0;
	padding-right: 5px;
}

#blog_admin_comments .name,
#blog_admin_comments .date
{
	width: 100px;
	float: left;
	overflow: hidden;
	height: 50px;
}

#blog_admin_comments .actions
{
	width: 50px;
	float: left;
	overflow: hidden;
	height: 50px;
}

#blog_admin_comments .message
{
	width: 400px;
	height: 50px;
	float: left;
	overflow: hidden;
}

#blog_admin_comments .message .inactive
{
	font-style: italic;
}

.blog_admin_comment
{
	padding-bottom: 3px;
	margin-bottom: 3px;
	border-bottom: 1px #ccc solid;
}#ck_text
{
	width: 100%;
	height: 100%;
}

.cke_editable.cke_editable_inline.cke_focus
{
	box-shadow: inset 0px 0px 20px 3px #ddd, 
	inset 0 0 1px #000;
	outline: none;
	background: #eee;
	cursor: text;
}#cf_fields
{
	height: 95%;
}

#cf_fieldlist
{
	overflow-y: scroll;
	height: 460px;
	width: 100%;
	background: #fff;
	padding: 1px;
}

table.contact_history
{
	width: 100%;
}

table.contact_history tr.a td
{
	background: #fff;
}

table.contact_history tr.b td
{
	background: #666;
}

div.cfield_a
{
	background: #ccc;
}

div.cfield_a table td,
div.cfield_b table td
{
	margin: 0;
	padding: 0;
}

div.cfield_b
{
	background: #fff;
}

table.cform_fields tr
{
	border: 1px #999 solid;
	background: #fff;
	margin-bottom: 2px;
}

table.cform_fields tr td
{
	border: 1px #999 solid;
}

span.cf_group
{
	cursor: pointer;
	color: blue;
}

span.cf_group:hover
{
	text-decoration: underline;
}

textarea.ap_textarea.cf_textarea
{
	height: 15px;
}

textarea.ap_textarea.cf_textarea:focus
{
	height: 75px;
}
div.file_a, div.file_b
{
	padding: 5px;
	margin: 1px;
	border: 1px #333 solid;
}

div.file_a
{
	background: #bbde9c;
}

div.file_b
{
	background: #cccccc;
}

table.dl_file_list td.actions
{
	padding-right: 20px;
	padding-left: 25px;
}

#dl_file_list .dl_file
{
	position: relative;
}

#dl_file_list .mover
{
	position: absolute;
	left: 10px;
	top: 44px;
	width: 16px;
	height: 16px;
	cursor: move;
	background: url(/includes/icons/logout.png);
}

table.dl_file_list input.text
{
	width: 400px;
	margin: 0;
	border: 1px #999 solid;
	padding: 2px;
}

table.dl_file_list .description
{
	cursor: pointer;
	border: 1px #999 solid;
	background: #fff;
	padding: 2px;
	height: 13px;
	overflow: hidden;
	width: 400px;
}

table.dl_file_list td.bold
{
	padding-right: 15px;
}

#dl_aux_window
{
	position: absolute;
	border: 1px #000 solid;
	background: #999;
	top: 40px;
	left: 30px;
	right: 200px;
	bottom: 20px;
	padding: 10px;
	z-index: 5;
	display: none;
}

#dl_edit_status
{
	position: absolute;
	top: 140px;
	right: 15px;
	width: 140px;
	font-style: italic;
	font-style: 12px;
}#faq_form textarea
{
	width: 500px;
	height: 60px;
	font-size: 8pt;
	font-family: tahoma;
}

#co_main form 
{
	height: 115px;
}#lm_select
{
	width: auto;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	width: 100%;
}

#lm_select table
{
	height: 100%;
	width: 100%;
}

form
{
	position: relative;
}#mg_preview_window
{
	width: 100%;
	height: 450px;
	overflow: auto;
	background: #fff;
	padding: 5px;
	color: #000;
}

#gallery_options
{
	/*width: 100%;
	height: 350px;
	overflow-y: scroll;
	overflow-x: none;
	background: #fff;
	color: #000;*/
}

/*
.image_holder
{
	height: 115px;
	width: 137px;
	padding: 5px 0px;
	float: left;
	margin: 3px;
	border: 1px #000 solid;
	background: #ccc;
}
*/

.image_holder
{
	border: 1px #333 solid;
	margin: 2px;
	position: relative;
	padding-left: 10px;
}

.image_holder .mover
{
	cursor: move;
}

.image_holder.a
{
	background: #bbde9c;
}

.image_holder.b
{
	background: #cccccc;
}

.image_holder.hover
{
}

.clickable
{
	cursor: pointer;
}

.pad
{
	padding: 10px;
}

.space
{
	margin: 10px 0;
}

textarea.large
{
	width: 300px;
	height: 100px;
}

input.large
{
	width: 300px;
}

#gallery_edit_status
{
	position: absolute;
	top: 140px;
	right: 15px;
	width: 140px;
	font-style: italic;
	font-style: 12px;
}

table.mg_edit_table input.text
{
	margin: 0;
	padding: 1px;
	border: none;
	margin: 1px;
	width: 400px;
	font-family: Tahoma;
	font-size: 11px;
}

table.mg_edit_table div.description
{
	background: #fff;
	padding: 3px;
	margin: 1px;
	width: 396px;
	cursor: pointer;
	height: 12px;
	overflow: hidden;	
}

table.mg_edit_table td.left
{
	padding-right: 10px;
}

#gallery_aux_window
{
	position: absolute;
	border: 1px #000 solid;
	background: #999;
	top: 40px;
	left: 30px;
	right: 190px;
	bottom: 30px;
	padding: 10px;
	display: none;
}

textarea.mg_edit_desc
{
	width: 550px;
	height: 380px;
	resize:none;
	border: 1px #333 solid;
}

#mg_desc_form
{
	height: auto;
	width: auto !important;
	padding: 0;
}

button.mg_close_desc
{
	position: absolute;
	bottom: 5px;
}

button.mg_close_desc.one { left: 5px; }
button.mg_close_desc.two { left: 55px; }
button.mg_close_desc.three { left: 155px; }

.mg_install_preview
{
	display: inline-block;
	width: 175px;
	border: 1px #333 solid;
	border-radius: 5px;
	padding: 5px;
	background: #999;
	margin: 3px;
}

.mg_install_preview img
{
	width: 175px;
}

#gallery_picker
{
	width: 600px !important;
	height: 400px !important;
}

.mg_install_preview .title
{
	text-align: center;
	font-weight: bold;
}

#mg_preview_style
{
	position: absolute;
	top: 65px;
	right: 10px;
	width: 165px;
}

#entry_window
{
	height: 450px;
	width: 95%;
	padding: 5px;
	background: #fff;
	overflow: auto;
}/* admin plaintext css */

#plaintext
{
	width: 100%;
	height: 100%;
}

#plaintext textarea
{
	width: 100%;
	height: 100%;
}