.listform .field_list li
{
	float:left;
	list-style:none;
	margin:0px;
}

.listform .field_list .fieldlabel
{
    text-color: #555555;
    font-weight: bold;
}

.tableform table
{
	width: 100%;
}

.tableform .fieldlabel
{
    text-color: #555555;
    font-weight: bold;
}

.tableform .odd
{
	background-color: #CCCCCC;
}

.tableform .fieldcol
{
	width:80%;
}

#wall_post .partial_edit table {
    width: 100%;
    padding-right: 5px;
    padding-top: 5px;
}

#wall_post .partial_edit input {
    border: 1px solid;
    height: 15px;
    font-size: 10px;
    width: 100%;
}

#wall_post .partial_edit td {
    text-align: right;
}

#wall_post .partial_edit tr {
    text-align: right;
    background:none;
}

#wall_post .partial_edit .submitbutton {
    width: 40%;
}

.flexigrid div.fbutton .delete {
    background:transparent url(/images/close.png) no-repeat scroll left center;
}

.flexigrid div.fbutton .add {
    background:transparent url(/images/add.png) no-repeat scroll left center;
}