@import "botao.css";
@import "right_bar.css";
@import "layout.css";

#content #middle-content .post {
	margin-bottom: 40px;
	}

#content #right-bar #localizar {
	margin-bottom: 15px;
	}
	#content #right-bar #localizar .content {
		overflow: hidden;
		}
		#content #right-bar #localizar .botao {
			width: auto;
			}
		#content #right-bar form .field {
			float: left;
			overflow: hidden;
			margin-bottom: 0;
			}
			#content #right-bar form .field input {
				width: 80px;
				padding: 7px;
				}
		#content #right-bar form .submit {
			float: right;
			}
			#content #right-bar form .submit input {
				border: none;
				padding: 0;
				}
	
	#content #right-bar ul#content-rightbar {
		-moz-border-radius-topleft: 6px;
		-moz-border-radius-topright: 6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;
		}
