/*** Required styles for all blogs ***/

form {
	margin: 0;
}

.req {
	color: red;
}

fieldset {
   -moz-border-radius: 6px;
}

.popup {
   position:absolute;
   border-style: solid;
   border-width: 1px;
   border-color: #b7b8b9 #8b8e93 #5e6063 #8b8e93;
   z-index: 10;
}

.popupCaption {
   background:#e0dfe3 url(/weblog/pics/bgwin.gif) repeat-x left top;
   width:100%;
   cursor:move;
	color: #000;
	font-weight:bold;
}

.ptr {
   cursor: pointer;
}

legend {
   color: #000;
}

.fv-req {
}

.fv-forget {
  background-color: #fcc;
  border: 2px solid #f00;
}

.fv-syntax {
   background-color: #fcc;
   border: 2px solid #f00;
}

img.editBut {
   border:1px solid #9f998c;
   cursor: pointer;
   cursor: hand;
}

.blogEntryOdd:after, .blogEntryEven:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}
* html .blogEntryOdd {height: 1%;}
* html .blogEntryEven {height: 1%;}


/*** /Required styles for all blogs ***/

