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

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Hei Regular", "Lucida Grande", "Helvetica Neue UltraLight";
	font-size: 14px;
	line-height: 1.3em;
	color: #222222;
	text-align: center;
	margin: 0;
	padding: 0;
	cursor: default;
	background-color: #959595;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FEFEFE;
}
* {
    margin: 0;
}
img, a {
	margin: 0;
	padding: 0;
	border: none;
}
a {
	color: #E53400;
	text-decoration: none;
}
html, body {
    height: 100%;
	width: 100%;
	position: absolute;
}
p {
	margin-bottom: 15px;
}
h1 {
  font-family: "colaborate-1","colaborate-2";
  font-size: 45px;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 15px;
}
h1.btn {
  font-family: "colaborate-1","colaborate-2";
  font-size: 45px;
  color: #333333;
  margin: 25px 0;
  padding: 0;
}
h2 {
	font-size: 1em;
	color: #1C1C1C;
	margin: 3px 0 7px 0;
	background-color: #CFCFCF;
	padding: 4px 9px;
	display: inline-block;
}
h2.pad {
	font-size: 1em;
	color: #1C1C1C;
	margin: 30px 0 20px 0;
	background-color: #CFCFCF;
	padding: 4px 9px;
	display: inline-block;
}
h4 {
	font-family: "colaborate-1","colaborate-2";
	font-size: 2.3em;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	color: #1C1C1C;
	text-align:center;
	margin: 12px 0;
	background-color: #CFCFCF;
	padding: 15px 12px 14px 12px;
	display: inline-block;
}
h5 {
	font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Hei Regular", "Lucida Grande", "Helvetica Neue UltraLight";
	color: #AAAAAA;
}
h6 {
  font-size: 1.2em;
  color: #1C1C1C;
  margin-bottom: 10px;
  margin-top: 11px;
  border-bottom-color:1C1C1C;
  border-bottom-style:solid;
  border-bottom-width:thin;
}
.lightFont {
	color: #AAAAAA;
	font-size: 12px;
}
.italicFont {
	font-style:italic;
}
.mediumFont {
	font-size:1.2em;
	font-weight: bold;
	color:#AAAAAA;
}
.largeFont {
	font-size:1.4em;
	color:#AAAAAA;
	margin:10px 0 0 0;
}
.orangeFont {
	color: #E53400;
	font-size: 12px;
}
.recentFont {
	width: 50px;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	font-size: 1em;
	color: #1C1C1C;
	text-align:left;
	margin: 10px 0 7px 0;
	background-color: #CFCFCF;
	padding: 3px 4px;
	font-weight:bold;
	display: inline-block;
}
.smallIndent {
	margin:0 0 20px 10px;
}
a.light {
	color: #AAAAAA;
	font-size: 12px;
	text-decoration: none;
}
a.light:hover {
	color: #CFCFCF;
	font-size: 12px;
	text-decoration: none;
}
p.joinCenter {
	text-align:right;
}
#header {
	font-size: .9em;
	padding: 0;
	width: 100%;
	min-width: 800px;
	height: 50px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 100;
}
* html #header {
    width: 100%; /* Fallback width if javascript is off */
    width: expression( (document.documentElement.clientWidth < 802) ? "800px" : "auto");
}
#clearheader {
	height: 60px; 
} /*clear header without margins or padding*/
#header #wrapperHeader {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
li.warning {
	list-style-type:square;
	font-size:14px;
	color:#C00;
}
ul.headerLinks {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
	float: left;
}
ul.headerLinks li {
	padding: 0;
	margin: 0 10px 0 ;
	float: left;
}
ul.headerLinks li.indent {
	margin: 20px 0 0 20px;
	padding: 0;
}
ul.headerLinks li.link {
	margin: 20px 0 0 25px;
	padding: 0;
}
ul.headerLinks li.logo {
	margin: 12px 0 0 0;
	padding: 0;
}
ul.headerLinks a {
	color: #AAAAAA;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul.headerLinks a:hover {
	color: #333333;
	text-decoration: none;
}
ul.headerLinksRt {
	float: right;
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
}
ul.headerLinksRt li {
	padding: 0;
	margin: 0 10px 0 ;
	float: right;
}
ul.headerLinksRt li.search {
	padding: 5px 10px;
	margin: 15px 10px 0;
	float: right;
	background-color: #CFCFCF;
}
ul.headerLinksRt li.join {
	padding: 0;
	margin: 15px 0 0 25px;
}
ul.headerLinksRt li.login {
	margin: 20px 0 0 25px;
	padding: 0;
	color: #AAAAAA;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
}
ul.headerLinksRt li.login a {
	color: #AAAAAA;
}
ul.headerLinksRt li.login a:hover {
	color: #333333;
	text-decoration: none;
}
ul.headerLinksRtLogin {
	width: 180px;
	float: right;
	list-style: none;
	padding: 0;
	margin: 15px 25px 0 0;
}
ul.headerLinksRtLogin li {
	float: right;
	padding: 30px 20px 25px 20px;
	margin: 0 0 10px 0;
	border-left-color: #CFCFCF;
	border-left-style: solid;
	border-left-width: thin;
}
#mainContent {
    margin: 0 auto;
    width: 1050px;
    min-height: 100%;
	text-align: left;
	font-size: 1em;
}
* html #mainContent {
	height:100%;  /*for ie6, same as min-height*/
} 
#intro {
	width: 800px;
	clear: both;
	min-height: 90px;
	padding: 0 0 15px 0;
	margin: 0;
}
#main {
	width: 800px;
	padding: 40px 50px 25px 0;
	margin: 0;
}
#mid {
	width: 650px;
	margin: 0 200px;
	padding: 30px 30px 20px 15px;
	float:left;
}
#banner {
	width: 915px;
	font-family: "colaborate-1","colaborate-2";
	font-size: 4.1em;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	color: #1C1C1C;
	text-align:center;
	margin: 12px 0;
	background-color: #CFCFCF;
	padding: 45px 32px 44px 32px;
	display: inline-block;
}
#lt {
	width: 550px;
	margin: 0;
	padding: 30px 30px 20px 15px;
	float: left;
}
#menuBarSmall {
	padding: 20px 0;
	width: 20px;
}
#menuBar {
	padding: 20px 0;
	width: 525px;
}
#clearDiv {
	height: 15px;
	clear: both;
}
#clearUUblurb {
	clear:right;
}
#clearLeft {
	clear:left;
}
#rtIndex {
	width: 300px;
	margin: 35px 0 0 660px;
	padding: 10px 20px 25px 20px;
	font-size: 0.9em;
	border-left-color: #CFCFCF;
	border-left-style: solid;
	border-left-width: thin;
}
#rtIndex p{
	padding: 5px 0 0 0;
}
#rt {
	width: 250px;
	margin: 90px 0 0 660px;
	padding: 10px 20px 25px 20px;
	font-size: 0.9em;
	border-left-color: #AAAAAA;
	border-left-style: solid;
	border-left-width: thin;
}
#footer {
	color: #333333;
	width: 100%; 
	min-width: 1200px;
	text-align: left;
	height: 70px;
	margin: 0;
	padding: 0;
	background-color: #CECECE;
	position: fixed;
	left: 0;
	bottom: 0;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #333333;
}
#footer:hover {
	background-color: #CECECE;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #1C1C1C;
    -webkit-transition: background .3s linear;
}
* html #footer{
	position :absolute;
	top: expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
	}	
#push {
    height: 95px;
	clear: both;
}
#pushT {
    height: 57px;
	clear: both;
}
#pushI {
    height: 47px;
	clear: both;
}
ul.footerRt {
	float: right;
	list-style: none;
	margin: 0 25px 0 0;
	padding: 0;
	font-size: 9px;
}
ul.footerRt li {
	float: right;
	padding: 0;
	margin: 0;
}
ul.footerRt a {
	margin-left: 15px;
	color: #9B9B9B;
	text-decoration: none;
	font-weight: normal;
}
ul.footerRt a:hover {
	color: #F6F6F6;
	text-decoration: none;
}
ul.footerLt {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 9px;
	font-weight: normal;
	color: #CFCFCF;
}
ul.footerLt li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
}
ul.footerLt li.blurbBar {
	padding: 0;
	margin: 17px 0 0 0;
}
ul.footerLt li.city {
	padding: 0;
	margin: 10px 0 0 30px;
}
ul.footerLt li.Tblurb {
	padding: 0;
	margin: 10px 0 0 30px;
}
ul.footerLt li.blurb {
	padding: 0;
	margin: 10px 0 0 -48px;
	float: left;
}
ul.footerLt li.menu {
	padding: 0;
	margin: 10px 0 0 10px;
}
#egoBlurb {
	height: 49px;
	width: 450px;
	padding: 0;
	margin: 0;
	text-indent: 50px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAAAAA;
	background-color: #FEFEFE;
	line-height: 40px;
	font-size: 18px;
}
#egoBlurb:hover {
	border: 1px solid #333333;
	background-color: #EEEEEE;
}
#inputBlurb {
	height: 49px;
	width: 450px;
	padding: 0;
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAAAAA;
	background-color: #FEFEFE;
	line-height: 40px;
	font-size: 18px;
}
#inputBlurb:hover {
	border: 1px solid #333333;
	background-color: #EEEEEE;
}
#blurbFormResultShow {
	height: 49px;
	width: 450px;
	padding: 0;
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAAAAA;
	background-color: #FEFEFE;
	line-height: 40px;
	font-size: 20px;
}
#blurbFormResultShow:hover {
	border: 1px solid #333333;
	background-color: #EEEEEE;
}
#blurbFormMsgShow {
	margin: 7px 10px 0;
}
#inputBlurbOut {
	height: 49px;
	width: 590px;
	padding: 0;
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAAAAA;
	background-color: #FEFEFE;
	line-height: 40px;
	font-size: 18px;
}
#inputBlurbOut:hover {
	border: 1px solid #333333;
	background-color: #EEEEEE;
}
#TinputBlurbOut {
	height: 49px;
	width: 770px;
	padding: 0;
	margin: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAAAAA;
	background-color: #FEFEFE;
	line-height: 40px;
	font-size: 18px;
}
#TinputBlurbOut:hover {
	border: 1px solid #333333;
	background-color: #EEEEEE;
}
#menuBar {
	height: 45px;
	width: 360px;
	padding: 4px 15px 0 15px;
	margin: 0;
	font-size: 18px;
	color: #333333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAAAAA;
	background-color: #FEFEFE;
	line-height: 38px;
}
#menuBarOut {
	height: 45px;
	width: 230px;
	padding: 4px 15px 0 15px;
	margin: 0;
	font-size: 18px;
	color: #333333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAAAAA;
	background-color: #FEFEFE;
	line-height: 38px;
}
ul.footerLt li.menuOUTLT {
	padding: 0;
	margin: 10px 0 0 10px;
	font-size: 18px;
	color: #333333;
	text-align: left;
}
ul.footerRt{
	padding: 0;
	margin: 10px 0 0 10px;
	font-size: 18px;
	color: #333333;
	text-align: right;
	float:right;
	list-style: none;
}
.inputSearch {
	float: right; 
	padding: 19px 10px 0 0;
}
.inputBlurbSubmit {
	float: right; 
	padding: 19px 10px 0 0;
}
input.inputBlurb {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Hei Regular", "Lucida Grande", "Helvetica Neue UltraLight";
	width: 390px;
	padding: 0;
	margin: 15px 0 0 7px;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	border: 1px none #AAAAAA;
	background-color: #FEFEFE;
	font-size: 20px;
	color: #333333;
	outline: none;
}
input.inputBlurb:hover {
	border: 1px none #333333;
	background-color: #EEEEEE;
	color: #1c1c1c;
}
input.inputBlurbOut {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Hei Regular", "Lucida Grande", "Helvetica Neue UltraLight";
	width: 530px;
	padding: 0;
	margin: 15px 0 0 10px;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	border: 1px none #AAAAAA;
	background-color: #FEFEFE;
	font-size: 20px;
	color: #333333;
	outline: none;
}
input.inputBlurbOut:hover {
	border: 1px none #333333;
	background-color: #EEEEEE;
	color: #1c1c1c;
}
input.TinputBlurbOut {
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Hei Regular", "Lucida Grande", "Helvetica Neue UltraLight";
	width: 710px;
	padding: 0;
	margin: 15px 0 0 10px;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	border: 1px none #AAAAAA;
	background-color: #FEFEFE;
	font-size: 20px;
	color: #333333;
	outline: none;
}
input.TinputBlurbOut:hover {
	border: 1px none #333333;
	background-color: #EEEEEE;
	color: #1c1c1c;
}
ul.footerLt a {
	margin-right: 5px;
	color: #CFCFCF;
	text-decoration: none;
	font-weight: normal;
}
ul.footerLt a:hover {
	color: #F9F8F9;
	text-decoration: none;
}
a.logoHeader {
	height: 27px;
	position: relative;
	width: 159px;
	display: block;
	text-decoration: none;
	background-image: url(images/logo_header1.gif);
    -webkit-transition: opacity .3s linear;
	opacity: 1;
}
a.logoHeader:hover {
	opacity: 0;
}
a.logoHeader2 {
	height: 27px;
	left: 0;
	margin-top: -27px;
	width: 159px;
	display: block;
	text-decoration: none;
	background-image: url(images/logo_header2.gif);
}
img.logoLogin {
    opacity: 1;
    -webkit-transition: opacity .3s linear;
}
img.logoLogin:hover {
    opacity: 0;
}
a.logoLogin {
	height: 25px;
	width: 117px;
	display: block;
	text-decoration: none;
	background-image: url(images/logo_login.gif);
	margin-bottom: 20px;
}
a.logoLogin:hover {
	background-position: -117px 0;
}
/*a.homeSelected {
	height: 34px;
	width: 52px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_homeSelected.gif);
    -webkit-transition: background .2s linear;
}
a.homeSelected:hover {
	background-position: 0 -34px;
}
*/
a.join {
	height: 18px;
	width: 70px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_join.gif);
    -webkit-transition: background .1s ease-in;
	float: left;
	margin: 0;
	padding: 0;
}
/*a.join:hover {
	background-position: -80px 0;
}
*/
a.about {
	height: 18px;
	width: 70px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_about.gif);
	float: left;
	margin: 0;
	padding: 0;
}
/*a.about:hover {
	background-position: -80px 0;
}
*/
a.login {
	height: 18px;
	width: 70px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_login.gif);
	float: left;
	margin: 0;
	padding: 0;
}
/*a.login:hover {
	background-position: -80px 0;
}
*/
a.home {
	height: 18px;
	width: 70px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_home.gif);
	float: left;
	margin: 0;
	padding: 0;
}
a.logout {
	height: 18px;
	width: 70px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_logout.gif);
	float: left;
	margin: 0;
	padding: 0;
}
a.friends {
	height: 18px;
	width: 70px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_friends.gif);
	float: left;
	margin: 0;
	padding: 0;
}
a.contact {
	height: 18px;
	width: 70px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_contact.gif);
	float: left;
	margin: 0;
	padding: 0;
}
a.profile {
	height: 18px;
	width: 70px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_profile.gif);
	float: left;
	margin: 0;
	padding: 0;
}
a.bookmarks {
	height: 18px;
	width: 80px;
	display: block;
	text-decoration: none;
	background-image: url(images/a_bookmarks.gif);
	float: left;
	margin: 0;
	padding: 0;
}
.slash {
	float: left;
}
.login #wrapper {
	text-align: left;
	width: 340px;
	padding: 125px 0 0 0;
    margin: 0 auto;
	color: #505050;
}
.login #boxLogin {
	width: 290px;
	height: 210px;
	margin: 0;
	padding: 20px 25px;
	float: left;
	font-size: .9em;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
	background-image: url(images/bg_boxLogin.gif);
	background-repeat: no-repeat;
	border: 1px solid #D3D3D3;
}
.login #boxLoginFailed {
	width: 290px;
	height: 230px;
	margin: 0;
	padding: 20px 25px;
	float: left;
	font-size: .9em;
	-moz-border-radius: 1ex;
	-webkit-border-radius: 1ex;
	background-image: url(images/bg_boxLogin.gif);
	background-repeat: no-repeat;
	border: 1px solid #D3D3D3;
}
ul.login {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.login li {
	float: left;
	margin: 0 0 15px 13px;
}
ul.login a {
	color: #505050;
	text-decoration: none;
	font-weight: normal;
    -webkit-transition: color .2s linear;
}
ul.login a:hover {
	color: #FF6300;
	text-decoration: none;
	font-weight: normal;
    -webkit-transition: color .2s linear;
}
.register ul.form {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.register ul.form li {
	float: left;
	margin: 0 0 10px 0;
}
.register ul.form a {
	color: #D3D3D3;
	text-decoration: none;
	font-weight: normal;
}
.register ul.form a:hover {
	color: #F6F6F6;
	text-decoration: none;
}
textarea.login {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif, "Hei Regular", "Lucida Grande", "Helvetica Neue UltraLight";
	width: 290px;
	height: 34px;
	background-color: #FEFEFE;
	border: 1px solid #AAAAAA;
	color: #505050;
	font-size: 1.4em;
}
input.register {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 375px;
	background-color: #AAAAAA;
	border: 1px solid #727272;
	color: #E6E6E6;
	font-size: 1.5em;
}
textarea.register {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 375px;
	height: 39px;
	background-color: #4D4D4D;
	border: 1px solid #727272;
	color: #E6E6E6;
	font-size: 1.5em;
}
textarea.registerBig {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 375px;
	height: 90px;
	background-color: #4D4D4D;
	border: 1px solid #727272;
	color: #E6E6E6;
	font-size: 1.5em;
}
.inputLogin {
	background-image: url(images/btn_login.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 85px;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: normal;
	border: thin solid #D3D3D3;
	-moz-border-radius: .9ex;
	-webkit-border-radius: .9ex;
	cursor: pointer;
	margin-left: 62px;
    -webkit-transition: background .2s linear;
}
.inputLogin:hover {
	background-position: -85px top;
}
.inputJoin {
	background-image: url(images/btn_join.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	border: thin solid #D3D3D3;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	cursor: pointer;
    -webkit-transition: background .2s linear;
}
.inputJoin:hover {
	background-position: -150px top;
}
.inputSend {
	background-image: url(images/btn_send.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: normal;
	border: thin solid #D3D3D3;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	cursor: pointer;
    -webkit-transition: background .2s linear;
}
.inputSend:hover {
	background-position: -100px top;
}
.btnCancel {
	background-color: #F6F6F6;
	width: 100px;
	height: 30px;
	font-size: 1.1em;
	color: #666666;
	border: thin solid #CCCCCC;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	cursor: pointer;
}
.btnCancel:hover {
	background-color: #FFFFFF;
	width: 100px;
	height: 30px;
	font-size: 1.1em;
	color: #333333;
	border: thin solid #CCCCCC;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	cursor: pointer;
}
.btnSend {
	background-image: url(images/btn_send.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 100px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: normal;
	border: thin solid #D3D3D3;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	cursor: pointer;
    -webkit-transition: background .2s linear;
}
.btnSend:hover {
	background-position: -100px top;
}
ul.footerLogin {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 0 25px;
	padding: 20px 0 0 0;
}
ul.footerLogin li {
	float: left;
}
ul.footerLogin a {
	color: #505050;
	text-decoration: none;
    -webkit-transition: color .2s linear;
	margin-right: 20px;
	font-size: .9em;
	font-weight: normal;
}
ul.footerLogin a:hover {
	color: #FF6300;
	text-decoration: none;
	font-weight: normal;
}
ul.form {
	margin: 10px 0 10px 0;
	padding: 0;
}
ul.form li {
	padding: 5px 0 5px 0;
	list-style-type: none;
}
ul.form select {
	background-color: #FEFEFE;
	width: 200px;
	height: 27px;
	font-size: 1em;
	outline: none;
}
.textbottom {
	vertical-align:text-bottom;
}
ul.comment {
	margin: 0;
	padding: 0;
}
ul.comment li.new {
	border-bottom-style: none;
	padding: 10px 10px 10px 0;
	margin: 0 0 0 10px;
	list-style-type: none;
	margin: 0;
}
ul.comment li.new #right {
	width: 430px;
	margin: 10px 0 0 70px;
	padding: 0 0 0 5px;
	float:left;
}
ul.comment li.more {
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #CFCFCF;
	border-bottom-style: none;
	padding: 10px 10px 10px 0;
	list-style-type: none;
	margin: 0;
	min-height: 16px;
}
ul.comment li.blurbMore {
	width:545px;
	padding: 15px 0;
	list-style-type: none;
	margin: 15px 0;
	font-size:18px;
	color: #1C1C1C;
	background-color: #CFCFCF;
	text-align:center;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	display: inline-block;
}
ul.comment li.blurb {
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #CFCFCF;
	border-bottom-style: none;
	padding: 10px 10px 10px 0;
	list-style-type: none;
	margin: 0;
	min-height: 53px;
}

ul.comment li.blurb #pic {
	width: 50px;
	padding: 3px 0 0 3px;
	float: left;
}
ul.comment li.blurb #right {
	width: 370px;
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	float:left;
}
ul.comment li.blurb p.share {
	display: none;
}
ul.comment li.blurb:hover p.share {
	display:inline;
}
ul.comment li.blurb #buttons {
	display: none;
}
ul.comment li.blurb:hover #buttons {
	width: 40px;
	margin: 0;
	padding: 3px 5px 5px 20px;
	float:right;
	display:inline;
}
ul.comment li.blurb #rightFriend {
	margin: 10px 0 0 65px;
	padding: 0 0 0 5px;
	font-size: 1.3em;
}
ul.comment li.blurb #rightFriend a.send {
	color: #AAAAAA;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul.comment li.blurb #rightFriend a.send:hover {
	color: #333333;
	text-decoration: none;
}
ul.comment li.blurb #right a.send {
	color: #AAAAAA;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul.comment li.blurb #right a.send:hover {
	color: #333333;
	text-decoration: none;
}
ul.comment li {
	list-style:none;
}
ul.reblurb li.reblurb {
	width:470px;
	float:right;
	padding: 10px 10px 10px 0;
	background-color:#F6F6F6;
	list-style-type: none;
	margin: 0;
	min-height: 53px;
}
ul.reblurb li.reblurb #pic {
	width: 50px;
	padding: 3px 0 0 7px;
	float: left;
}
ul.reblurb li.reblurb #picLower{
	width: 50px;
	margin:15px 0 0 0;
	padding: 3px 0 0 7px;
	float: left;
}
ul.reblurb li.reblurb #right {
	width: 310px;
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	float:left;
}
ul.reblurb li.reblurb p.share {
	display: none;
}
ul.reblurb li.reblurb:hover p.share {
	display:inline;
}
ul.reblurb li.reblurb #buttons {
	display:none;
}
ul.reblurb li.reblurb:hover #buttons {
	width: 40px;
	margin: 0;
	padding: 3px 5px 5px 20px;
	float:right;
	display:inline;
}
ul.reblurb li.reblurb #commentBox {
	width: 285px;
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	float:right;
}
ul.reblurb li.reblurb #reblurbError {
	width: 285px;
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	float:right;
}




.reblurbOpen {
	display:none;
}
/*ul.comment li:hover {
	background-color: #222222;
}
*/
ul.comment a {
	margin: 0;
	color: #E53400;
}
ul.comment a:hover {
	margin: 0;
	color: #FF6300;
	text-decoration: none;
    -webkit-transition: color .2s linear;
}
ul.comment a.small {
	margin: 0;
	color: #E53400;
	font-size:12px;
}
ul.comment a.small:hover {
	margin: 0;
	color: #FF6300;
	text-decoration: none;
    -webkit-transition: color .2s linear;
}
ul.comment p {
	margin: 7px 0 7px 0;
}
br.comment {
	height: 15px;
}
ul.rt {
	padding: 0;
	margin: 9px 0 9px 0;
}
ul.rt li {
	list-style-type: none;
	padding: 5px 5px;
}
ul.rt li #ltBox {
	float: left;
	padding: 0;
	width: 70px;
}
ul.rt li #rtBox {
	margin: 0 0 0 75px;
	padding: 0;
	width: 180px;
}
ul.rt a {
	text-decoration: none;
}
ul.rtProfile {
	padding: 0;
}
ul.rtProfile li.colProfile {
	list-style-type: none;
}
ul.rtProfile li.colProfile #pic {
	width: 50px;
	padding: 3px 0 0 3px;
	float: left;
}
ul.rtProfile li.colProfile #right {
	width: 180px;
	margin: 0 0 0 60px;
	padding: 0 0 0 5px;
	min-height:53px;
}
ul.rtProfile li.colProfile #rtHeader {
	width: 235px;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	font-size: 1em;
	color: #1C1C1C;
	text-align:left;
	margin: 13px 0 6px 0;
	background-color: #CFCFCF;
	padding: 4px 9px;
	font-weight:bold;
	display: inline-block;
}
ul.rtProfile li.colLocal {
	list-style-type: none;
}
ul.rtProfile li.colLocal #pic {
	width: 50px;
	padding: 3px 0 0 3px;
	float: left;
}
ul.rtProfile li.colLocal #right {
	width: 180px;
	margin: 0 0 0 60px;
	padding: 0 0 0 5px;
	min-height:53px;
}
ul.rtProfile li.colLocal #rtHeader {
	width: 235px;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	font-size: 1em;
	color: #1C1C1C;
	text-align:left;
	margin: 13px 0 13px 0;
	background-color: #CFCFCF;
	padding: 4px 9px;
	font-weight:bold;
	display: inline-block;
}
ul.rtEvent {
	padding: 0;
}
ul.rtEvent li.colEvent {
	list-style-type: none;
}
ul.rtEvent li.colEvent #rtHeader {
	width: 235px;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	font-size: 1em;
	color: #1C1C1C;
	text-align:left;
	margin: 13px 0 13px 0;
	background-color: #CFCFCF;
	padding: 4px 9px;
	font-weight:bold;
	display: inline-block;
}
ul.rtEvent li.event {
	list-style-type: none;
	padding: 5px 0 10px 0;
	border-bottom-color:1C1C1C;
    border-bottom-style:dotted;
	border-bottom-width:thin;
}
ul.rtEvent li.event #pic {
	width: 50px;
	padding: 3px 0 0 3px;
	float: left;
}
ul.rtEvent li.event #right {
	width: 180px;
	margin: 0 0 0 60px;
	padding: 0 0 0 5px;
	min-height:53px;
}
ul.rtEvent a {
	text-decoration: none;
}
ul.rtProfile li.colLike {
	list-style-type: none;
	padding:5px 0 0 0;
}
ul.rtProfile li.colLike #topLtCenter {
	float: left;
	width: 50px;
	margin: 0 0 0 60px;
	padding: 0 0 0 5px;
	text-align:center;
}
ul.rtProfile li.colLike #topRtCenter {
	width: 50px;
	margin: 0 0 0 120px;
	padding: 0 0 0 5px;
	text-align:center;
}
ul.rtProfile li.colHeaders {
	list-style-type: none;
}
ul.rtProfile li.colHeaders #rtHeader {
	width: 235px;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	font-size: 1em;
	color: #1C1C1C;
	text-align:left;
	margin: 16px 0 7px 0;
	background-color: #CFCFCF;
	padding: 4px 9px;
	font-weight:bold;
	display: inline-block;
}
ul.rtProfile a {
	text-decoration: none;
}
.panel {
	display:none;
}
.flash_load {
	width:390px;
	float:right;
	margin: 0;
	padding: 10px 10px 10px 0;
	list-style-type: none;
	display:none;
}
input.smLogin {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 200px;
	font-size: 1.3em;
	border: 3px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
input.medLogin {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 250px;
	font-size: 1.3em;
	border: 3px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
input.smRight {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 100%;
	font-size: 1.2em;
	border: 2px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
input.short {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 400px;
	font-size: 1.5em;
	border: 3px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
textarea.short {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 400px;
	height: 31px;
	font-size: 1.5em;
	border: 3px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
input.tall {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 400px;
	font-size: 1.5em;
	border: 3px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
textarea.tall {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 400px;
	height: 75px;
	font-size: 1.5em;
	border: 3px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#search_type.selectheader {
	background-color: #F6F6F6;
	width: 65px;
	height:20px;
	font-size:10px;
	vertical-align:bottom;
	border: 1px solid #5e5d5e;
	outline: none;
}
#search_name {
	background-color: #F6F6F6;
	width: 150px;
	height: 16px;
	font-size:11px;
	vertical-align:bottom;
	border: 1px solid #5e5d5e;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
#search_name.short {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 400px;
	height: 31px;
	font-size: 1.5em;
	border: 3px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
.btnSearch {
	background-color: #F6F6F6;
	width: 50px;
	height: 20px;
	font-size:11px;
	vertical-align:bottom;
	border: 1px solid #5e5d5e;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
}
.btnButtons {
	background-color: #F6F6F6;
	width: 50px;
	height: 18px;
	font-size: 9px;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
	text-align: center;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
}
.btnButtons:hover {
	border: 1px solid #C3C3C3;
	color: #333333;
	background-color: #FFFFFF;
}
.btnFriend {
	margin:0 0 0 10px;
	background-color: #F6F6F6;
	width: 115px;
	height: 26px;
	font-size: 12px;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
	text-align: center;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
}
.btnFriend:hover {
	border: 1px solid #C3C3C3;
	color: #333333;
	background-color: #FFFFFF;
}
#dropdown {  
    /* cancel the default list style */  
    list-style:none;  
    margin:0;  
    padding:0;  
    width:180px;  
    position:relative;  
}  
      
    #dropdown li {  
    }  
      
    #dropdown li a.parent {
	display:block;
	width: 120px;
	height: 45px;
	padding: 4px 0 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #AAAAAA;
	background-color: #FEFEFE;
	line-height: 49px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	background-image: url(images/dropup_city2.png);
	background-repeat: no-repeat;
   	background-position: 0 4px;
    }  
      #dropdown li a.parent:hover {  
		background-color: #EEEEEE;
		border: 1px solid #333333;
		color: #1c1c1c;
   		background-position: -120px 4px;
 }  
    
    #dropdown li a.hover {
        background-color: #EEEEEE;
    	background-image: url(images/dropup_city2.png);
		background-repeat: no-repeat;
   		background-position: -120px 4px;
}  
      
        #dropdown ul {  
              
            /* cancel the default list style */  
            margin:0;  
            padding:0;  
            list-style:none;      
            display:none;  
              
            /* make sure it has the highest z-index */  
            position:absolute;  
            left:0;
			top: -215px;
            z-index:500;  
            background:#fff;  
            width: 120px; 
			height: 205px;
			padding: 10px 0 0 0;
        	background-color: #1C1C1C;
			-moz-border-radius-topleft: 4px;
 			-moz-border-radius-topright: 4px;
 			-webkit-border-top-left-radius: 4px;
  			-webkit-border-top-right-radius: 4px;        
			border: 1px solid #333333;
}  
          
            #dropdown ul li {  
                font-size:15px; 
				float: left;
				clear: both;
            }  
              
                #dropdown ul li a {  
                    display:block; 
					float: left;
                    padding: 5px 0 5px 15px;  
                    color:#EEEEEE; 
					width: 105px;
                }  
                  
                #dropdown ul li a:hover {  
                    color: #FFFFFF;
					background-color: #FF5300;
                }
#blockLeft {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
}
#blockRight {
	float: left:
	width: 150px;
	margin: 0;
	padding: 0;
	display: block;
}
#dropup2 {  
    /* cancel the default list style */  
    list-style:none;  
    margin: 0 0 0 25px;  
    padding: 0;  
	display: block;
}  
      
    #dropup2 li {  
	margin: 0;
	padding: 0;
  }  
      
    #dropup2 li a.parent {
	display: block;
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	line-height: 70px;
	font-size: 18px;
	color: #333333;
	width: 41px;
	height: 36px;
	background-image: url(images/dropup_more.png);
	background-repeat: no-repeat;
}  
      #dropup2 li a.parent:hover {  
		color: #1c1c1c;
	   	background-position: -41px top;
}  
    
    #dropup2 li a.hover {  
	   	background-image: url(images/dropup_more.png);
		background-repeat: no-repeat;
   		background-position: -41px top;
}  
      
        #dropup2 ul {
	/* cancel the default list style */  
            margin:0;
	list-style:none;
	display:none;
	/* make sure it has the highest z-index */  
            position:absolute;
	left: -40px;
	top: -215px;
	z-index:500;
	width:140px;
	height: 202px;
	padding: 20px 0 0 0;
	background-image: url(images/dropup_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}  
          
            #dropup2 ul li {  
                font-size: 12px; 
				float: left;
				clear: both;
				height: 20px;
				line-height: 10px;
            }  
              
                #dropup2 ul li a {  
                    display:block; 
					float: left;
                    padding: 3px 0 3px 24px;  
                    color:#EEEEEE;  
					width: 96px;
                }  
                  
                #dropup2 ul li a:hover {  
                    color: #FFFFFF;
					background-color: #FF5300;
                }  
.block {
	width: 30px;
	float: left;
	margin: 0;
	padding: 0;
}
#dropup3 {  
    /* cancel the default list style */  
    list-style:none;  
    margin: 0 0 0 25px;  
    padding: 0;  
	display: block;
}  
      
    #dropup3 li {  
	margin: 0;
	padding: 0;
  }  
      
    #dropup3 li a.parent {
	display: block;
	float: left;
	padding: 0;
	margin: 0 40px 0 0;
	line-height: 70px;
	font-size: 18px;
	color: #333333;
	width: 49px;
	height: 36px;
	background-image: url(images/dropup_share.png);
	background-repeat: no-repeat;
}  
      #dropup3 li a.parent:hover {  
		color: #1c1c1c;
	   	background-position: -49px top;
}  
    
    #dropup3 li a.hover {  
	   	background-image: url(images/dropup_share.png);
		background-repeat: no-repeat;
   		background-position: -49px top;
}  
      
        #dropup3 ul {  
              
            /* cancel the default list style */  
            margin:0;  
            padding:0;  
            list-style:none;      
            display:none;  
              
            /* make sure it has the highest z-index */  
            position:absolute;  
	left: -36px;
	top: -92px;
	z-index:500;
	width:125px;
	height: 81px;
	padding: 20px 0 0 0;
	background-image: url(images/dropup_bgshort.png);
	background-repeat: no-repeat;
	background-position: left center;
}  
          
            #dropup3 ul li {  
                font-size: 12px; 
				float: left;
				clear: both;
				height: 20px;
				line-height: 10px;
            }  
              
                #dropup3 ul li a {  
                    display:block; 
					float: left;
                    padding: 3px 0 3px 24px;  
                    color:#EEEEEE;  
					width: 96px;
                }  
                  
                #dropup3 ul li a:hover {  
                    color: #FFFFFF;  
					background-color: #FF5300;
				}
a.addplace {
	display: block;
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
	font-size: 18px;
	color: #333333;
	width: 125px;
	height: 36px;
	background-image: url(images/dropup_addplace.png);
	background-repeat: no-repeat;
}  
a.addplace:hover {  
	   	background-position: -125px top;
}  
a.invitefriends {
	display: block;
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
	font-size: 18px;
	color: #333333;
	width: 153px;
	height: 36px;
	background-image: url(images/dropup_invitefriends.png);
	background-repeat: no-repeat;
}  
a.invitefriends:hover {  
	   	background-position: -153px top;
}  
a.linkFAQ {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	font-size: 15px;
	margin: 10px 0;
	padding: 0 0 0 15px;
	display: block;
	background-image: url(images/bg_linkFAQ.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
a.linkFAQ:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FF5300;
}
a.linkIndex {
	text-decoration: none;
	font-weight: normal;
	width: 90px;
	color: #333333;
	font-size: 15px;
	margin: 10px 0;
	padding: 0 0 0 15px;
	display:block;
	background-image: url(images/bg_linkFAQ.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
a.linkIndex:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FF5300;
}
a.linkLearn {
	text-decoration: none;
	font-weight: normal;
	width: 170px;
	color: #333333;
	font-size: 15px;
	margin: 10px 0;
	padding: 0 0 0 15px;
	display: block;
	background-image: url(images/bg_linkFAQ.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
a.linkLearn:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FF5300;
}
a.linkJoin {
	text-decoration: none;
	font-weight: normal;
	width: 200px;
	color: #333333;
	font-size: 15px;
	margin: 10px 0;
	padding: 0 0 0 15px;
	display: block;
	background-image: url(images/bg_linkFAQ.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
a.linkJoin:hover {
	text-decoration: none;
	font-weight: normal;
	color: #FF5300;
}
a.logo1 {
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	display: block;
	height: 30px;
	width: 125px;
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a.logo1:hover {
	background-position: -125px 0;
}
#changeCity select {
	background-color: #FEFEFE;
	width: 200px;
	height: 22px;
	font-size: .9em;
	outline: none;
}
#search_type.standard {
	background-color: #FEFEFE;
	width: 115px;
	height: 22px;
	font-size: .9em;
	outline: none;
}
textarea.blurb {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 250px;
	height: 42px;
	font-size: 1.2em;
	border: 2px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	float:right;
	outline: none;
}
textarea.blurbNew {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 240px;
	height: 42px;
	font-size: 1.2em;
	border: 2px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	float:right;
	outline: none;
}
textarea.smRight {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 100%;
	height: 42px;
	font-size: 1.2em;
	border: 2px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	outline: none;
}
.btnPost {
	background-color: #FFFFFF;
	width: 75px;
	height: 27px;
	font-size: 12px;
	border: 2px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
	float: right;
	color: #333333;
}
.btnPost:hover {
	border: 2px solid #C3C3C3;
	background-color: #FFFFFF;
	color: #1C1C1C;
}
.btnPostProfile {
	background-color: #FFFFFF;
	margin: 5px 0 0 0;
	width: 75px;
	height: 27px;
	font-size: 12px;
	border: 2px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
	float:right;
	color: #333333;
}
.btnPostProfile:hover {
	border: 2px solid #C3C3C3;
	background-color: #FFFFFF;
	color: #1C1C1C;
}
.counter {
	font-size:16px;
	font-weight:bold;
	color: #D3D3D3;
	float:right;
}
.comment_submit {
	background-color: #FFFFFF;
	margin: 5px 0 0 0;
	width: 75px;
	height: 25px;
	font-size: 11px;
	border: 1px solid #AAAAAA;
	color: #AAAAAA;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
	float:right;
}
.comment_submit:hover {
	border: 1px solid #C3C3C3;
	color: #333333;
	background-color: #FFFFFF;
}
textarea.reblurb {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	width: 390px;
	height: 40px;
	margin: 5px 0 5px 5px;
	padding: 0;
	font-size: .9em;
	border: 1px solid #D3D3D3;
	-moz-border-radius: .3ex;
	-webkit-border-radius: .3ex;
	float:right;
	outline: none;
}
.btnSearchPage {
	background-color: #F6F6F6;
	width: 75px;
	height: 39px;
	padding: 4px 9px;
	font-size: 14px;
	color: #666666;
	border: 3px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
	float: right;
	margin-right: 60px;
}
.btnSearchPage:hover {
	background-color: #FFFFFF;
	width: 75px;
	height: 39px;
	padding: 4px 9px;
	font-size: 14px;
	color: #333333;
	border: 3px solid #CCCCCC;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
	float: right;
	margin-right: 60px;
}
.btnLoginRt {
	background-color: #F6F6F6;
	width: 60px;
	height: 30px;
	padding: 2px 5px;
	font-size: 12px;
	color: #666666;
	border: 3px solid #D3D3D3;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
}
.btnLoginRt:hover {
	background-color: #FFFFFF;
	width: 60px;
	height: 30px;
	padding: 2px 5px;
	font-size: 12px;
	color: #333333;
	border: 3px solid #CCCCCC;
	-moz-border-radius: .4ex;
	-webkit-border-radius: .4ex;
	cursor: pointer;
}
#topDiv {
	margin: 10px 0 10px 0;
	padding: 0;
}
ul.topblurb {
	margin: 0;
	padding: 0;
	font-size: 45px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 15px;
}
ul.topblurb li.blurb {
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #CFCFCF;
	border-bottom-style: none;
	padding: 10px 10px 10px 0;
	list-style-type: none;
	margin: 0;
	min-height: 53px;
}

ul.topblurb li.blurb #pic {
	width: 50px;
	padding: 3px 0 0 3px;
	float: left;
}
ul.topblurb li.blurb #right {
	width: 370px;
	margin: 0 0 0 20px;
	padding: 0 0 0 5px;
	float:left;
}
ul.topblurb li.blurb p.share {
	display: none;
}
ul.topblurb li.blurb:hover p.share {
	display:inline;
}
ul.topblurb li.blurb #buttons {
	display: none;
}
ul.topblurb li.blurb:hover #buttons {
	width: 40px;
	margin: 0;
	padding: 3px 5px 5px 20px;
	float:right;
	display:inline;
}

ul.topblurb li.blurb #right a.send {
	color: #AAAAAA;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
ul.topblurb li.blurb #right a.send:hover {
	color: #333333;
	text-decoration: none;
}
ul.topblurb li {
	list-style:none;
}