@charset "utf-8";
/* CSS Document */

body { 
	background-color: #4c4235; 
	margin: 0; 
	padding: 0; 
}
	
body,td,th { 
	font-family: Arial, Tahoma, sans-serif, Helvetica;
	font-size: 12px; 
	color: #666666; 
}

.headline { font-size: 24px; color: #444444; line-height: 25px; font-weight: bold;}
.headline2 { font-size: 14px; font-weight: bold; }
.headline3 { font-size: 14px; color: #999; font-weight: bold;}
.headline4 { font-size: 14px; }
.headline5 { font-size: 12px; font-weight: bold;}
.stext {font-size: 11px; color: #999;}
.stext2 { font-weight: bold; }
.stext3 { font-style: italic; }
.stext4 { font-weight: bold; font-size: 11px; }
.stext5 { font-weight: bold; color: #999;}
.stext6 { font-size: 14px; font-weight: bold; color: #960;}
.stext7 { font-size: 14px; font-weight: bold; color: #990;}
.stext8 { font-size: 14px; font-weight: bold; color: #9C0;}
.stext9 { font-size: 10px; color: #7f8e40; } 
.mandatory { font-weight: bold; color: #C30; font-size: 14px;}

hr { border: none 0; border-top: 1px dotted #b4b4b4; height: 1px; }

/* ERROR MESSAGE */
table.errormsg { width: 100%; background-color: #ffebe8; border: 2px #dd3c10 solid; margin: 0 0 20px 0; padding: 10px; }
table.successmsg { width: 100%; background-color: #e5ebd0; border: 2px #8ca139 solid; margin: 0 0 20px 0; padding: 10px; }
table.infomsg { width: 100%; background-color: #eaeaea; border: 2px #000 solid; margin: 0 0 20px 0; padding: 10px; }

td.errormsgIcon { 
	background-image: url(img/icons/error_icon.gif);
	width: 50px;
	height: 63px;
	background-position: top; 
	background-repeat: no-repeat;
}

td.successmsgIcon { 
	background-image: url(img/icons/success_icon.gif);
	width: 50px;
	height: 63px;
	background-position: top; 
	background-repeat: no-repeat;
}

td.infomsgIcon { 
	background-image: url(img/icons/info_icon.gif);
	width: 50px;
	height: 63px;
	background-position: top; 
	background-repeat: no-repeat; 
}

/* forms */

.button { border: none;  padding: 5px; font-size: 12px; color:#FFF; font-weight: bold; display:inline-block; background-color:#366f7a; min-width: 75px;}
.button:hover { border: none;  padding: 5px; font-size: 12px; color:#FFF; font-weight: bold; display:inline-block; background-color:#000000; min-width: 75px; cursor:pointer;}
.button2 { border: none;  padding: 5px; font-size: 12px; color:#42392e; font-weight: bold; display:inline-block; background-color:#c9d794; min-width: 75px;}
.button2:hover { border: none;  padding: 5px; font-size: 12px; color:#FFF; font-weight: bold; display:inline-block; background-color:#000000; min-width: 75px; cursor:pointer;}
input { border: 1px solid #b4b4b4; padding: 5px; font-size: 12px; font-family:Arial, Tahoma, sans-serif, Helvetica; color: #666666;}
input.photoText { width: 146px; }
textarea.normal { border: 1px solid #b4b4b4; width: 326px; height: 120px; padding: 5px; font-size: 12px; font-family: Arial, Tahoma, sans-serif, Helvetica; color: #666666;}
textarea.admin { border: 1px solid #b4b4b4; width: 738px; height: 120px; padding: 5px; font-size: 12px; font-family: Arial, Tahoma, sans-serif, Helvetica; color: #666666; }
.form_btn_edit { border: none; background: url('img/icons/edit_icon.png') no-repeat top left; width:16px; height: 16px;}
.form_btn_edit:hover { border: none; background: url('img/icons/edit_icon.png') no-repeat top left; width:16px; height: 16px; cursor:pointer;}
.form_btn_delete { border: none; background: url('img/icons/delete_icon.png') no-repeat top left; width:16px; height: 16px;}
.form_btn_delete:hover { border: none; background: url('img/icons/delete_icon.png') no-repeat top left; width:16px; height: 16px; cursor:pointer;}
.form_btn_publish { border: none; background: url('img/icons/publish_icon.png') no-repeat top left; width:16px; height: 16px;}
.form_btn_publish:hover { border: none; background: url('img/icons/publish_icon.png') no-repeat top left; width:16px; height: 16px; cursor:pointer;}
.form_btn_archive{ border: none; background: url('img/icons/archive_icon.png') no-repeat top left; width:16px; height: 16px;}
.form_btn_archive:hover { border: none; background: url('img/icons/archive_icon.png') no-repeat top left; width:16px; height: 16px; cursor:pointer;}
.form_btn_promote { border: none; background: url('img/icons/arrow_up.png') no-repeat top left; width:16px; height: 16px;}
.form_btn_promote:hover { border: none; background: url('img/icons/arrow_up.png') no-repeat top left; width:16px; height: 16px; cursor:pointer;}
.form_btn_demote{ border: none; background: url('img/icons/arrow_down.png') no-repeat top left; width:16px; height: 16px;}
.form_btn_demote:hover { border: none; background: url('img/icons/arrow_down.png') no-repeat top left; width:16px; height: 16px; cursor:pointer;}
.form_btn_ban { border: none; background: url('img/icons/lock_delete.png') no-repeat top left; width:16px; height: 16px;}
.form_btn_ban:hover { border: none; background: url('img/icons/lock_delete.png') no-repeat top left; width:16px; height: 16px; cursor:pointer;}
.form_btn_unban{ border: none; background: url('img/icons/lock_go.png') no-repeat top left; width:16px; height: 16px;}
.form_btn_unban:hover { border: none; background: url('img/icons/lock_go.png') no-repeat top left; width:16px; height: 16px; cursor:pointer;}
div.form-normal { 
	float: left; 
	width: 446px; 
	padding: 25px;
}

/* Tables */
table.admin { width: 942px; padding: 3px; border: #dedede 1px solid; line-height: 12px;}
td.top { border-bottom: 2px solid #000; /*#dedede*/ background-color: #d8d8d8; letter-spacing: 3px; font-weight: bold;}
table.admin td { font-size: 11px; height: 30px; padding: 10px;}
td.btm { border-top: 1px solid #dedede;}

/* links */

a:link { color: #366f7a; text-decoration: none; font-weight: bold; }
a:visited { text-decoration: none; color: #366f7a; font-weight: bold; }
a:hover { text-decoration: none; color: #000000; text-decoration: underline; font-weight: bold; }
div.mMenuBg a:link { color: #a39788; text-decoration:none; font-weight: normal; }
div.mMenuBg a:visited  { text-decoration: none; color: #a39788; font-weight: normal; }
div.mMenuBg a:hover  { text-decoration: underline; color: #a39788; text-decoration: underline; font-weight: normal; }
div.mMenuBgInac a:link { color: #42392e; text-decoration:none; font-weight: normal; }
div.mMenuBgInac a:visited  { text-decoration: none; color: #42392e; font-weight: normal; }
div.mMenuBgInac a:hover  { text-decoration: underline; color: #42392e; text-decoration: underline; font-weight: normal; }
div.mCopyrightsC a:link { color: #FFF; text-decoration: none; font-weight: bold; }
div.mCopyrightsC a:visited  { text-decoration: none; color: #FFF; font-weight: bold; }
div.mCopyrightsC a:hover  { text-decoration: underline; color: #a39788; text-decoration: underline; font-weight: bold; }
div.mPath a:link { color: #999999; text-decoration:underline; font-weight: normal;}
div.mPath a:visited  { text-decoration: underline; color: #999999; font-weight: normal;}
div.mPath a:hover  { text-decoration: underline; color: #6b6363; text-decoration: underline; font-weight: normal; }
div.mTopC a:link { color: #FFFFFF; text-decoration:none; font-weight: bold; }
div.mTopC a:visited  { text-decoration: none; color: #FFFFFF; font-weight: bold; }
div.mTopC a:hover  { text-decoration: underline; color: #a39788; text-decoration: underline; font-weight: bold; }

/* MAIN TEMPLATE */

div.mTop { 
	float: left;
	background-image: url(img/top_bar_bg.gif); 
	background-position: top center; 
	background-repeat: repeat-x; 
	width: 100%; 
	height: 29px;  
}

div.mTopC { 
	width: 977px; 
	height: 29px; 
	margin: 0 auto; 
	padding: 0 10px 0 0; 
	text-align: right;
	color: #FFF;
	font-size: 11px;
	line-height: 25px; 
}

div.mTopLogin{ 
	width: 489px; 
	float: right; 
	text-align: right;
}

div.mTopMenu { 
	width: 488px; 
	float: left; 
	text-align: left;
}

div.mLogoC { 
	float: left;
	width: 277px; 
	height: 150px; 
	margin: 0 auto; 
}

div.mMenuTop { 
	float: left; 
	background: url(img/menu_bg_back2.gif); 
	width: 100%; 
	height: 8px;  
	border-top: 1px #8ca13a solid; 
}

div.mMenu { 
	float:left; 
	background: url(img/menu_bg_back.gif); 
	width: 100%; 
	height: 32px; 
	border: none;  
}

div.mMenuC { 
	width: 970px; 
	height: 32px; 
	border: none; 
	margin: 0 auto; 
	padding: 0 7px 0 0;
	font-size: 14px;
	line-height:27px;
}

div.mMenuSide { 
	width: 1px; 
	height: 32px; 
	float: right; 
	background-image: url(img/menu_side.gif)
}

div.mMenuBg { 
	height: 32px; 
	float: right; 
	padding: 0 20px; 
	background-image: url(img/menu_bg.gif); 
	background-position: bottom; 
	background-repeat: repeat-x; 
	
}

div.mMenuSideInac { 
	width: 1px; 
	height: 32px; 
	float: right; 
	background-image: url(img/menu_side_inac.gif);
}

div.mMenuBgInac { 
	height: 32px; 
	float: right; 
	padding: 0 20px; 
	background-image: url(img/menu_bg_inac.gif); 
	background-position: bottom; 
	background-repeat: repeat-x; 
}

div.mMenuSpace { 
	width: 2px; 
	height: 32px; 
	float: right;
}

/* Hovedinnhold */
div.mContentBg { 
	float: left; 
	width: 100%; 
	background-color: #FFF; 
	padding: 0 0 35px 0;
}

div.mContentC { 
	width: 942px; 
	min-height: 110px; 
	background-image: url(img/page_fade.gif); 
	background-position:top right; 
	background-repeat:no-repeat; 
	margin: 0 auto; 
	padding: 0 35px 0 0;
}

div.mPath {
	width: 942px; 
	height: 30px; 
	border: none; 
	margin: 0 0 20px 0;  
	font-size: 11px; 
	color: #999999;
	line-height:25px;
}

div.mContentLeft {
	float: left; 
	width: 496px; 
	line-height: 18px; 
	text-align: left;
}

div.mContentRight { 
	float: right; 
	width: 359px; 
	line-height: 14px;
}

div.mContentRightBox { 
	float: left; 
	width: 359px;
}

div.mContentRightBoxText { 
	float: left; 
	width: 359px;
	margin: 10px 0;
}

div.mContentRightSpace { 
	float: left; 
	width: 359px; 
	height: 23px;
}

div.mFadeBoxTop { 
	float: left; 
	width: 359px; 
	background-image: url(img/fadebox_bg_top.gif); 
	background-position:top; 
	background-repeat:no-repeat; 
	height: 7px; 
}

div.mFadeBoxText { 
	float: left; 
	width: 317px; 
	background-image: url(img/fadebox_bg.gif); 
	background-position:top; 
	background-repeat:no-repeat; 
	min-height: 101px; 
	line-height: 16px; 
	font-size: 11px; 
	padding: 20px; 
	border-left: #dedede 1px solid; 
	border-right: #dedede 1px solid;
}

div.mFadeBoxTextCenter { 
	float: left; 
	width: 317px; 
}

div.mFadeBoxBtm{ 
	float: left; 
	width: 359px; 
	background-image: url(img/fadebox_bg_btm.gif); 
	background-position:top; 
	background-repeat:no-repeat; 
	height: 4px; 
	margin: 0 0 30px 0;
}

div.mProfilContact {
	float: left; 
	width: 319px; 
	min-height: 101px; 
	line-height: 18px; 
	padding: 20px; 
}

div.mContentLeftCenter { 
	float: left; 
	width: 496px;
	margin: 20px 0 0 0;
	text-align: center;
}

div.pageNr { 
	border: #dedede 1px solid; 
	float: left; 
	padding: 3px; 
	margin: 0 3px; 
	text-align: center; 
	font-size: 11px; 
}

div.pageHide { 
	float: left; 
	padding: 6px 3px 0 3px; 
	margin: 0 3px; 
	text-align: center; 
}

div.pageNrSelected { 
	background-color: #dedede; 
	border: #dedede 1px solid; 
	float: left; 
	padding: 3px; 
	margin: 0 3px; 
	text-align: center; 
	font-size: 11px; 
	font-weight: bold;
}

div.temp {width: 100%; height: 100px; background-color: #F00;}

/* grønne feltet med siste kommentarer, populær, osv... */

div.mGreenBg { 
	float: left;  
	width: 100%; 
	border-top: #70822e 8px solid; 
	background-image: url(img/green_bar_bg.gif); 
	background-position:top; 
	background-repeat: repeat-x; 
	padding: 30px 0; 
	background-color: #a0b842;
}

div.mGreenC {
	width: 977px; 
	border: none; 
	margin: 0 auto; 
}

div.mGreenBox { 
	float: left; 
	width: 301px; 
	margin: 0 34px 0 0;
}

div.mGreenBoxTop { 
	float: left; 
	width: 281px; 
	height: 18px; 
	background-color: #c9d794; 
	font-size: 12px; 
	color: #70822e; 
	font-weight: bold; 
	padding: 10px 10px; 
	margin: 1px 0 0 0; 
	line-height: 16px;
}

div.mGreenBoxC { 
	float: left; 
	width: 281px; 
	background-image: url(img/green_bar_box_bg.png); 
	background-position:top; 
	background-repeat:repeat; 
	color: #49551d; 
	padding: 10px; 
	margin: 1px 0 0 0; 
	font-size: 11px; 
	line-height: 14px; 
}

div.mGreenBoxCIcon { 
	float: left; 
	width: 25px; 
	height:25px;
}

div.mGreenBoxCText { 
	float: left; 
	width: 246px; 
	margin: 0 0 0 10px; 
}

div.mGreenBoxCDate {
	float: left;
	width: 281px;
	text-align: right;
	margin: 5px 0 0 0;
}

div.mGreenBoxLast { 
	float: left; 
	width: 301px;
}

div.mGreenPortPic { 
	width: 273px; 
	background-color: #FFF; 
	padding: 3px; 
	border: #798c32 1px solid;
}

/* copyrights osv */

div.mCopyrightsBg {
	float: left; width: 100%; 
	border-top: #000000 3px solid; 
	background-image: url(img/copyrights_bg.gif); 
	background-position: top; 
	background-repeat: repeat-x; 
	padding: 20px 0;
}

div.mCopyrightsC { 
	width: 977px; 
	border: none; 
	margin: 0 auto; 
	padding: 0; 
	font-size: 11px; 
	text-align: left; 
	color: #a39788; 
	line-height:14px;
}

/* portfolio */

div.mPortfolioC {
	float: left; 
	width: 496px; 
	margin: 0 0 20px 0; 
	padding: 0 0 20px 0;
}

div.mPortfolioText { 
	float: left; 
	width: 396px; 
	margin: 0 20px 0 0; 
	font-size:12px; 
	line-height: 18px;
}

div.mPortfolioIcon { 
	float: right; 
	width: 80px;
}

div.mBackgBox {
	width: 329px;
	margin: 0 auto 60px auto;
	text-align: center;
}

div.mBackgTitle {
	float: left;
	width: 329px;
	margin: 0 0 7px 0;
}

/* foto */

div.mContentPhoto {
	float: left; 
	width: 942px;
	min-height: 20px;
}

div.mContentPhotoPage {
	float: left; 
	width: 942px;
	margin: 13px 0 0 0;
}

div.mContentPhotoPageCenter { 
	float: left; 
	width: 882px; 
	padding: 0 25px 0 10px;
	margin: 0 0 10px 0;
}

div.mContentPhotoPageIcon { 
	float: left; 
	width: 25px;
	margin: 0 0 10px 0;
}

div.mCommentsCenterPhoto{
	width: 496px;
	margin: 0 auto;
}

div.mCommentsCenterPhoto2{
	float: left;
	width: 496px;
}

div.photoFrameThumbs {
	float: left; 
	background-color: #FFF; 
	padding: 3px; 
	border: #dedede 1px solid; 
	margin: 0 20px 0 0;
}

div.photoFrameCopyrightC {
	margin: 3px 0 0 0;
}

div.photoFrameCopyrightText {
	float: right;
	text-align: right;
	width: 295px;
	font-size: 11px;
}

div.photoFrameTitle {
	float: left;
	text-align: left;
	width: 297px;
	font-size: 11px;
	font-weight: bold;
}

div.photoFrame { 
	float: left;
	background-color:#FFF; 
	padding: 3px; 
	border: #dedede 1px solid;
}

div.photoText { 
	float: left;
	width: 902px;
	text-align: center;
	padding: 20px;
	line-height: 18px;
}

div.photoTextS {
	width: 359px;
	float: left;
	margin: 5px 0;
}

div.photoDateS {
	width: 180px;
	float: left;
	margin: 5px 0;
}

div.photoAmountS {
	width: 179px;
	float: left;
	margin: 5px 0;
	text-align: right;
}

div.photoRightTitle { 
	float: left; 
	margin: 0 0 13px 0;
}

div.photoTitle { 
	float: left; 
	width: 496px; 
	margin: 0 0 7px 0;
}

div.photoMore {
	float: right; 
	width: 186px; 
	padding: 4px; 
	margin: 0 0 20px 0; 
	text-align: right; 
	font-size: 11px;
	min-height: 18px;
}

div.photoDate {
	float: left; 
	width: 294px; 
	padding: 4px; 
	margin: 0 0 20px 0; 
	text-align: left; 
	font-size: 11px;
}

div.aPhotoBox {
	float: left; 
	width: 156px; 
	margin: 0 11px;
	text-align: left;
}

div.aPhotobox2 {
	float: left; 
	width: 890px; 
	margin: 15px 0;
}

div.aPhotosEditBox { 
	float: left; 
	width: 890px; 
}

div.aPhotosEditBox2 { 
	float: left; 
	width: 890px;
}

/* Portfolio */

div.pphotoText { 
	float: left;
	width: 560px;
	text-align: center;
	padding: 0 20px;
	line-height: 18px;
}

div.pphotoEXIF { 
	float: left;
	width: 301px;
	text-align: left;
	padding: 0 20px;
	line-height: 18px;
	border-right: 1px dotted #b4b4b4; 
}

div.pphotoTextBox { 
	float: left;
	width: 942px;
	margin: 20px 0;
}

/* Artikkel */
div.artHeadline { 
	float: left; 
	width: 496px; 
	margin: 0 0 20px 0;
}


div.artHeadlineComments {
	float: left; 
	width: 200px; 
	border-bottom: 1px dotted #b4b4b4; 
	margin: 0 0 20px 0; 
	padding: 0 0 20px 0; 
	text-align: left;
}

div.linkDate {
	float: left; 
	width: 496px;  
	text-align: right;
}

div.artHeadlineDate {
	float: left; 
	width: 296px; 
	border-bottom: 1px dotted #b4b4b4; 
	margin: 0 0 20px 0; 
	padding: 0 0 20px 0; 
	text-align: right;
}

div.artAttachment {
	float: right; 
	background-color: #FFF; 
	padding: 3px; 
	border: #dedede 1px solid; 
	margin: 4px 0 20px 30px;
}

div.art2Attachment {
	float: right; 
	background-color: #FFF; 
	padding: 3px;  
	border: #dedede 1px solid; 
	margin: 4px 0 6px 10px;
}

div.art2C { 
	float: left; 
	width: 228px; 
	padding: 0 20px 0 0; 
	font-size: 11px; 
	line-height: 14px;
}

div.art3C{ float: left; 
	width: 227px; 
	padding: 0 0 0 20px; 
	font-size: 11px; 
	line-height: 14px; 
	border-left: 1px dotted #b4b4b4;
}

div.port2C { 
	float: left; 
	width: 228px; 
	padding: 0 20px 0 0; 
	line-height: 18px;
}

div.port3C{ float: left; 
	width: 227px; 
	padding: 0 0 0 20px; 
	font-size: 11px; 
	line-height: 14px; 
}

div.port2Text {
	float: left; 
	width: 221px;
	padding: 5px 4px 0 4px;
	margin: 0 0 7px 0;
	text-align: right;
}

div.art2Text {
	float: left; 
	width: 227px; 
	margin: 0 0 7px 0;
}
div.art2Comments {
	float: left; 
	width: 80px; 
	text-align: left;
}

div.art2Date {
	float: left; 
	width: 147px; 
	text-align: right;
}

div.artTitle { 
	float: left; 
	width: 496px; 
	border-bottom: 1px dotted #b4b4b4; 
	padding: 0 0 7px 0; 
}

div.searchResultIcon { 
	float: left; 
	width: 16px; 
	min-height: 16px; 
	margin: 0 0 10px 0; 
}

div.searchResultText { 
	float: left; 
	width: 285px; 
	min-height: 16px; 
	margin: 0 0 15px 10px; 
}

/* kommentarer */

div.commentNr { 
	float: left; 
	width: 248px; 
	margin: 40px 0 0 0; 
	text-align: left; 
}

div.commentTo { 
	float: right; 
	width: 248px; 
	margin: 40px 0 0 0; 
	text-align: right;
}

div.commentBubbleC {
	float: left; 
	width: 496px;
	background-color:#FFF;
}

div.commentBubbleTop { 
	float: left; 
	width: 496px; 
	height: 22px; 
	background-image: url(img/comment_top.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	margin: 20px 0 0 0;
}

div.commentBubbleText { 
	float: left; 
	width: 450px; 
	border-left: 1px solid #b4b4b4; 
	border-right: 1px solid #b4b4b4; 
	padding: 0 22px; 
	font-size: 11px;
}

div.commentBubbleBtm { 
	float: left; 
	width: 496px; 
	height: 22px; 
	background-image: url(img/comment_bottom.gif);
	background-position: top; 
	background-repeat: no-repeat; 
}

div.commentBubbleBtm2 { 
	float: left; 
	width: 496px; 
	height: 7px;
	margin: 0 0 7px 0;
	background-image: url(img/comment_bottom2.gif);
	background-position: top left; 
	background-repeat: no-repeat; 
}

div.commentBubbleBtmBy { 
	float: left; 
	width: 476px; 
	margin: 0 20px 20px 0;
}

div.commentBubbleBtmNr { 
	float: left;
	text-align: right;
	width: 33px; 
	padding: 0 7px 0 0;
}

div.commentbubleBtmText{
	float: left;
	width: 321px;
	text-align: left;
	line-height: 14px;
	padding: 0 0 0 7px;
}

div.commentBubbleBtmOptions { 
	float: right; 
	width: 48px; 
	height: 18px;
	text-align: right;
}

/* Admin */
div.aContent {
	float: left; 
	width: 942px; 
	line-height: 18px; 
	text-align: left;
}

div.aMenu { 
	float: left; 
	width: 942px;
	margin: 0 0 20px 0;
}

div.aFadeBox {
	float: left; 
	width: 228px; /* 209px */
	margin: 0 10px 0 0;
}

div.aFadeBoxLast {
	float: left; 
	width: 228px;
}

div.aFadeBoxTop { 
	float: left; 
	width: 228px; 
	height: 7px; 
	background-image: url(img/admin_menu_top.gif); 
	background-position: top; 
	background-repeat: no-repeat;
}

div.aFadeBoxText { 
	float: left; 
	width: 194px; /* 179px */ 
	background-image: url(img/admin_menu_bg.gif); 
	background-position: top; 
	background-repeat: repeat-x; 
	border-left: #dedede 1px solid; 
	border-right: #dedede 1px solid; 
	min-height: 79px;
	padding: 9px 16px 12px 16px; 
}

div.aFadeBoxText td {
	font-size: 11px;
}

div.aFadeBoxBtm { 
	float: left; 
	width: 228px; 
	height: 4px; 
	background-image: url(img/admin_menu_btm.gif); 
	background-position: top; 
	background-repeat: no-repeat; 
	margin: 0 0 10px 0;
}

div.aConfirmBox { 
	float: left; 
	width: 890px; 
	padding: 25px; 
	text-align: center; 
	border: 1px dotted #b4b4b4; 
	margin: 0 0 20px 0;
}

div.aConfirmBox2 { 
	float: left; 
	width: 444px; 
	padding: 25px; 
	text-align: center; 
	border: 1px dotted #b4b4b4; 
	margin: 0 0 20px 0;
}

div.aConfirmBox2Spacing { 
	float: left; 
	width: 496px;
	height: 20px;
}

div.aFileBox {
	float: left;
	width: 750px;
	margin: 0 0 5px 0;
}

div.aForm { 
	float: left; 
	width: 892px; 
	padding: 25px;
	text-align: center;
}


div.aTable {
	float: left;
	width: 942px;
}

div.aArtAttachmentPreview {
	float: left; 
	background-color: #FFF; 
	padding: 3px; 
	border: #dedede 1px solid; 
	margin: 0 0 5px 0;
}

div.aSpacing {
	float: left;
	width: 942px;
	min-height: 30px;
}

div.aMinMax { float: left; width: 646px; font-size: 11px; text-align: left;}

div.temp {
	height: 40px;
	background-color: #933;
}

