.btn{
	border-radius: 5px;
}
.dropdown-menu{
	border-radius: 10px;
}
.bs-pagepanel{
	border-radius: 10px;
}
.alert{
	border-radius: 10px;
}
.modal-content{
	border-radius: 10px;
}
.panel-heading{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.form-control{
	border-radius: 5px;
}
*{
font-family: Verdana, Geneva, sans-serif;
}
.form-group {
    margin-bottom: 5px;
}
.dropdown-menu{
	border-radius: 5px;
}
.panel {
    border-radius: 11px;
}
.text-muted {
font-weight: bold;
color: #ff0000;

}


