body{
font-family:'Verdana';
font-size:small;
margin:0;
padding:0;
color:#000;
}

a{
color:inherit;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
a img{
border:none;
}

.error {
list-style:url('../images/icons/error.png');
}

.success {
list-style:url('../images/icons/accept.png');
}

.visualClear{
clear:both;
float:none;
}

.tright {
clear:right;
float:right;
}

.tleft {
clear:left;
float:left;
}

.tpicture{border:solid #000 1px;}
.tleft.tpicture{margin:5px 5px 5px 0;}
.tright.tpicture{margin:5px 0 5px 5px;}

.right {
float:right;
}

.left {
float:left;
}

.link{
cursor:pointer;
}

[title=required]:after{
content:' *';
}