fieldset, legend, input, button { border: 1px #CCC solid; }
legend { padding: 3px 5px; font-weight:bold; margin-bottom: 4px; }
button { font-weight:bold; border: 1px #000 solid; cursor:pointer; }

.clear { clear:both; display:block; }

.label { background: #CCC; display:block; text-align:right; padding: 2px; }
.label span, .label label { margin: 2px; }

.width-100  { width: 100%; }
.width-75  { width: 75%; }
.width-25  { width: 25%; }

.display-none { display:none; }
.display-inline { display:inline; }
.display-block { display:block; }

.align-left { text-align: left; }
.align-center { text-align:center; }
.align-right { text-align: right; }

.red { color:#C00; }
.grey { color: #AAA; }
.grey-bg { background: #DDD; }
.white-bg { background: #FFF; }
.black-border { border: 1px #000 solid; }

.float-none { float:none; }
.float-left { float:left; }
.float-right { float:right; }

.bold { font-weight:bold; }

.cursor-pointer { cursor:pointer; }

.button, .button:hover { border: 1px #000 solid; padding: 1px 2px; background: #CCC; color:#000; text-decoration:none; }

.p-description { border: 1px #6F6 solid; display:block; margin:0; padding:0; float:left; min-height:12px; }

