/* body */
body{margin: 0px; font-family:Verdana; font-size:11px}
a, button, label{cursor:pointer}
select, input{font-family:Verdana; font-size:11px}
form{margin:0px}

.blue{background:#e7f1f8}
.purple{background:#bfbdee}
.middleboxpurple{background:#cecefd}
.red{background:#b2393e}
.green{background:#3a8434}
.darkblue{background:#3c3ead}

.tab_frame{background:url(assets/tab_frame_purple.gif) no-repeat; position:absolute; margin-top:-3px; width:86px; height:24px}

/* labels */
.label{cursor:pointer;}

/* forms */
.fld{background: #FFFFFF;}
.fld:focus{background: #e3e1e1; border-style:inset; border-width:2px;}
button.submit{border: none; background-color: transparent;}

/* error & confirmation */
.errors {font-family: Verdana; font-size: small; color:red}
.confs {font-family: Verdana; font-size: small; color: green}

/* normal */
.xxs {font-family: Verdana; font-size: xx-small;}
.xs {font-family: Verdana;	font-size: x-small;}
.s {font-family: Verdana; font-size: small;}
.m {font-family: Verdana; font-size: medium;}
.l {font-family: Verdana; font-size: large;}
.xl {font-family: Verdana;	font-size: x-large;}
.xxl {font-family: Verdana; font-size: xx-large;}

/* bold */
.xxsb {font-family: Verdana; font-size: xx-small; font-weight: bold;}
.xsb {font-family: Verdana; font-size: x-small; font-weight: bold;}
.sb {font-family: Verdana;	font-size: small; font-weight: bold;}
.mb {font-family: Verdana;	font-size: medium; font-weight: bold;}
.lb {font-family: Verdana;	font-size: large; font-weight: bold;}
.xlb {font-family: Verdana; font-size: x-large; font-weight: bold;}
.xxlb {font-family: Verdana; font-size: xx-large; font-weight: bold;}

