body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,  input, p, blockquote, th, td, html {
  padding: 0;
  margin: 0
}

html, body {
  height: 100%;
}

body, textarea {
  font: 14px arial, helvetica, verdana, sans-serif;
  color: #333333;
}

body {
  line-height: 1.5em;
  background: #757d88 url('http://78.46.85.19/events/bg-spring2.gif');
  text-align: center;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	line-height: 22px;
}

h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: normal;
  color: #333333;
}

input {
  padding: 1px;
  margin-bottom: 1px;
}

select {
 margin-bottom: 2px;
}

div.edit {
	font-size: 14px; padding: 3px; font-style: italic; color: #ddbb00;
}

input.submit {
	background-color: #ee3333;
	color: white;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	border: 0;
	cursor: pointer;
	padding: 3px 20px;
}

#header div.bubble, #intro div.bubble, #main div.bubble, #main div.comments div.bubble, span.bubble {
	position: relative;
	top: -2px;
	display: inline;
	color: white; 
	background: #ee3333; 
	width: 16px; 
	height: 16px; 
	font-size: 11px; 
	padding: 0 5px;
	text-align: center; 
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	khtml-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 0px;
}

#main div.bubble, span.bubble {
 position: relative;
 top: -1px;
}

input.submit:hover { 
	background-color: #ee0000;
}

input.check {
	width: 20px;
}

div, p.mesajConfirm, p.mesajDeny, p.mesajWarn, p.mesajInfo, div.answer a {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	khtml-border-radius: 4px;
	border-radius: 4px;
}

input.submit {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	khtml-border-radius: 4px;
}

div.datetime {
	float: right;
}

a, a:link {
  color: #0088ee;
  text-decoration: none;
}

a:hover {
  color: #0088ee;
  text-decoration: underline;
}

img {
  border: none;
}

img.icon {
	vertical-align: text-top;
}

#content {
  width: 995px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #ffffff;
  margin-top: 12px;
}

#header {
	padding: 20px 0px 0px 0px;
	margin: auto;
	margin-bottom: 15px;
	width: 970px;
	border-bottom: 1px solid #cccccc;
}

#oldmenu {
	position: relative;
	z-index: 100;
	float: right;
	list-style: none; 
	margin: 17px 0px 0px 0px; 
}

#oldmenu li { 
	float: left; 
	position: relative; 
	margin-left: 12px;
}

#oldmenu li ul {
	position:absolute;
	left:-9999px;
}

#oldmenu li:hover ul {
	display: block; 
	position: absolute; 
	top: 21px; 
	left: -15px; 
	width: 140px; 
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	padding: 0 0 5px 0; 
	background-color: white; 
	list-style: none;

	-moz-border-radius: 0px 0px 6px 6px; 
	khtml-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;

	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;

	-khtml-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

#oldmenu li:hover ul li {
	margin: 0 5px 0 10px;
	float: none;
}

#oldmenu li:hover ul li a {
	display: block;
}

#oldmenu li a:hover { position:relative; }
#oldmenu :hover ul { left:-15px; padding: 0 0 5px 10px; margin: 0; width:120px; top:16px; background-color: white; 	border-bottom: 1px solid #ccc; 	border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
#oldmenu :hover ul li { padding: 0; margin: 0; width:120px; }

#intro {
	margin: 10px 5px 5px 5px;
	padding: 20px;
	background-color: #d4ecfe;
	font-size: 16px;
}

#login {
	background-color: #ffffff;
	border: 1px solid #7dbeee;
	padding: 2px 10px 10px 25px;
	float: right;
	margin-left: 50px;
	margin-top: -6px;
	width: 330px;
	height: 85px;
}

#login p {
	margin-top: 10px;
	font-size: 14px;
}

.buton_login {
	padding: 3px 20px;
	width: 100px;
}

#container {
	padding: 15px;
}

#side {
	float: left; 
	width: 300px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#side div.box {
	border: 1px solid #7dbeee;
	padding: 15px;
	margin-bottom: 15px; 
}

#side hr {
	color: #eeeeee;
}

#side div.box ul {
	margin: 20px 0px 0 0px;
}

#side h3, #side h4 {
	margin-top: 0px;
}

#main {
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 16px;
	width: 650px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#main a {
	font-size: 14px;
}

#main h2 a {
	font-size: 20px;
}

#main h5 {
	margin: 10px;
}

#main p,h1,h2,h3,h4,h5 {
	margin: 10px 0;
}

#main div.statusLipi a { font-size: 13px; }
#main div.statusLipiMine a { font-size: 15px; }

#footer {
	font-size: 12px;
	line-height: 16px;
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}


div.answer span{display:block;font-size: 13px; font-weight: bold; }
div.answer a { float: right; width: 3em;padding: 10px 6px;margin: 0 4px 4px 4px;text-align: center;text-decoration:none;background: #ee3333;color: #ffffff; }
div.answer a:hover{background: #ee0000;color: #ffffff; }

div.answer a.blueanswer {background: #9bcae6;color: #0068a5;}
div.answer a.blueanswer:hover {background: #64aeda;color: #0068a5;}

div.answer a.grayanswer {background: #dddddd;color: #666666;}
div.answer a.grayanswer:hover {background: #bbbbbb;color: #666666;}

div.answer a.yellowanswer {background: #fce176;color: #000000;}
div.answer a.yellowanswer:hover {background: #F3CF00;color: #000000;}

div.answer a.greenanswer {background: #55ee99;color: #336633;}
div.answer a.greenanswer:hover {background: #33cc66;color: #336633;}

div.answer a.long { float: left; width: 200px; font-size: 90%; padding: 6px 15px; margin-bottom: 10px; font-weight: normal; }
div.answer a.verylong { float: left; width: 200px; font-size: 90%; padding: 6px 15px; margin-bottom: 10px; font-weight: normal; }

ul.spaced li { margin-bottom: 8px; }

#main ul.duel,ul.duel,ul.duel li,#main #horoscop{list-style-type:none;margin:0;padding:0}
ul.duel li{float:left;text-align: center; margin-bottom: 0px;overflow:hidden;}
ul.duel p,ul.duel h3{margin:0;padding: 0 10px}
ul.duel h3{padding-bottom: 0px; }

ul.duel li.vot1 div{float:left;width: 140px;padding: 0px 0;text-decoration:none;}
ul.duel li.vot2 div{float:left;width: 140px;padding: 0px 0;text-decoration:none;}

ul.duel img { border: 1px solid #999; }

ul.duel li.large h3{color: #007BC4; margin-bottom: 0px; }
ul.duel li.large{width: 210px; color: #000000; margin-left: 10px; padding-top: 20px; text-align: left; }
ul.duel li.medium{width: 140px; font-weight: bold; color: #000000; }
ul.duel li.short{width: 40px; font-weight: bold; color: #000000; margin-right: 5px; }
ul.duel li.short img {border: 0px; }
ul.duel li.intro{width: 70px; color: #000000; margin-right: 10px; }

div#choices {height: 50px;padding-bottom:5px;}
div#rightdisplay {float: right; width: 380px;}
div#mainpic img {border: 1px solid #999; margin-bottom: 5px;}
#zoom {position: absolute;margin-top: 5px;margin-left: 5px;z-index: 1;border:0px;}
.zoom {position: absolute;margin-top: 5px;margin-left: 15px;z-index: 1;border:0px;}
div.altePoze {float:left;width:105px; margin-right: 2px; }
div.altePoze img {border:1px solid #ccc;}

div#lipiciosenii { margin-top: 10px; }
p.lipiciosenii {float: left; width: 75px;}
div#mesajCont {width: 160px;float: left;color: #cc0000;text-align: right;display: none;padding-top: 1px;}
div#mesajHelp { display: none; padding-top: 1px;}
div#mesajMatches {width: 210px;float: right;text-align: right;padding-top: 1px;} 
img.thumb {border:1px solid #999;}
div.datetime {float: right;}
span.datetime {float: right;}
#titluLipeala{font-weight: bold;color: #ee3333;font-size: 140%;text-align:center;margin-bottom: 10px;}
#zonaLipeala { float: right; margin-top: 20px; width: 130px; padding: 10px 0px 0 0px; margin-bottom: 10px; }

#linkuriProfil { line-height: 20px; width: 230px; padding: 10px 0; }
#linkuriProfil div { border-top: 1px solid #ddd; height: 0px; margin: 1px 0; width: 95%; line-height: 1px; }

#rating { margin-top: 30px; }

span.caption { font-size: 90%; color: #777777; }
span.bigcaption { font-size: 90%; color: #999999;}
img.inlineIcon { vertical-align: text-bottom; border: 0; }
img.lipiciosenie {border: 0;vertical-align:middle;}
img.zodie {vertical-align:text-top; }
div.row img.zodie {border: 0px; }
img.admin-icon {margin-top:3px;}
img.corner { margin-left: 10px; margin-right: 5px; } 

#main form.signup p.warning {margin-left: 145px; padding-top: 10px; margin-bottom: 0px;}
#main form.signup input.submit {margin-left: 145px;}
.warning { color: #ff3333; }

#darkWarning { color: #ff3333; font-size: 16px; margin: 27px 0 28px 0; }

fieldset {margin-top: 10px; margin-bottom: 10px;border: 1px solid #999; padding: 10px; }
fieldset legend {color: #666666; font-size: 16px; font-weight: bold; }
div.clear, p.clear { clear: both; }
div.row {  }
div.halfrow {float: left; width: 315px; margin-right: 10px; }
div.row span.label {float: left; width: 140px;text-align: right;}
div.row span.formw {float: left; margin-left: 5px;width: 480px;text-align: left;} 
div.row img {border: 1px solid #ccc;}
div.row img.inlineIcon {border: 0;}
div.row img.icon, img.icon {border: 0;vertical-align:middle;}

div.rightlinks {float: right; margin-top: 0px; width: 540px; }
div.halfrow div.rightlinks {float: right; margin-top: 10px; width: 210px; }
div.rightlinks2 {float: right; width: 150px;}

p.mesajConfirm { padding: 14px 20px 11px 55px; background: #eeeeee url("http://78.46.85.19/i/img/icon-mesaj-confirm.gif") no-repeat center left; }
p.mesajDeny { padding: 14px 20px 11px 55px; background: #eeeeee url("http://78.46.85.19/i/img/icon-mesaj-deny.gif") no-repeat center left; }
p.mesajWarn { padding: 14px 20px 11px 55px; background: #eeeeee url("http://78.46.85.19/i/img/icon-mesaj-warn.gif") no-repeat center left; }
p.mesajInfo { padding: 14px 20px 11px 55px; background: #eeeeee url("http://78.46.85.19/i/img/icon-mesaj-info.gif") no-repeat center left; }

span.red { color: red; }
#comentarii, #secrete, #friends, #useriOnline, #cautare, #lipicioseniiStart { display: none; }
#textComentariiAscunde, #textSecreteAscunde, #textFriendsAscunde, #textUseriAscunde, #textCautareAscunde, #textLipicioseniiAscunde { display: none; margin-bottom: 10px; margin-top: 5px; }
#textComentariiAfiseaza, #textSecreteAfiseaza, #textFriendsAfiseaza, #textUseriAfiseaza, #textCautareAfiseaza, #textLipicioseniiAfiseaza { margin-top: 5px; }
#textComentariiAfiseaza a, #textComentariiAscunde a, #textSecreteAfiseaza a, #textSecreteAscunde a, #textFriendsAfiseaza a, #textFriendsAscunde a, #textUseriAfiseaza a, #textUseriAscunde a, #textCautareAscunde a, #textCautareAfiseaza a, #textLipicioseniiAscunde a, #textLipicioseniiAfiseaza a { cursor: pointer; }

#main ul  {
	margin-left: 40px;
}

#main ol  {
	margin-left: 20px;
}

#rating ul, #frontPage ul { 
	margin: 0;
}

#frontPage img {
	opacity: 1;
}

#frontPage img:hover {
	opacity: 0.70;
}

#horoscop { list-style: none; margin-left: 0px; padding-left: 10px; }
#horoscop li { margin: 10px; }
#horoscop img { vertical-align: text-bottom; }

.coloana1 { float: left; width: 300px; }
.coloana2 { float: left; width: 300px; margin-left: 10px; }
div.dash { line-height: 1px; height: 1px; margin: 0 0 10px 0; border-bottom: 1px dashed #999; }

#main div.comments strong { color: #333333; }
#main div.comments div { background: #EEE; margin-bottom:10px; }
#main div.comments p { padding: 10px; margin:0;color: #333333; }
#main div.comments div.odd{background:#d4ecfe;}

#main p.pagination { font-size: 14px; margin: 15px 10px; color: black; }
#main p.pagination a { font-size: 14px; border: 1px solid #dddddd; padding: 3px 6px; }
#main p.pagination a:hover { color: white; background-color: #0088ee; text-decoration: none; }

#main div.menu_comments div { background: #d4ecfe; font-size: 14px; }

.tabel-forum { width: 100%; background-color: #cccccc; }
.tabel-forum td { background-color: #fff; padding: 10px 5px; } 
.header-forum td { background-color: #eee; font-weight: bold; }

#main div.comments p.avatarForum {float:left; margin: 0; padding: 10px; width:70px; height: 95px; font-weight: bold; text-align: center; }
#main div.comments p.postForum {float:left; 0; padding: 10px; width: 530px; overflow: hidden; font-size: 13px; }
#main div.comments p.postForum img { border: 0; }
div.shortrow {clear: both;padding: 0px;line-height:1px;height:1px;margin:0;}

div.aprecieri {margin-top: 0px; margin-bottom: 15px; font-weight: bold; }
div.apreciere {float: left; width: 60px; text-align: center; }
div.apreciere-sexy, div.apreciere-sexy a {color: #b42323; text-decoration: none;}
div.apreciere-cool, div.apreciere-cool a {color: #ebc737; text-decoration: none;}
div.apreciere-emo, div.apreciere-emo a {color: #518adf; text-decoration: none;}
div.apreciere-trendy, div.apreciere-trendy a {color: #52cc7a; text-decoration: none;}
div.apreciere-cute, div.apreciere-cute a {color: #c7a248; text-decoration: none;}
div.apreciere-coca, div.apreciere-coca a {color: #af64f7; text-decoration: none;}
div.underline a {text-decoration: none;}
div.apreciere:hover a {text-decoration: underline;}


#wysiwyg div,p {
	margin: 0px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background: #ffffff url("http://78.46.85.19/i/img/avatar-reclama.jpg") no-repeat right -10px;
	padding: 5px;
	opacity: 0.90;
	text-align: left;
}

#tooltip p {
	font-size: 12px;
	line-height: 15px;
}

#tooltip.prettyTip p {
	font-size: 11pt;
}










a { outline: none;}
#main .unit-rating{list-style:none;margin: 0px;padding:0px;width: 200px;height: 20px;position: relative;background: url('/star_rating.gif') top left repeat-x;}
.unit-rating li{text-indent: -90000px;padding:0px;margin:0px;float: left;}
.unit-rating li a{display:block;width:20px;height: 20px;text-decoration: none;text-indent: -9000px;z-index: 20;position: absolute;padding: 0px;}
.unit-rating li a:hover{	background: url('/star_rating.gif') left center;z-index: 2;left: 0px;}
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width: 20px;}
.unit-rating a.r2-unit{left: 20px;}
.unit-rating a.r2-unit:hover{width: 40px;}
.unit-rating a.r3-unit{left: 40px;}
.unit-rating a.r3-unit:hover{width: 60px;}
.unit-rating a.r4-unit{left: 60px;}	
.unit-rating a.r4-unit:hover{width: 80px;}
.unit-rating a.r5-unit{left: 80px;}
.unit-rating a.r5-unit:hover{width: 100px;}
.unit-rating a.r6-unit{left: 100px;}
.unit-rating a.r6-unit:hover{width: 120px;}
.unit-rating a.r7-unit{left: 120px;}
.unit-rating a.r7-unit:hover{width: 140px;}
.unit-rating a.r8-unit{left: 140px;}
.unit-rating a.r8-unit:hover{width: 160px;}
.unit-rating a.r9-unit{left: 160px;}
.unit-rating a.r9-unit:hover{width: 180px;}
.unit-rating a.r10-unit{left: 180px;}
.unit-rating a.r10-unit:hover{width: 200px;}
.unit-rating li.current-rating{background: url('/star_rating.gif') left bottom;position: absolute;height: 20px;display: block;text-indent: -9000px;z-index: 1;}	















/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* *{padding: 0; margin: 0;}----------------------------------------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 16px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	margin-top: 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:40px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:40px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


.pagi-elements {
	padding:5px;
	margin:5px;
	background:#f5f5f5
	}
$pagi {
	
	}
#pagi li { 
	border:0;
	margin:0;
	padding:0;
	font-size:14px;
	list-style:none; /* savers */
	float:left;
	}
#pagi a {
	border:solid 1px #ddd;
	margin-right:2px;
	}
#pagi .previous-off,
#pagi .spacing-dot,
#pagi .next-off {
	color:#666;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
	}
#pagi .spacing-dot {
	font-weight:normal;
	}
#pagi .next a,
#pagi .previous a {
	font-weight:bold;
	border:solid 1px #fff;
	}
#pagi .active {
	color:#ff0084;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
	padding-right:8px;
	}
#pagi a:link, 
#pagi a:visited {
	color:#0063e3;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
	}
#pagi a:hover {
	border:solid 1px #666;
	}


.table {

	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
.table th {
	background-color: #C0C0C0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #DFDFDF;
	margin: 0px;
	padding: 2px 10px;
}
.table td {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 2px 10px;
	vertical-align: top;
}