a {
    cursor: pointer;
}

body { 
    background: #CFF url(images/bg.png) no-repeat top left;
	margin: 0;
	padding: 0;
}

#left {
	margin-left: 10px;
	margin-top: 200px;
	height: 310px;
	width: 200px;
}

#left label
{
	width: 100px;
	display: block;
	float: left;
	padding-top: 6px;
	padding-bottom: 0px;
}
#left input
{
	width: 110px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#left button#login
{
	width: 214px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#left .menu_title
{
	font-weight: bolder; 
	padding-left: 20px;
	background-image: url(icons/login.png); 
	background-repeat: no-repeat;
}

#left label
{
    width: 100px;
    display: block;
    float: left;
    padding-top: 6px;
    padding-bottom: 0px;
}
#left input
{
    width: 110px;
    margin-top: 3px;
    margin-bottom: 3px;
}

#left button#login
{
    width: 214px;
    margin-top: 3px;
    margin-bottom: 3px;
}


#left .menu_title
{
    font-weight: bolder;
    padding-left: 20px;
    background-image: url(icons/login.png);
    background-repeat: no-repeat;
}

#content {
	margin-left: 235px;
	margin-top: 195px;
	padding: 5px;
	width: 510px;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: auto;
}

a.actionlink
{
    background-image: url('icons/new-group.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 1.8em;
    font-weight: bolder;
}

#cms_pactions
{
    text-align: right;
    /*margin-top: -20px;*/
}

#cms_mactions
{
    text-align: right;
    margin-top: -12px;
}

#cms_pactions a, #cms_mactions a
{
    background: url(icons/edit.png) no-repeat;
    padding-left: 20px;
    margin-right: 4px;
}