body {
	margin: 0;
	padding: 0px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #555555;
	background: #2D2D2D;
	font-size: 10pt;
}

a {
	color: #32ABD7;
}

a:visited {
	color: #4E879C;
}
a:hover {
	color: #7E8DB5;
	text-decoration: underline;
}
a img {
	border: 0px;
}

h1 {
	font-size: 2.2em;
	line-height: 1.5em;
	margin: 0;
	margin-top: 10px;
	padding-left: 10px;
	color: #788298;
	border-bottom: 1px #ADB4CA solid;
}
h2, h3 {
	color: #666666;
}
h2 {
	font-size: 1.3em;
	margin: .5em 0;
}

p {
	font-family: Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif;
	font-size: 10pt;
}

/*===============================================================*/

#header {
	background: none;
	border-bottom: 8px #B8C7CF solid;
    text-align: center; /* added in for IE 4/19/2011 */
}

#headerContainer {
	margin: auto;
	width: 950px;
	position: relative;
	height: 250px;
	*height: 125px; /* IE 6 and 7 no overlap */
    text-align: left; /* added in for IE 4/19/2011 */
}

#logoContainer {
	float: left;
}

#socialContainer {
	float: right;
	padding-top: 2px;
}

.socialIcon {
	margin-right: 3px;
}

#backgroundChanger {
	float: right;
	margin: 2px 15px 0px 5px;
	height: 30px;
	width: 30px;
	background: url(/images/header_backgrounds/1.png);
	border: 1px #B8C7CF solid;
		border-radius: 5px;
        -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}

#header #slogan {
	position: absolute;
	top: 81px;
	left: 31px;
	color: #777777;
	font: bold 85% Tahoma, 'trebuchet MS', Sans-serif;
	text-shadow: 0 1px 0 #eeeeee;
}

#header #accountContainer {
	float: right;
	font-size: 85%;
	padding: 11px 8px 11px 20px;
	background: #F3F3F3;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		-moz-border-radius-bottomleft: 8px;
		-moz-border-radius-bottomright: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-webkit-border-bottom-right-radius: 8px;
	border: 1px #B8C7CF solid;
	border-top: none;
}

	#header #accountContainer ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#header #accountContainer ul li {
		display: inline;
		margin: 0;
		padding-right: 15px;
		position: relative;
	}

	#header #accountContainer ul li a {
		font-weight: bold;
		text-decoration: none;
	}

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

	#header #accountContainer ul li a:visited {
		color: #32ABD7;
	}

	#header #accountContainer ul li a.signup {
		padding: 3px 8px;
		color: #565656;
		background: #A6C743;
            border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
	}

/*===============================================================*/

/* menu tabs */
#main_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 90% Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
}

	#main_menu li {
		display: inline;
		margin: 0;
		padding: 0;
		position: relative;
	}

	#main_menu a {
		height: 40px;
		float: left;
		display: block;
		margin: 0;
		padding: 12px 0 0 0px;
		text-decoration: none;
		color: #DFE2EA;
		text-shadow: 1px 1px 0px #435688;
	}

	#main_menu a span {
		float: left;
		display: block;
		padding: 5px 15px 5px 15px;
		font-size: 130%;
		border-right: 1px #CCDCE4 dotted;
	}

	#main_menu a span.lastMenuItem {
		border-right: none;
	}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#main_menu a span {float:none;}
	/* End IE5-Mac hack */
	#main_menu a:hover span {
		color: #ffffff;
	}

	#main_menu #current a {
		background: transparent url(/images/menuPointer.png) no-repeat;
		background-position: bottom center;
	}

	#main_menu #current a span {
		color: #ffffff;
	}

/*===============================================================*/

#wrap {
	background: #dddddd;
	border-top: 1px #7EABB4 solid;
	position: relative; /* needed to allow links in header overlap to work */
    text-align: center; /* added in for IE 4/19/2011 */
}

	#wrapFloatContainer {
		width: 950px;
		margin: auto;
		margin-top: -125px;
		*margin-top: 0px; /* IE 6 and 7 no overlap */
        text-align: left; /* added in for IE 4/19/2011 */
	}

	#wrapMenuContainer {
		padding: 0px 0px 0px 20px;
		height: 49px;
		background: transparent url('/images/wrap_menu.png') no-repeat;
	}

	#studySpaceToggleButton {
		 float: right;
		 margin: 8px 9px 0px 0px;
	}

	#wrapContainer {
		background: transparent url('/images/wrap_sides.png') repeat-y;
		*overflow: hidden; /* ie 6 and 7 only */
        /* *text-align: center; */
	}

	#wrapBottomContainer {
		height: 40px;
		background: transparent url('/images/wrap_bottom.png') no-repeat;
	}

#contentWrap {
	padding: 15px 0px 0px 15px;
}

#contentWrap.spartan {
	background: none;
}

#mainContent {   /* breadcrumbs and h1 */
	float: left;
	border: 1px #cfcfcf solid;
        border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	background: white;
	width: 695px !important;
	margin: 0;
	margin-left: 10px;
	padding: 5px 15px 30px 15px;
}

	#breadcrumbs {
		margin: 5px 0;
		font-size: 80%;
		padding: 0px;
        width: 75%;
	}

    #facebookLikeIframe {
        float: right;
    }

	#contentBody {	/* the guts */
		padding: 0px 10px 0px 10px;
		_padding: 0px 5px 0px 5px;
	}

* html #mainContent {
	width: 506px;
}


#sidebar {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	display: inline;
}

.sideHeading {
	width: 156px;
	padding: 11px 8px 0px 16px;
	height: 27px;
	color: #e2e2e2;
	text-shadow: -1px -1px 0px #666666;
	font-weight: bold;
	font-size: 110%;
	background: url(/images/sideHeading.png) no-repeat;
}

#sidebar ul.sideMenu {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#sidebar ul.sideMenu li {
	margin-bottom: 1px;
	border: 1px #cccccc solid;
	border-top: none;
	background: url(/images/sideback.png);
}

#sidebar ul.sideMenu a {
	font-size: 8pt;
	display: block;
	font-weight: bold;
	color: #547EB8;
	text-decoration: none;
	padding: 7px 5px 3px 14px;
	min-height: 19px;
}

#sidebar ul.sideMenu li.currentSubItem a {
	color: #777777;
}

#sidebar ul.sideMenu a:hover {
	background: #F1F3F6;
	border-left: 2px #7EABB4 solid;
	padding: 7px 5px 3px 12px;
}

#sidebar ul.sideMenu li.currentSubItem {
	background: transparent url(/images/sideback_selected.png) no-repeat;
	background-position: left center;
	border-left: 1px #F2F4F6 solid;
}

#sidebar ul.sideMenu li.currentSubItem a:hover {
	background: transparent url(/images/sideback_selected.png) no-repeat;
	background-position: left center;
	border-left: 0px #F2F4F6 solid;
	padding: 7px 5px 3px 14px;
}

* html body #sidebar ul.sideMenu a { height: 19px; }

#sidebarAds {
	padding-top: 50px;
	text-align: center;
}

/*====================================================================*/

#footer {
	padding-top: 20px;
	background: #dddddd url(/images/fringe.png) repeat-x;
	background-position: 20px 30px;
	height: 300px;
    *text-align: center; /* added in for IE 4/19/2011 */
}

#footerContainer {
	margin: auto;
	width: 950px;
	color: #9F9C98;
	text-shadow: 0 1px 0 #1f1f1f;
	font-size: 9pt;
    *text-align: left; /* added in for IE 4/19/2011 */
}

#footerContent {
	padding: 50px;
	padding-bottom: 0px;
}

.footerFloater {
	float: left;
	width: 200px;
	margin-left: 70px;
}

.footerHeading {
	color: #4f4f4f;
	font-size: 22pt;
	font-weight: bold;
	text-shadow: -1px -1px 0px #1f1f1f;
}

#footer a {
	color: #9F9C98; /* #89866F */
}

#footer ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}
#footerContent li {
	padding-top: 10px;
}

#footerContent ul li a {
	color: #9F9C98;
	padding-left: 8px;
	padding-right: 4px;
}

#footer ul li a.first {
	border-left: none;
	padding-left: 20px;
}

#footerContent a:hover {
	text-decoration: none;
	color: #ddddcc;
}

/*#footerTTTM {*/
	/*text-align: center;*/
	/*font-size: 13pt;*/
    /*border: 2px #9F9C98 solid;*/
    /*border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;*/
    /*width: 570px;*/
    /*margin: auto;*/
    /*margin-top: 35px;*/
    /*padding: 8px;*/
/*}*/

/*#footerTTTM span {*/
    /*font-size: 8pt;*/
    /*line-height: 15pt;*/
/*}*/

#footerCopyright {
	margin-top: 35px;
	text-align: center;
	font-size: 8pt;
    padding-bottom: 20px;
}

/*====================================================================*/

.ieFloat {
    *text-align: center; /* added in for IE 4/19/2011 */
}

.clear {
  content ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clear {
  min-height: 1px;
}

* html .clear {
  height: 1px;
}

/*=====================================================================*/

#bottomAds {
	float: right;
	margin-top: 15px;
	margin-right: 18px;
	overflow: auto;
	border: 1px #cfcfcf solid;
        border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	background: white;
	padding: 8px;
	text-align: center;
	width: 709px;
	height: 45px;
	font-size: 7pt;
}

/*=====================================================================*/

/* =================================
    New button styles
====================================*/

.styledButton {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
    border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-x-system-font:none;
	color: #565656;
	display: block;
	font-family:Helvetica,Arial,Sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding: 4px;
	text-align:center;
	text-decoration:none;
	width: 120px;
}

.styledButton:visited {
	color: #565656;
}

.styledButton:hover {
	background-position: 0 5px;
	cursor: pointer;
	text-decoration: none;
	color: #565656;
}

.mainB {
	background:#FDCB65 url(/images/buttons/button_gradient_orange.png) repeat-x scroll 0px 0px;
	border: 1px solid #D9B053;
	text-shadow:0 1px 0 #DDFF66;
}

	.mainB:hover {
		border: 1px solid #FF9F22;
	}

.warningB {
	background:#F39E7D url(/images/buttons/button_gradient_pink.png) repeat-x scroll 0px 0px;
	border: 1px #EE8585 solid;
	text-shadow:0 1px 0 #FFB99E;
}

	.warningB:hover {
		border: 1px solid #FF9F22;
	}

.goodB {
	background:#BAD754 url(/images/buttons/button_gradient_green.png) repeat-x scroll 0px 0px;
	border: 1px solid #8DB031;
	text-shadow:0 1px 0 #DDFF66;
}

	.goodB:hover {
		border: 1px solid #A4CC38;
	}

.blueB {
	background: url('/images/buttons/rounded_button_blue.png') no-repeat;
	border: none;
	width: 205px;
	height: 42px;
    padding: 20px 20px 15px 16px;
	font-size: 20px;
}

    /* ie8 hack */
    @media \0screen {
        .blueB {
            padding: 17px 20px 15px 18px;
        }
    }

    .blueB:hover {
        background: url('/images/buttons/rounded_button_blue_hover.png') no-repeat;
    }

.centered {
	margin: auto;
}

/* =================================
    Call to Action box
====================================*/

#ieFloatBox {
    *text-align: center; /* added in for IE 4/19/2011 */
}

#callToActionBox {
  *text-align: left; /* added in for IE 4/19/2011 */
	background-color: #eaeaea;
	border: 4px #dddddd solid;
        border-radius: 12px;
		-moz-border-radius: 12px;
		-khtml-border-radius: 12px;
	padding: 20px;
	width: 250px;
	margin: auto;
	margin-top: 15px;
}

#pricingBox {
	font-family: Georgia,Times,serif;
	font-size: 22px;
	text-align: center;
	padding: 15px;
	padding-top: 0px;
}

#pricingBox .cents {
	font-size: 14px;
}

#subscribeButton {
	width: 205px;
	height: 42px;
	padding: 15px;
	padding-top: 18px;
	padding-bottom: 0;
	font-size: 20px;
}

#subscribeButton.goodB {
	background: url('/images/buttons/signup_button_green.png') no-repeat;
	border: none;
}

#subscribeButton.goodB:hover {
	background: url('/images/buttons/signup_button_green_hover.png') no-repeat;
}

#billingQuestions {
	font-size: 11pt;
	text-align: center;
	margin-top: 8px;
}

#billingQuestions a:hover {
	text-decoration: none;
}

/* =================================
    Form elements
====================================*/

textarea {
	width: 300px;
	padding: 2px;
	font: normal 1em;
	height: 100px;
	display: block;
	color: #777;
	border: 1px #dddddd inset;
}

input {
	font: normal;
	color: #666666;
	padding: 3px;
}

input.button {
	border-style: solid;
	border-width: 2px;
	color: #ffffff;
	padding: 2px 10px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.cancel {
	background-color: #CA5C5C;
	border-color: #E36767 #B05050 #A44A4A #BD5656;
}

fieldset.noShow {
	border:0;
	padding:0;
	margin:0;
}

.zkForm {
	background: #F3F3F3 url(/images/form_background.png);
	border: 2px #929AAE solid;
        border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
}

.zkForm .zkFormPad {
	padding: 15px;
}

.zkForm .zkFormPad.dictForm {
	padding: 10px;
}

.zkForm td {
	padding: 4px;
}

.zkForm .label {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	background: #cccccc;
        border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
}

.zkForm input {
	font-size: 12pt;
}

/* =================================
    Errors
====================================*/

.errorDiv {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.errorBox {
	text-align: left;
	padding: 10px;
	background: #FBDEDE url(/images/style/red_stripes.png);
	border: 1px #CA6B4D solid;
        border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
}

.errorHeading {
	color: #B45F43;
	font-size: 12px;
	font-weight: bold;
}

ul.error {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	padding-left: 20px;
}

li.error {
	color: #B45F43;
	font-size: 11px;
	line-height: 1.4em;
}

.smallError {
	font-size: 8pt;
	color: #C2461E;
}

/* =================================
    Successes
====================================*/

.successDiv {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.successBox {
	text-align: left;
	padding: 10px;
	background-color: #DDF1DE;
	border: 1px #70BA71 solid;
        border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
}

.successHeading {
	color: #438445;
	font-size: 12px;
	font-weight: bold;
}

ul.success {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	padding-left: 20px;
}

li.success {
	color: #438445;
	font-size: 11px;
	line-height: 1.4em;
}

/* =================================
    Warnings
====================================*/

.warningDiv {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.warningBox {
	text-align: left;
	padding: 10px;
	background: #ffffee url(/images/style/yellow_stripes.png);
	border: 1px #E9B86B solid;
        border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
}

.warningHeading {
	color: #BD8938;
	font-size: 12px;
	font-weight: bold;
}

ul.warning {
	padding: 0;
	margin: 0;
	margin-top: 3px;
	padding-left: 20px;
}

li.warning {
	color: #BD8938;
	font-size: 11px;
	line-height: 1.4em;
}

.nextLinkDiv {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
}

/* =================================
    Dictionary
====================================*/

#oneSearchParent {
    position: relative;
}

#oneSearch {
    height: 30px;
    font-size: 20px;
}

#keyboardToggle {
    position: absolute;
    margin-left: 473px;
    margin-top: 8px;
    cursor: pointer;
}

#keyboardBoxContainer {
    position: relative;
    float: right;
    width: 1px;
}

#keyboardBox {
    position: absolute;
    margin-left: -40px;
    margin-top: 40px;
}

#dictionaryOptionsContainer {
    position: relative;
    /* copied from #dictionaryOptions */
    padding: 5px;
    border: 1px #7EABB4 solid;
		border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    background: #ffffff;
}

.dictionaryOptionsToggle {
    float: left;
    cursor: pointer;
    margin-right: 8px;
    font-size: 10pt;
}

.dictionaryOptionsStarter {
    cursor: pointer;
}

#dictionaryOptions {
    display: none;
    position: absolute;
    margin-left: -6px;
    margin-top: -26px;
    width: 140px;
    /* copied to #dictionaryOptionsContainer */
    padding: 5px;
    border: 1px #7EABB4 solid;
		border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    background: #ffffff;
}

.dictionaryOptionsSection {
    font-size: 8pt;
    font-weight: bold;
}

label.dictionaryOption {
    font-size: 8pt;
    margin-bottom: 10px;
}

#flashcardSnippet {
	font-size: 10pt;
	padding: 0;
	padding-left: 10px;
}

#flashcardCount {
	font-weight: bold;
	font-size: 11pt;
}

#flashcardJump {
	font-size: 8pt;
}

.dictionaryResultCount {
    margin-top: 0;
    padding-top: 0;
    font-size: 13pt;
}
.dictionaryResultCount span {
    font-size: 16pt;
}

#definitionList {
    border: 1px #A9A588 solid;
    padding: 15px;
    padding-top: 10px;
    background-color: #ffffff;
}

.dictionaryTable td {
	font-family: Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif;
	padding: 3px 8px;
	font-size: 10pt;
}

.dictOptionsDiv {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #7EABB4 solid;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
	background-color: #E8EBF0;
	padding: 5px;
}

#showKBDiv {
	display: none; /* it's open by default */
	font-size: 9pt;
	width: 140px;
}

#hideKBDiv {
	font-size: 9pt;
	width: 425px;
}

#NWToolTip {
	color: #ffffff;
	font-size: 11px;
	padding: 15px 10px 0px 12px;
	width: 110px;
	height: 42px;
	background: url(/images/icons/tooltip_talk.png) no-repeat;
	display: none;
}

#dictionaryTooltipMedium {
	color: #ffffff;
	font-size: 11px;
	padding: 13px 20px 12px 25px;
	width: 165px;
	height: 100px;
	background: url(/images/icons/tooltip_medium_larger.png) no-repeat;
	display: none;
}

.addFlash {
	cursor: pointer;
}

/* =================================
    Known Word List
====================================*/

#knownWordSnippet {
	font-size: 11pt;
}

#knownWordCount {
	font-weight: bold;
	font-size: 14pt;
}

#knownWordsTable th {
	border: 1px #A9A588 solid;
}

#knownWordsTable th.sortedColumn {
	background: #E8EBEF;
}

/* =================================
    Marketing Feature Boxes
====================================*/

h1.marketingTitle,
h2.marketingTitle {
	font-weight: bold;
	font-size: 28px;
	padding: 25px 0px 15px 5px;
	margin: 0px;
	color: #555555;
	border-bottom: none;
	line-height: 1em;
}

.marketingFeatureExplanation li {
	font-family: Georgia, Times, serif;
	font-size: 20px;
}

div.marketingSeeAll {
	font-size: 22px;
	text-align: center;
	padding-top: 10px;
}

#marketingBox {
	background: url('/images/pattern_swirl.gif');
	border: 4px #8CB1B5 solid;
        border-radius: 12px;
		-moz-border-radius: 12px;
		-khtml-border-radius: 12px;
	font-family: Georgia, Times, serif;
}

	#marketingBox ul.marketingBullets {
		margin: 0;
		margin-left: 10px;
		padding: 10px;
	}

	#marketingBox ul li {
		padding-bottom: 10px;
		font-size: 16px;
	}

#marketingBoxTitle {
	padding: 20px;
	padding-bottom: 0;
	font-size: 25px;
	font-weight: bold;
}

.mktgSubTitle {
	text-align: center;
	font-weight: bold;
	font-size: 17px;
}

.mktgSubTitle a {
	color: #468EA9;
	text-decoration: none;
}

.mktgBullets {
	margin-left: 10px;
}

/* General Text */

.attentionBox {
	text-align:center;
	border: 1px #F9A245 solid;
        border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	background: #ffffee;
	padding: 5px;
	font-size: 9pt;
}

#flashMessage {
	font-size: 18px;
	text-decoration: none;
}

/*=======================================
		Dictionary
=======================================*/

.next {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.menuImage {
	border: 4px #B8C7CF solid;
}

.altLine {
	background-color: #E8EBF0;
}

.standardTable {
	border-collapse: collapse;
	border: 1px #9096A6 solid;
}

.standardTableHeading {
	background-color: #B8C7CF;
	color: #ffffff;
}

.standardTable td {
	border: 1px #9096A6 solid;
}

.dictionaryDefs {
	margin-left: 10px;
}

.dictionaryDef {
	text-decoration: none;
}

.searchMarketingBox {
	margin-bottom: 5px;
	float: right;
	border: 1px #58ABDC solid;
        border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	padding: 5px;
	width: 300px;
	font-size: 9pt;
	margin-bottom: 15px;
}

	.searchMarketingBox ul {
		padding: 0px;
		padding-left: 10px;
		margin: 0px;
		margin-left: 10px;
	}

	.searchMarketingBox ul li {
		font-size: 8pt;
	}

/*=======================================
		Announcement
=======================================*/

#announcement {
	margin-top: 10px;
	background: #BEDC98;
	border: 3px #91A07E solid;
        border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	padding: 5px 10px 8px 10px;
	font-size: 13px;
	margin-bottom: 15px;
}

#announcement .heading {
	font-weight: bold;
	font-size: 13pt;
	color: #5a5a5a;
	text-shadow: 1px 1px 0px #f1f1f1;
	margin-bottom: 5px;
}

#announcement .body {
	width: 600px;
}

/*=======================================
		GetSatisfaction Feedback
=======================================*/

a#fdbk_tab {
	top: 330px !important;
}

/*=======================================
		Additional
=======================================*/

.prFriend {
	display: none;
}