form {
    margin:0px;
}

form .table {
    font-family:Verdana;
    font-size:12px;
    line-height:18px;    
    width:75%;
    margin:0px;
}

form .table th {
    width:80px;
    text-align:left;
    height:25px;
    vertical-align:top;
    font-weight:bold;
}

form .table td {
    text-align:left;
    height:25px;
    vertical-align:top;    
}


form .table .error {
    color:#ff0000;
}

form .table .error div {
    margin:5px 0px 10px 10px;
}

form .table .button {
    margin:10px 0px 0px 0px;
}

form .table .edit {
    width:300px;
}

form .label {
    font-size:12px;
    font-weight:bold;
    margin:10px 0px 5px 0px;
    font-family:Verdana;
    line-height:18px;
}

.list {
    font-family:Verdana;
    font-size:12px;
    line-height:20px;
    margin:10px 0px 0px 20px;
}

.list td {
    height:25px;
}

.list li {
    margin:0px 30px 0px 0px;
}

.table {
    margin:15px 0px 10px 10px;
    font-family:Verdana;
    line-height:20px;
    font-size:12px;    
}

.table th {
    text-align:left;
    width:200px;
    height:25px;
    vertical-align:top;
}

.table td {
    text-align:left;
    height:25px;
    vertical-align:top;
}

.map {
	float:left;
	margin:10px 15px 0px 0px;
}