/* forms CSS */
/* back-end */
#account_details_input,
#account_users,
#page_input,
#link_input,
#posting_input
{
	width: 100%;
}
#account_details_textarea
{
	width:100%;
	height:300px;
}
#page_textarea,
#posting_textarea
{
	width:100%;
	height:400px;
}
/* front-end */
#contact_us_input
{
	width: 100%;
}
#contact_us_textarea
{
	width: 100%;
	height:200px;
}