/*
Vudara styles, version 0.1
Main vudara site
*/

.sidebar_menu{
width:180px;
float:left;
/*background-color:lightgray;*/
}
.content{
margin:4px;
/*background-color:lightblue;*/
}
hr{
margin-top:8px;
margin-bottom:8px;
}
a.btn_feedback{
    display:inline-block;
    width:61px;
    padding:1px 0 0 20px;
    height:15px;
    text-decoration:none;
    color:#000;
    vertical-align:top;
    font-size:11px;
    background: url(images/feedback-button.png) no-repeat 0 0;    
}
a.btn_feedback:hover{
    background: url(images/feedback-button.png) no-repeat 0 -16px;    
}
.padding{
	padding:8px;
	}