.standard {
	margin-left:15px;
	background-color:lightblue;
}
.tab {
	background-color:green;
}

.rounded-corners {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
