/* -------GENERAL ELEMENTS-------*/
#Common
{
    padding:0px; /*Change this if you want to add an extra space between the border and text*/
    margin-bottom:10px; /*This will add extra space between container and the next container*/
    width:auto !important;
	height:auto;
}
/* -------GENERAL CLASSES-------*/
.actionbuttons
{
	text-align:right;
	padding-top:10px;
}
/* -------SITE SPECIFIC CLASSES-------*/
.kerettel
{
    border: solid 3px red;
    margin-bottom: 15px;
    padding: 5px;
}