#contenedor,#contenedor2 {
	width:570px;
}
.pane {
	display:none;
	border:1px solid #cccccc;
}

.pane_default {
	display:block;
}

.button {    
    border: solid 1px #4a6d8e;
    position: relative;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    text-decoration: none;
    color: #4a6d8e;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-radius-bottomleft: 5px;
    border-radius-bottomright: 5px;
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
}
.button_num2 {
	padding: 4px 25px 3px 10px;
	color: #4a6d8e;
    font-size: 11px;
}
.button_num1 {
	padding: 4px 10px 3px 25px;
	color: #4a6d8e;
    font-size: 11px;
}
.button_num1 img {
    position: absolute;
    top: -5px;
    left: -12px;
    border: none;
	color: #4a6d8e;
    font-size: 11px;    
}
.button_num2 img {
    position: absolute;
    top: -5px;
    right: -12px;
    border: none;
	color: #4a6d8e;
    font-size: 11px;    
}
.button:hover {
    color: #4a6d8e;
     font-size: 11px;
}
.button_num2:hover {
    color: #4a6d8e;
     font-size: 11px;
}
.content_menu{
	margin-bottom:4px;
}
input, textarea {
    display: block;
    margin-bottom: 10px;
    width: 300px;
}
