/*  
Theme Name: Creative Archive Online
Theme URI: http://www.creativearchiveonline.co.uk
Description: The WordPress theme for Creative Archive Online.
Version: 1.0
Author: Sarah Robertson
Author URI: http://www.creativestate.co.uk
*/

body {
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	background: url(images/body-bg.jpg) no-repeat;
}

p a {
	color:#CD418C;
}

.f-left {
	float:left;
}

.f-right {
	float:right;
}

img {
	border: none;
	display: block;
}

form {
	padding: 0;
	margin: 0;
}

/* @group Header */

.header {
	width: 100%;
	overflow: hidden;
	background: url(images/header-bg.png) repeat-x;
}

.header ul {
	margin: 0;
	padding: 0 0 7px 20px;
	list-style: none;
	overflow: hidden;
}

.header ul li {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-right: 18px;
}

.header ul li a {
	color: #000;
	text-decoration: none;
	line-height: 22px;
}

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

/* @end */

/* @group Page */

#page {
	width: 953px;
	overflow: hidden;
	position: relative;
}

.mainlogo {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 239px;
	height: 69px;
	background: url(images/logo.gif) no-repeat;
	margin: 11px 0 6px 26px;
}

/* @end */

/*content*/
.post img {
	border:1px solid #9D9D9D;
	padding:1px;
}
.content {
	width:943px;
	padding:8px 0 0 10px;
	overflow:hidden;
	background:url(images/left-bg.gif) no-repeat;
}
ol.commentlist {
	margin-top: 0;
	margin-bottom: 10px;
}
ol a {
	color:#CD418C;
}
ol a:hover {
	text-decoration:none;
}
/*left box*/
.left-box {
	width:780px;
	padding:0 8px 0 0;
	position:relative;
}
.inner {
	width:742px;
	overflow:hidden;
	background:#fff;
	padding:21px 19px 0;
}
/*top box with menu and search form*/
.top-box {
	width:100%;
	overflow:hidden;
	padding-bottom:11px;
	border-bottom:8px solid #000;
}
ul.menu {
	overflow:hidden;
	padding:0;
	margin:0;
	list-style:none;
	width:406px;
}
ul.menu  li {
	float:left;
	width:197px;
	margin:0 6px 4px 0;
}
ul.menu  li a {
	color:#fff;
	text-decoration:none;
	font:bold 11px/18px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	height:18px;
	display:block;
	background:#000 url(images/arrow.gif) no-repeat 190px 0;
	border-bottom:1px solid #CD418C;
	text-indent:6px;
	text-transform:uppercase;
}
ul.menu  li a:hover {
	color:#0098D4;
	border-bottom:1px solid #0098D4;
	background-position:190px -18px;
}
/*search form*/
.top-box fieldset {
	margin:0;
	padding:28px 0 0;
	border:none;
	width:321px;
	overflow:hidden;
}
.top-box fieldset label {
	width:321px;
	float:left;
	font-weight:bold;
	font-size:11px;
	padding-bottom:2px;
}
.top-blue-input {
	width:142px;
	height:17px;
	float:left;
	border:1px solid #0098D4;
	overflow:hidden;
	margin-right:4px;
}
.top-blue-input input.text {
	width:146px;
	padding:2px 5px 0;
	margin:-2px 0 0 -2px;
	height:22px;
	font-size:12px;
	border:none !important;
	font:12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
* html .top-blue-input input.text {
	padding:0px 5px 0;
	margin:-3px 0 0 -2px;
}
*+html .top-blue-input input.text {
	padding:0px 5px 0;
	margin:-3px 0 0 -2px;
}
.top-box fieldset select {
	width:144px;
	float:left;
	font:12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
/*custom scroll*/
.selectArea {
	width:144px !important;
	height:19px;
	background:url(images/select_bg.gif) repeat-x;
	float:left;
}
.selectArea .left {
	width:1px;
	height:19px;
	float:left;
	background:url(images/select_left.gif) no-repeat;
}
.selectArea .right {
	width:19px;
	height:19px;
	float:right;
	background:url(images/select_right.gif) no-repeat;
	position:relative;
}
.selectArea .right a {
	display:block;
	width:19px !important;
	height:19px !important;
	position:absolute;
	top:0;
	right:0;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:118px !important;
	color:#000;
	padding:1px 0 0 3px;
	float:left;
}
.safari .selectArea .center {padding-top:2px;}
/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	width:110px !important;
	background:#fff;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.safari .optionsDivVisible p {padding:2px 0;}
.optionsDivVisible a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:1px 4px;
}
.optionsDivVisible a:hover {
	color:#000;
	border-color:#cfd0d6;
}
/*go-btn*/
.top-box fieldset input.go-btn {
	display:block;
	width:26px;
	text-align:center;
	height:19px;
	line-height:19px;
	font-size:11px;
	color:#fff;
	float:left;
	padding:0px;
	margin-left:2px;
	background:#0098D4;
	text-decoration:none;
	border:none;
}
.content-area {
	width:100%;
	overflow:hidden;
	padding-bottom:15px;
}
/*sub left on left part*/
.sub-left {width:404px;}
h2 {
	padding:0;
	margin:0;
	color:#0098D4;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
}
h3 {
	padding:0 0 18px;
	margin:0;
	font-size:11px;
	font-weight:bold;
	line-height:10px;
}
h3.center-text {
	line-height:42px;
	padding:0;
}
.img-box {
	border:1px solid #9D9D9D;
	width:400px;
	padding:1px;
}
.sub-left p {
	padding:15px 0;
	margin:0;
	line-height:14px;
	background:url(images/horiz-line.gif) repeat-x 0 100%;
}
.sub-left p a {color:#CD418C;}
.sub-left p a:hover {text-decoration:none;}
.sub-left h4 {
	color:#CC3F8B;
	font:bold 11px/32px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-align:right;
	border-bottom:8px solid #000;
	padding:0;
	margin:0;
}
ul.members  {
	padding:0;
	margin:0;
	list-style:none;
	width:404px;
	overflow:hidden;
}
ul.members li {
	float:left;
	padding:0 15px 10px 0;
}
ul.members li.last {padding:0;}
ul.members li a {
	display:block;
	border:1px solid #9D9D9D;
	width:120px;
	padding:1px;
}
ul.members li a.name {
	color:#CA2D92;
	border:none;
	width:auto;
	display:inline;
	padding-left:9px;
}
ul.members li a.name:hover {text-decoration:none;}
.sub-left p.pink {
	background:#CA2D92;
	color:#fff;
	padding:0;
	background-image:none;
	line-height:26px;
	text-indent:8px;
}
.sub-left p.pink a {color:#fff;}
/*sub-right box on left part*/
.sub-right {
	width:321px;
	padding:16px 0 0;
}
/*login to your account box*/
.sub-right fieldset {
	width:300px;
	overflow:hidden;
	padding:4px 11px 0 10px;
	margin:0;
	border:none;
	background:#000;
}
.sub-right fieldset div {
	width:300px;
	overflow:hidden;
	padding-bottom:4px;
}
.sub-right fieldset div strong {
	color:#fff;
	font-size:11px;
	line-height:23px;
}
.sub-right fieldset label {
	float:left;
	width:52px;
	color:#fff;
	font-size:11px;
	line-height:18px;
}
.sub-right fieldset input.text {
	float:left;
	width:169px;
	border:none;
	padding:1px 5px;
}
.sub-right fieldset .btn {
	width:62px;
	display:block;
	background:#fff;
	color:#000;
	text-align:center;
	text-decoration:none;
	line-height:18px;
	font-size:11px;
	float:right;
}
.sub-right fieldset a.blue {
	float:left;
	color:#009EE0;
	font-size:10px;
	line-height:18px;
	margin:0 0 0 130px;
	text-decoration:none;
}
.sub-right fieldset a.blue:hover {text-decoration:underline;}
.sub-right fieldset.subcribe {background:#009EE0;}
.sub-right fieldset.subcribe label {width:33px;}
.sub-right fieldset.subcribe input.text {width:145px;}
.sub-right fieldset.subcribe a.btn {
	color:#009EE0;
	float:left;
	margin-left:126px;
	display:inline;
}
.sub-right fieldset.subcribe p {
	padding:0 0 0 10px;
	line-height:11px;
	font-size:11px;
	float:left;
	text-indent:0;
	margin:0 -10px 0 0;
}
.sub-right fieldset p {
	background:#009EE0;
	color:#fff;
	padding:0;
	margin:0 -11px 0 -10px;
	position:relative;
	text-indent:11px;
	font-size:11px;
	font-weight:bold;
	line-height:24px;
}
.sub-right fieldset p a {
	color:#fff;
	float:none;
	background:none;
	width:auto;
	display:inline;
}
.sub-right fieldset p a:hover {text-decoration:none;}
.sub-right p {
	padding:0 0 15px;
	margin:0;
	line-height:14px;
}
.sub-right h4 {
	color:#fff;
	background:#CD418C;
	padding:0;
	margin:0;
	text-indent:10px;
	font:bold 11px/24px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
h3.top-text {padding:10px 0 0;}
.sub-right p.small,
.sub-left .small {font-size:10px;}
.sub-right p.small.line {
	background:url(images/horiz-line.gif) repeat-x 0 100%;
	padding-bottom:12px;
}
.sub-right p.small a {color:#CD418C;}
.sub-right p.small a:hover {text-decoration:none;}
.sub-right h4.black-h4 {
	background:#000;
	margin:19px 0 0;
}
.creativestate {
	width:321px;
	overflow:hidden;
	padding:5px 0 0;
}
.creativestate ul.members {
	width:124px;
	padding-top:12px;
	margin-left:5px;
}
/*bottom links*/
.bottom {
	width:100%;
	background:url(images/horiz-line.gif) repeat-x;
	overflow:hidden;
}
.bottom ul {
	padding:0;
	margin:0;
	list-style:none;
}
.bottom ul li {
	float:left;
	padding-right:32px;
}
.bottom ul li a {
	text-decoration:none;
	color:#0098D4;
	line-height:22px;
}
.bottom ul li a:hover {text-decoration:underline;}
.mail {
	font-size:10px;
	color:#0098D4;
	text-decoration:none;
	background:url(images/img-mail.gif) no-repeat 100% 7px;
	line-height:22px;
	padding-right:16px;
}
.mail:hover {text-decoration:underline;}
.corner {
	position:absolute;
	bottom:0;
	right:0;
	width:8px;
	height:448px;
	background:url(images/right-corner.png) no-repeat ;
}
/*footer*/
.footer {
	width:740px;
	background:url(images/footer-bg.png) no-repeat;
	overflow:hidden;
	padding:0 18px 0 32px;
}
.footer p {
	padding:0;
	margin:0;
	line-height:36px;
}
.footer p.f-right {color:#0098D4;}
.footer p.f-right a {
	color:#000;
	text-decoration:none;
}
.footer p.f-right a:hover {text-decoration:underline;}
/*right banner box*/
ul.right-box {
	width:150px;
	padding:0;
	margin:0;
	list-style:none;
}
ul.right-box li {
	float:left;
	width:100%;
	margin-bottom:14px;
}
.new {
	display:block;
	width:105px;
	height:107px;
	position:absolute;
	left:668px;
	top:45px;
	background:url(images/new-bg.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/********************************************************* news-events page *******************************************/
.news-box {
	width:100%;
	overflow:hidden;
	background:url(images/horiz-line.gif) repeat-x 0 100%;
	padding:0 0 19px;
}
.news-box.last {background:none;}
.news-box-right-part {width:324px;}
.news-box-right-part p {
	padding:0 0 15px;
	margin:0;
	line-height:14px;
}
.news-box-right-part p a {color:#CD418C;}
.news-box-right-part p a:hover {text-decoration:none;}
.control-page {
	width:100%;
	overflow:hidden;
}
.control-page p {
	color:#CA2D92;
	padding:0;
	margin:0;
}
.control-page ul {
	margin: 0;
	padding: 0;
}
.control-page a {
	color:#CA2D92;
	padding:0 5px;
}
.control-page a:hover {
	text-decoration:none;
}
/************************************************************ category page *************************************************/
.news-box ul.members {width:100%;}
.news-box ul.members li {padding-bottom:0;}
.news-box ul.members li.more a {
	border:none;
	width:auto;
	color:#CA2D92;
	font:bold 11px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin:110px 0 0 19px;
	padding:0;
}
.news-box ul.members li.more a:hover {text-decoration:none;}
.section {
	color:#CA2D92;
	font:bold 11px/40px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}
.section:hover {text-decoration:none;}
h2.art {
	line-height:normal;
	padding-top:15px;
}
/************************************************************* portfolio page *************************************************/
.tandem {
	width:100%;
	overflow:hidden;
}
.tandem a {
	font-weight:bold;
	color:#CA2D92;
	line-height:40px;
}
.tandem a:hover {text-decoration:none;}
/*border box*/
.big-brd {
	width:571px;
	overflow:hidden;
	border:1px solid #CA2D92;
	padding:15px 15px 0 16px;
	margin:0 auto; 
}
.big-brd .img-box {
	width:569px;
	border:1px solid #CA2D92;
}
.big-brd .control-page {padding:10px 0 0;}
.big-brd .control-page p {color:#000;}
.big-brd p {
	padding:0 0 15px 8px;
	margin:0;
	line-height:14px;
}
.big-brd p a {color:#CD418C;}
.big-brd p a:hover {text-decoration:none;}
/************************************************************* blog page *****************************************************/
.blog .sub-right {
	width:301px;
	padding:10px 0 0;
}
/*righ lists and search form*/
ul.list {
	padding:0 0 27px;
	margin:0;
	list-style:none;
	overflow:hidden;
}
ul.list li {line-height:14px;}
ul.list li a {color:#CD418C;}
ul.list li a:hover {text-decoration:none;}
.sub-right fieldset.search-blog {
	background:none;
	padding:0 0 27px;
}
.sub-right fieldset.search-blog label {
	font-weight:bold;
	color:#000;
	width:100%;
}

input.text, textarea.text {
	border:1px solid #000;
	padding:0 5px;
}
.sub-right fieldset.search-blog input.text {
	border:1px solid #000;
	width:143px;
	padding:0 5px;
	float:left;
	margin-right:4px;
}
input.submit {
	background:#CD418C;
	height:20px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	display:block;
	text-align:center;
	border: none;
}

.sub-right fieldset.search-blog .submit {
	float:left;
	background:#CD418C;
	width:62px;
	line-height:18px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	display:block;
	text-align:center;
	border: none;
	height: 18px;
}
h3.none {padding-bottom:0;}
h3.top-text a {color: black; text-decoration:none; text-transform: uppercase;}
.blog .content-area {
	background:url(images/vertik-line.gif) repeat-y 418px 0;
	padding:0;
	margin:15px 0 0;
	border-bottom:20px solid #fff;
}
.blog .sub-left p {
	padding:0 0 15px;
	background:none;
}
.blog .sub-left p.small.line {background:url(images/horiz-line.gif) repeat-x 0 100%;}
.blog .control-page {padding:25px 0 0;}
.blog .control-page p,
.blog .control-page ul {padding:0;}
.blog h2 a {
	padding:0;
	margin:0;
	color:#0098D4;
	line-height:40px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
.blog h2, .blog h2 a {
	line-height:normal;
	padding-bottom:5px;
	text-transform: uppercase;
}
.blog .img-box {margin-bottom:10px;}
/************************************************************** profile page ****************************************************/
.profile-box {
	width:100%;
	overflow:hidden;
	background:url(images/horiz-line.gif) repeat-x 0 100%;
}
.profile-box ul.members {width:124px;}
.profile {
	width:100%;
	overflow:hidden;
	padding-bottom:5px;
}
ul.person {
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
	width:350px; 
}
ul.person li {
	float:left;
	width:175px;
	line-height:14px;
	padding-bottom:15px;
}
ul.person li a {color:#CD418C;}
ul.person li a:hover {text-decoration:none;}
.profile-right {
	width:160px;
	overflow:hidden;
}
.promember {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:138px;
	height:35px;
	background:url(images/txt-promember-online.gif) no-repeat;
}
.send-btn {
	width:160px;
	background:#000;
	color:#fff;
	border-bottom:1px solid #CD418C;
	display:block;
	font:bold 11px/18px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-align:center;
	text-decoration:none;
	white-space:nowrap;
	margin-top:58px;
}
.profile-box p {
	padding:0 0 15px;
	margin:0;
	line-height:14px;
}
.profile-box p a {color:#CD418C;}
.profile-box p a:hover {text-decoration:none;}
/************************************************************** register page **********************************************/
.register .content-area {padding-bottom:10px;}
.register .content-area p,
.edit .content-area p {
	padding:0 0 20px;
	margin:0;
	line-height:14px;
}
.categories {
	width:592px;
	padding:0 75px 20px;
	overflow:hidden;
}
/*form*/
.register .content-area fieldset {
	margin:0;
	padding:0;
	border:none;
	width:100%;
	overflow:hidden;
}
.register .content-area fieldset div {
	width:100%;
	overflow:hidden;
	padding-bottom:9px;
}
.register .content-area fieldset em {
	color:#CD418C;
	padding-left:7px;
}
.register .content-area fieldset label {
	width:164px;
	line-height:18px;
	float:left;
}
.register .content-area fieldset label.category {
	width:131px;
	text-align:center;
}
.register .content-area fieldset input.text {
	float:left;
	width:163px;
	padding:0;
}
.register .content-area fieldset select {
	width:167px;
	float:left;
}
.checkboxArea, .checkboxAreaChecked {
	display:block;
	float:left;
	width:14px !important;
	height:14px !important;
	font-size:0;
	padding:0 !important;
	margin:0 5px 0 0 !important;
	cursor:pointer;
}
.checkboxArea {background:url(images/checkbox.gif) no-repeat;}
.checkboxAreaChecked {background:url(images/checkbox.gif) no-repeat left bottom;}
.outtaHere {
	position:absolute;
	left:-3000px;
}
.register .content-area fieldset input.check {
	margin:0;
	padding:0;
	float:left;
}
.terms-box {
	width:100%;
	overflow:hidden;
	background:url(images/horiz-line.gif) repeat-x;
	padding:10px 0 0;
	margin-top:10px;
}
.terms-box label {width:auto !important;}
.terms-box label input.check {margin:2px 10px 0 0 !important;}
* html .terms-box label input.check {margin:-2px 10px 0 0 !important;}
.terms-box label a {
	display:inline;
	background:none;
	color:#CD418C;
	text-decoration:underline;
	margin:0;
}
.terms-box label a:hover {text-decoration:none;}
.terms-box a,
.browse-btn,
.log a {
	display:block;
	width:62px;
	overflow:hidden;
	background:#CD418C;
	color:#fff;
	text-decoration:none;
	font:11px/18px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	text-align:center;
	margin-left:17px;
}
/************************************************************* edit page *******************************************************/
.edit .content-area {padding-bottom:0;}
.edit .content-area fieldset {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
	background:url(images/horiz-line.gif) repeat-x 0 100%;
}
.edit .content-area fieldset.none {background:none;}
.edit .content-area fieldset div {
	width:100%;
	overflow:hidden;
	padding-bottom:9px;
}
.edit .content-area fieldset label {
	float:left;
	width:164px;
	line-height:18px;
}
.edit .content-area fieldset div .normal-input,
.register .content-area fieldset div .normal-input,
.edit .content-area fieldset div .long-input,
.edit .content-area fieldset div .short-input {
	width:163px;
	height:17px;
	border:1px solid #CD418C;
	float:left;
	padding:0;
}
.edit .content-area fieldset div .normal-input input.text,
.register .content-area fieldset div .normal-input input.text,
.edit .content-area fieldset div .long-input input.text,
.edit .content-area fieldset div .short-input input.text {
	font:12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	padding:0 5px;
	width:151px;
	height:24px;
	border:none;
	color:#CD418C;
}
* html .edit .content-area fieldset div .normal-input input.text,
* html .edit .content-area fieldset div .long-input input.text,
* html .register .content-area fieldset div .normal-input input.text {margin:-3px 0 0 -1px;}
.safari .normal-input input.text,
.safari .short-input input.text,
.safari .long-input input.text {
	margin:-1px 0 0 -1px;
	width:165px !important;
}
.edit .content-area fieldset div .long-input {width:356px;}
.edit .content-area fieldset div .long-input input.text {width:356px;}
.edit .content-area fieldset div .short-input {
	width:14px;
	margin-right:3px;
	text-align:center;
}
.edit .content-area fieldset div .short-input input.text {
	width:12px;
	padding:0 0 0 1px;
}
.safari .short-input input.text {width:16px !important;}
.safari .long-input input.text {width:360px !important;}
* html .edit .content-area fieldset div .short-input input.text {margin:-3px 0 0 -1px;}
/*custom select*/
.profile-edit .selectArea {
	width:167px !important;
	height:19px !important;
	background:url(images/select_pink_bg.gif) repeat-x;
	float:left;
	margin-right:24px;
	padding:0 !important;
}
.register .profile-edit .selectArea {margin:0;}
.profile-edit .selectArea .left {
	width:1px;
	height:19px;
	float:left;
	background:url(images/select_pink_left.gif) no-repeat;
}
.profile-edit .selectArea .right {
	width:19px;
	height:19px;
	float:right;
	background:url(images/select_pink_right.gif) no-repeat;
	position:relative;
}
.profile-edit .selectArea .right a {
	display:block;
	width:19px !important;
	height:19px !important;
	position:absolute;
	top:0;
	right:0;
}
.profile-edit .selectArea .right i {display:none;}
.profile-edit .selectArea .center {
	width:140px !important;
	color:#CD418C;
	padding:1px 0 0 3px;
	float:left;
}
.safari .profile-edit .selectArea .center {padding-top:3px;}
.profile-edit .safari .selectArea .center {padding-top:2px;}
/*Selects drop-down*/
.profile-edit .optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	width:142px !important;
	background:#fff;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.profile-edit .optionsDivInvisible {display:none;}
.profile-edit .optionsDivVisible {display:block;}
.profile-edit .optionsDivVisible p {
	margin:0;
	padding:0;
}
.profile-edit .safari .optionsDivVisible p {padding:2px 0;}
.profile-edit .optionsDivVisible a {
	color:#CD418C;
	text-decoration:none;
	display:block;
	padding:1px 4px;
}
.profile-edit .optionsDivVisible a:hover {
	color:#CD418C;
	border-color:#cfd0d6;
}
.profile-edit .edit .content-area fieldset select {
	width:167px;
	margin:0 30px 0 0;
	float:left;
}
.edit .content-area fieldset textarea {
	color:#CD418C;
	width:352px;
	height:62px;
	float:left;
	border:1px solid #CA2D92;
	padding:2px;
}
.edit .content-area fieldset em {
	float:left;
	margin-left:164px;
	font-size:11px;
	white-space:nowrap;
}
.edit .content-area fieldset em.warning {
	color:#CD418C;
	font-size:12px;
}
.edit .content-area fieldset .browse-btn {
	right:0;
	margin:0 0 0 8px;
}
ul.delete {
	width:578px;
	overflow:hidden;
	padding:0 0 15px;
	margin:0;
	list-style:none;
}
ul.delete li {line-height:14px;}
ul.delete li a {color:#CD418C;}
ul.delete li a:hover {text-decoration:none;}
.log {
	padding:0;
	margin:0;
	text-align:right;
}
.log a {
	display:inline;
	padding:0 5px;
	margin-left:0;
}