.border {
border-style:solid;
border-color:black;
border-width:1px;
padding:5px;
}

.texta, .error {
 font-size: 14px;
 background-color: #ececec;
 border: 1px solid #666666;
 margin-top:2px;
 margin-bottom:2px;
}

.error {
 background-color: #ef8989;
}

/* alternating row colors */
tr.alt td {
background-color:#d3d3d3;
}

/* education table */

#education {
width:100%;
background-color:#ececec;
padding:2px;
}
#education th {
background-color:#b5b5b5;

}
#education td {
text-align:center;
vertical-align:center;
background-color:#d5d5d5;
}


/* Rounded Divs */

.rounded {
background-image: url(images/t_l.gif);
background-repeat: no-repeat;
background-color: #d3d3d3;
margin:5px;
border:0px;
padding-top: 0px;
padding-bottom: 10px;
padding-right: 14px;
padding-left: 14px;
position: relative;
}

.tr, .bl, .br {
position: absolute;
background-repeat: no-repeat;
height: 14px;
width:14px;
display: block;
}

.tr {
background-image: url(images/t_r.gif);
right: 0;
top: 0;
}

.bl {
background-image: url(images/b_l.gif);
left: 0;
bottom: 0;
}

.br {
background: url(images/b_r.gif);
right: 0;
bottom: 0;
}

