/*BASE STYLES FOR ALL PAGES:*/
.imgblock{ display:block; margin-right:10px; float:left; width:200px; height:auto; padding:5px; padding-bottom:2px; border:solid 1px #CCC; font-size:7pt; color:#666; text-align:center; text-transform:capitalize}
.imgblock img{width:100%; border:0; display:block; margin-bottom:2px;}


/*STYLES FOR EDITOR PREVIEW:*/
#msgbox1,#msgbox0{ position:fixed; top:0; left:0; background-color:#FFC; border:solid #999; border-width:0 5px 1px 0; border-right-color:#F36;  padding:7px 40px 5px 30px; font-size:12pt; font-family:Tahoma, Geneva, sans-serif; color:#666; display:inline; z-index:1000; width:300px}
#msgbox1 span,#msgbox0 span{ float:right; font-size:8pt; border:dotted 1px #F36; display:block; padding:4px; margin-right:-30px; color:#F36} 
#msgbox1:hover,#msgbox0:hover{cursor:pointer; background-color:#FFFFDF; color:#333}
#msgbox0{color:#900; font-weight:bold;}

.marker{background-color:#FFFFDF; border:dotted 1px #CCC; color:#666; font-family:Arial, Helvetica, sans-serif; font-size:7pt; padding:3px; display:block; margin:0; text-transform:uppercase}


