.login {
    right: 35px;
    top: 198px;
	_top: 191px;
    width: 250px;
    position: absolute;
    z-index:1;
    background-color: #F3F5FE;
}

.login input {
    width: 90%;
    margin: 0;
}
.login p {
    margin: 5px 0 0 0
}
.botao {
    margin-top: 5px;
}

.fechar {
    width: 28px;
    right: 10px;
    top: 0px;
    position: absolute;
}

.fechar2 {
	left: 90%;
	width: 28px;
	right: 10px;
	top: 20px;
	position: relative;
}

.hot {
    color: #336699;
    padding: 0 3px 0 3px;
    text-decoration: none;
    cursor: pointer;
}

.hot:hover {
    text-decoration: underline;
}

.warn, .warn a {
    margin: 4px 0 6px 0;
    color: #800000;
}

.warn a {
    cursor: pointer;
}

.warn a:hover {
    text-decoration: underline;
}

.tooltip {
	width: 200px;
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:left;
}

.tooltip span.top {
	padding: 30px 8px 0;
	background: url(../images/bt.gif) no-repeat top;
}

.tooltip b.bottom {
	padding:3px 8px 15px;color: #548912;
	background: url(../images/bt.gif) no-repeat bottom;
}

.caixa {
    margin: 10px;
    clear: both;
    margin-right: 25px;
}

.pollop {
    background: url(../images/back3.png) repeat-x;
    min-width: 200px;
    max-width: 430px;
    min-height: 180px;
    max-height: 360px;
    padding: 5px;
    margin: 0px;
    text-align: center;
    float: left;
    border: 1px solid #82A9E9;
    z-index: 0;
}
.pollcheck {
    text-align: left;
    margin-left: 10%;
}
.polltit {
    background: #f0f0f0;
    float: right;
}

.tsug {
    clear: none;
    height: 40px;
    margin-bottom: 14px;
    margin-left: 12px;
}

.suggestion {
    left: 0px;
    top: 0px;
    position: relative;
    background: #fff;
    clear: none;
    width: 90%;
    max-width: 500px;
    margin-bottom: 0px;
}

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 12px; height: 13px; _height: 12px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -11px 0px 0px -1px; }
.borderBR { margin: -11px -1px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: -1px;
}
html>body .borderBL {
    margin-left: -1px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: -1px;
}
html>body .borderBR {
    margin-right: -1px;
}

.boxcontent {
    margin: 0px;
    padding: 0px;
}

.contentWrapper {
    padding: 0px;
	background-image: url(../images/back3.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	border: 1px solid #82A9E9;
}

.squarebox {
	width: 480px;
    margin: 0px;
    padding: 5px;
}

.boxgraph {
	border: 0px;
	width: 45%;
	border-right: 1px solid  #82A9E9;
	padding: 5px;
	float: left;
}

.boxvote {
}

.boxresults {
}

.boxpolls {
	overflow: hidden;
	float: right;
	width: 45%;
	border: 0px;
	padding: 5px;
}

.boxpolls ul,#news ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.boxpolls li {
	background-image: url(../design/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: 0.9em;
}

#news li {
	background-image: url(../design/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1em .6em;
	padding-left: 2em;
}

.boxsuggest {
	clear: both;
	border: 0px;
	border-top: 1px solid  #82A9E9;
	padding: 10px;
	font-weight: bold;
}

