body {
	margin: 0px;
	padding: 0px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #444;
	background-color: #eee;
	vertical-align: top;
}

a:focus {
  outline: 0 !important;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/********************************************
 * CHANGED[McMenu]:
 * The headers height was changed from 40 to 30
  * so we had to change the padding top here to match.
 ********************************************/
.row {
	padding-top: 30px;
	padding-left: 150px;
	z-index: 10;
	vertical-align: top;
	position: absolute;
	top: 0; 
	left: 0;

}

.selector {
	float: left;
	vertical-align: top;
/********************************************
* KRIS:
 * Changed the line below
 * Should be 15px spacing between columns, not 16.
 ********************************************/
	width: 540px; /* CHANGED THIS TO 540 FROM 541 */
	height: 615px;
}

.column {
	float: left;
	vertical-align: top;
/********************************************
* KRIS:
 * Changed the line below
 * Should be 15px spacing between columns, not 16.
 ********************************************/
	width: 315px; /* CHANGED TO 315 FROM 316 */
	height: 615px;
}

/*logo - change the id of the body tag to display the right logo, according to which blog you're on*/

.logo {
	background-image: url(/images/moco_logo_default.gif);
	width: 128px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
}

#design-moco .logo {
	background-image: url(/images/moco_logo_design.gif) !important;
}

#art-moco .logo {
	background-image: url(/images/moco_logo_art.gif) !important;
}

#fresh-moco .logo {
	background-image: url(/images/moco_logo_fresh.gif) !important;
}

#design-moco .logo:hover, #art-moco .logo:hover, #fresh-moco .logo:hover 
{
	background-image: url(/images/moco_logo_default.gif) !important;
}

/*hide next and previous page variables*/

#next-page, #prev-page {
	display: none;
}

/*menu******************************************/

#menu-container {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 11;
}

#menu-slide {
	overflow: hidden;
}

#menu {
	position: relative;
	padding-left: 7px;
	padding-right: 15px;
	padding-top: 40px;
	float: left;
	height: 650px;
	width: 128px;
	background-color: #eee;
}

#menu-border {
	 position: fixed;
	 top: 0px;
	 left: 30px;
	 z-index: 10;
	 width: 7px;
	 height: 680px;
	 background-color: #eee;
}

/********************************************
 * CHANGED[McMenu]:
 * Took some Padding Off.
 ********************************************/
#menu-top { 
	z-index: 14;
	padding-bottom: 10px;
	background-color: #eee;
}

#menu-bottom {
	position: absolute;
	top: 489px;
	background-color: #eee;
	padding-bottom: 50px;
	z-index: 10;
}

/********************************************
 * CHANGED[McMenu]:
 * Added this decleration block.
 ********************************************/
#menu-middle { 
	font-size: 10px;
	font-style: italic;
	color: #bbb;
	padding: 0 0 0 3px;
	width: 135px;
	font-weight: bold;
}

#menu-middle span { 
	line-height: 19px;
}

#menu-top img, #menu-bottom img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
}
 
.subtitle {
	margin-top: 6px;
	text-align: center;
	color: #999;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	height: 44px;
	margin-left: 18px;
	width: 100px;
	text-align: center
}

#menu img.icon {
	margin: 0px;
	vertical-align: text-bottom;
	border: 0px;
	padding-right: 2px;
	display: inline;
}

/********************************************
 * CHANGED[McMenu]:
 * Added this decleration block.
 ********************************************/
#menu .btn-layout { 
	cursor: pointer;
}
	
/*subsections & submenus*/

/********************************************
* KRIS-2:
 * Added the class below.
 * When Javascript is enabled, render all the sub-sections to be hidden as the accordion would expect.
 * The accordian will take care of displaying the one that should be open by default.
 ********************************************/
.js .subsection { 
	height: 0;
	overflow: hidden;
}
.subsection {
	margin-left: 28px;
	width: 100px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 0;
	background-color: #eee;
}
	
.submenu-container {
	position: absolute;
	padding-left: 40px;
	margin-left: 75px;
	margin-top: -23px;
	z-index: 16;
	visibility: hidden;
}

.submenu {
	background-color: #eee;
	border: solid 1px #ddd;
	width: 235px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}
	
.subsection ul {
	margin: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2px;
	border-bottom: solid 1px #ddd;
}

#menu .submenu ul {
	float: left;
	clear: bottom;
	width: 117px;
	border-bottom: none;
}
	
.subsection li, .submenu li {
	list-style: none;
	line-height: 20px;
	vertical-align: middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #999;
}

/*subsections & submenus elements*/

.subsection table {
	width: 100px;
	font-size: 10px;
	vertical-align: bottom;
	text-align: left;
	color: #999;
	border: 0;
}

/*ads******************************************/

.ad-big {
	margin-right: 15px;
	width: 300px;
	height: 600px;
	overflow: hidden;
}

/********************************************
* KRIS:
 * Added this class.
 * Images with A tags around them were having extra spacing added because the A tags weren't surrounding the image.
 * Also any spacing should affect its floated elements around it.
 ********************************************/
.ad-big img {
	display: block;
	float: left;
}

.ad-med {
	margin-right: 15px;
	margin-bottom: 10px;
	width: 300px ;
	height: 250px;
	overflow: hidden;

}

.ad-120 {
	margin: 15px;
	width: 120px ;
	height: 120px;
        display: inline;
	overflow: hidden;
}

.ad-145 {
	margin: 15px 3px 15px 2px;
	width: 145px ;
	height: 120px;
    display: inline;
	overflow: hidden;
}

.ad-145-l {
/********************************************
* KRIS:
 * Changed the line below
 * Each cell is responsible for its bottom padding, it also has right padding so its right cell is aligned properly.
 ********************************************/
    margin: 0 10px 10px 0;
	width: 145px ;
	height: 120px;
    float: left;
	overflow: hidden;
}

.ad-145-r {
/********************************************
* KRIS:
 * Changed the line below
 * Each cell is responsible for its bottom padding. It has no left or right, as thats on the left cell.
 ********************************************/
    margin: 0 0 10px 0;
	width: 145px ;
	height: 120px;
	float: left;
	overflow: hidden;
}


/********************************************
* KRIS:
 * Added this style class 
 * Added margin above it, so that it aligns properly with the bottom of the scroll div.
 * hidden so the box around it flows, float left to have it deal with the other floats around it properly.
 ********************************************/
.ad-300 {
	margin: 5px 0 0 0;
	overflow: hidden;
	width: 300px;
	float: left;
}

.ad-moco {
	background-color: #fff;
	margin-right: 15px;
	width: 284px ;
	color: #444;
	height: 68px;
	text-align: left;
	font-style: italic;
	font-size: 18px;
	line-height: 19px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 6px;
	overflow: hidden;
}


/********************************************
* CELIA:
* Modified .ad-small (commented out border)
 ********************************************/

.ad-small {
	/*display: inline-block;*/
	background-color: #fff;
	position: relative;
/*	width: 122px;*/
	width: 288px;
/*	height: 97px; */
	margin-right: 10px;
	margin-bottom: 10px; /* CHANGED THIS LINE */
	/*border: solid 1px #ccc;*/
	color: #777;
	text-align: left;
	padding: 5px;
}

.ad-small .title {
	padding-right: 6px;
/*	margin-bottom: 10px; */
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	height: 14px;
	overflow: hidden;
}

.ad-small .body {
	padding-right: 6px;
	font-size: 11px;
	font-style: italic;
/*	height: 72px; */
	overflow: hidden;
}

/*posts******************************************/

.post-big, .article, .txt-page  {
	position: relative;
	background-color: #fff;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 525px;
	text-align: center;
	vertical-align: top;
}

.post-small, .search-results, .tweet {
	position: relative;
	float: left;
	background-color: #fff;
/********************************************
* KRIS:
 * Changed the line below
 * Not enough spacing between the cells, uped from 14px to 15px.
 ********************************************/
	margin-right: 15px; /* CHANGED T0 14PX FROM 15PX */
	margin-bottom: 15px;
	margin-top: 0px;
	width: 255px;
	height: 190px;
	text-align: center;
	vertical-align: top;
}

.post-big, .txt-page, .selector .comments {
	height: 600px;
}

.txt-page {
	min-height: 600px;
}

.submit-form {
	height: 600px; !important
}

.tags {
	margin-top: 5px;
}

.comments, .tags {
	display: inline-block;
	background-color: #fff;
	text-align: center;
	width: 300px;
	margin-bottom: 15px;
	vertical-align: top;
}

.selector .comments {
	width: 255px; !important
}

.profile {
	float: left;
	position: relative;
	background-color: #fff;
	margin-right: 14px;
	margin-bottom: 15px;
	margin-top: 0px;
	width: 255px;
	height: 600px;
	text-align: center;
	vertical-align: top;
}


.img-gallery {
	position: relative;
	background-color: #fff;
	text-align: center;
/*	min-width: 525px;*/
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: top;
}

/*post & article elements*/

.article.design .image, .article.art .image, .post-big .image, .article.fresh .image {
	width: 525px;
	height: 395px;
	overflow: hidden;
}

.article.design .image img, .article.art .image img, .post-big .image img, .article.fresh .image img {
	width: 525px;
}



.post-small .image {
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.post-small .image img {
	width: 100%;
}

.profile .image {
	width: 255px;
	height: 190px;
	overflow: hidden;
}

.profile .image img {
	width: 255px;
	height: 190px;
}

.img-gallery .image{
	overflow: visible !important;
	margin-bottom: 10px;
}

.post-big .title {
	height: 26px;
	padding-top: 28px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
}


.txt-page .title {
	padding-top: 56px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 46px;
	text-transform: uppercase;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}

.post-small .title {
	height: 12px;
	padding-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	overflow: hidden;
}

.article .title {
	padding-top: 33px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

.profile .title {
	height: 18px;
	padding-top: 23px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.tags .title, .comments .title, .search-results .title {
	height: 14px;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}



.post-big .author, .article .author {
	height: 15px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	font-style: italic;
}

.profile .author {
	height: 10px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	font-style: italic;
}

.comments .author {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	font-style: italic;
}

.post-big .body {
	height: 56px;
	margin-top: 27px;
	margin-bottom: 17px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 18px;
	overflow: hidden;
}

.article .body {
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
}

.tags .body {
	font-size: 10px;
	line-height: 12px;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.txt-page .smalltitle {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.txt-page .body {
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 20px;
	text-align: left;
}

.comments .body {
	padding-top: 10px;
	/*padding-bottom: 25px;*/
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 16px;
}


.comments .body p {
        margin-top: 0px;
}

.selector .comments .body {
	height: 478px;	
}

.profile .body {
	padding-top: 16px;
	padding-bottom: 20px;
	height: 283px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 18px;
}

.tweet .body {
	height: 118px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 17px;
	font-style: italic;
}

.search-results .body {
	height: 95px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-size: 17px;
	font-style: italic;
}

.post-big .footer {
	/*height: 22px;*/
	padding-top: 8px;
	margin-left: 20px;
	margin-right: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

/********************************************
* KRIS:
 * Changed the line below
 * We now lay out the article style a little differently, I wasn't sure if this added rule should be applied to all the classes in this selector, so I did it just for footers in articles.
 ********************************************/
/* REMOVED .article .footer FROM THIS SELECTOR */
.tags .footer, .comments .footer, .profile .footer, .search-results .footer, .img-gallery .footer {
	/*height: 22px;*/
	padding-top: 8px;
	padding-bottom: 4px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	font-size: 10px;
	font-style: italic;
	font-weight: bold
}

/********************************************
* KRIS:
 * Added this class.
 * Changed padding-bottom from 4px to 8px
 * Text should have been centered to its area, so we have an equal amount of padding at the top and bottom now to simulate centering.
 ********************************************/
/* ADDED THIS CLASS */
.article .footer {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	font-size: 10px;
	font-style: italic;
	font-weight: bold
}

.tags .footer {
	height: 22px;
}

.tweet .footer {
	/*height: 12px;*/
	padding-top: 8px;
	margin-left: 10px;
	margin-right: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	font-size: 10px;
	font-style: italic;
}
	
.img-gallery-roll {
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	height: 100px;
	vertical-align: middle;
	overflow: hidden;
}

.img-gallery-roll img.thumbnail {
	display: inline;
	width: 155px;
	height: 100px;
	padding-right: 5px;
	padding-left: 5px;
}

.img-gallery-roll div.thumbnail {
	display: inline-block;
	width: 155px;
	padding-right: 5px;
	height: 100px;
	padding-left: 5px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
}

.img-gallery-roll .arrow-left {
	position: absolute;
	left: 18px;
	width: 20px;
	height: 55px;
	background-color: #bbb;
	padding-top: 45px;
}

.img-gallery-roll .arrow-right {
	position: absolute;
	right: 18px;
	width: 20px;
	height: 55px;
	background-color: #bbb;
	padding-top: 45px;
}

/*category and tweet labels******************************************/

.design .like, .art .like, .fresh .like, .profile .like, .tweet-like {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
	min-width: 12px;
	height: 18px;
	margin-top: 10px;
	margin-right: 10px;
	-moz-border-radius: 9px;
	-khtml-border-radius: 9px;
	-webkit-border-radius: 9px;
	text-align: right;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	overflow: auto;
}

.design .like, .design .tweet-like {
	background-color: #ff9f2e;
}
	
.art .like, .art  .tweet-like{
	background-color: #2bdebc;
}
	
.fresh .like, fresh .tweet-like {
	background-color: #8bff00;
}

.profile .like {
	background-color: #bbbbbb;
}
	
.tweet-like {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(/images/tweet_icon.png);
	width: 12px;
}

.likes-over {
	display: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-left: 2px;
}

/*links******************************************/

a:link, a:visited {
	color: #444;
	text-decoration: none;
}

a:hover, a:active {
	color: #707070;
	text-decoration: none;
}

.tweet .body a:link, .tags .body a:link, .body .author a:link, .tweet .body a:visited, .tags .body a:visited, .body .author a:visited, .tweet .body a:hover, .tags .body a:hover, .body .author a:hover, .tweet .body a:active, .tags .author a:active, .body .author a:active {
	font-weight: normal;
}

.body a:link, .body a:visited, .body a:hover, .body a:active {
	font-style: italic;
	font-weight: bold;
	}

/********************************************
* CELIA:
 * added .ad-small .body a styles
 ********************************************/
 
.ad-small .body a:link, .ad-small .body a:visited, .ad-small .body a:hover, .ad-small .body a:active {
	font-style: italic;
	font-weight: normal;
	}

#page-footer a:link, #page-footer a:visited {
	color: #bbb;
	text-decoration: none;
}

#page-footer a:hover, #page-footer a:active {
	color: #666;
	text-decoration: none;
}

/********************************************
* KRIS-7:
 * Added the Line Below
 * The positioning of the submenu is dependant on
 * the menu drawing underneath the link that launches it.
 * If its not display: block, then the menu gets
 * rendered to the elements right side in IE.
 ********************************************/
.subsection-button a { display: block; }

.comments .subsection-button a:link, .comments .subsection-button a:visited, #menu a:link, #menu a:visited {
	color: #999;
	text-decoration: none;
}

.comments .subsection-button a:hover, .comments .subsection-button a:active, #menu a:hover, #menu a:active {
	color: #666;
	text-decoration: none;
}

.ad-moco a:link, .ad-moco a:visited {
	color: #444;
	text-decoration: underline;
}

.ad-moco a:hover, .ad-moco a:active {
	color: #707070;
	text-decoration: none;
}

a:link .ad-small, a:visited .ad-small{
	text-decoration: none;
}

a:hover .ad-small, a:active .ad-small {
	text-decoration: underline;
}

a:link .tweet, a:visited .tweet{
	text-decoration: none;
}

a:hover .ad-small, a:active .ad-small {
	text-decoration: underline;
}

li.subsection-button, li.subsection-button:link, li.subsection-button:visited {
	background-image: url(/images/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
} 

li.subsection-button:hover, li.subsection-button:active {
	background-image: url(/images/submenu_arrow_over.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
} 
	
.likes-over a:link, .likes-over a:visited, .likes-over a:hover, .likes-over a:active {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.img-gallery-roll a:link .arrow-left, .img-gallery-roll a:visited .arrow-left, .img-gallery-roll a:link .arrow-right, .img-gallery-roll a:visited .arrow-right {
	background-color: #bbb;	
}

.img-gallery-roll a:hover .arrow-left, .img-gallery-roll a:active .arrow-left, .img-gallery-roll a:hover .arrow-right, .img-gallery-roll a:active .arrow-right {
	background-color: #666;
}
	
/*forms******************************************/

/*comments*/

.comments textarea {
	height: 125px;
}

.comments input.field, .comments textarea {
	width: 260px;
	margin-top: 10px;
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #acacac;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999;
	line-height: 18px;
}

.comments input.button {
	height: 30px;
	padding: 0;
	background-color: #fff;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #444;
}

.comments .other {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	padding-top: 2px;
	border-top: solid 1px #ddd;

}

.comments .submenu-container {
	position: absolute;
	padding-right: 0px;
	margin-left: 240px;
	padding-left: 40px;
	margin-top: -21px;
	z-index: 16;
	visibility: hidden;
}

.comments .submenu {
	background-color: #fff;
	border: none;
	width: 117px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	line-height: 20px;
}


.comments img.icon {
	margin: 0px;
	vertical-align: text-bottom;
	border: 0px;
	padding-right: 5px;
	display: inline;
}

/*menu*/

.subsection textarea, .subsection input, .subsection select {
	width: 100px;
	height: 18px;
	background-color: #f6f6f6;
	border-top: solid 1px #acacac;
	margin-top: 4px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999;
	line-height: 18px;
}

.subsection input.checkbox {
	width: 15px;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	background-color: #f6f6f6;
	border-top: solid 1px #acacac;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999;
	line-height: 18px;
}

.subsection input.button {
	width: 100%;
	height: 20px;
	margin-top: 5px;
	padding: 0;
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #999;
	background-color: #eee;	
}

/*submit fresh post*/

.submit-form .body {
	font-size: 10px;
	font-style: italic;
}

.submit-form input.checkbox {
	margin: none;
	border: none;
	width: 15px;
	height: 15px;
	font-size: 11px;
	color: #999;
}

.submit-form input {
	margin-top: 8px;
	background-color: #eee;
	border-top: solid 1px #acacac;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	height: 18px;
	color: #999;
	width: 190px;
}

.submit-form input.post-title, .submit-form input.link, .submit-form .comments  {
	width: 404px;
}

.submit-form input.submit-image {
	display: block;
	width: 190px;
	margin-bottom: 8px;
	margin-top: 4px;
}

.submit-form .tags, .submit-form .comments {
	margin-top: 4px;
	color: #999;
	background-color: #eee;
	border-top: solid 1px #acacac;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
}

.submit-form .comments {
	height: 100px;
}


.submit-form .tags {
	width: 190px;
	height: 18px;
	margin-bottom: 8px;
}

.submit-form input.button {
	height: 20px;
	width: 100%;
	background-color: #fff;
	font-style: italic;
	font-weight: bold;
	color: #444;
	margin-top: 12px;
	padding-top: 8px;
}


#comment-greeting, #comments-form {
       padding-top: 10px;
}

/*customize alignment of GetSat Feedback tab******************/

body a.fdbk_tab_bottom {
left:2% !important;
}


/*end of CSS******************************/



