.defaultbox, .defaultboxalt {
 width: 100%;
}

.defaultboxtop {
 width: 100%;
 height: 24px;
 color: #000000;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 2px solid #79b53b;
 background-image: url(../../data/gfx/greenbox.jpg);
 background-repeat: no-repeat;
 background-position: center left;
}

.defaultboxalttop {
 width: 100%;
 height: 24px;
 color: #ff0000;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 2px solid #79b53b;
 background-image: url(../../data/gfx/greenbox.jpg);
 background-repeat: no-repeat;
 background-position: center left;
}

.defaultboxtopleft, .defaultboxalttopleft {
 float: left;
 height: 24px;
 padding: 5px 0px 0px 27px;
}

.defaultboxtopleft h2 {
 font-size: 12px;
 font-weight: bold;
 color: #000000;
}

.defaultboxalttopleft h2 {
 font-size: 12px;
 font-weight: bold;
 color: #ff0000;
}

.defaultboxtopleft a {
 color: #000000;
}

.defaultboxalttopleft a {
 color: #ff0000;
}

.defaultboxtopright, .defaultboxalttopright {
 float: right;
 height: 24px;
 padding: 5px 10px 0px 0px;
}

.defaultboxtopright a {
 color: #000000;
}

.defaultboxalttopright a {
 color: #ff0000;
}

.defaultboxmid {
 color: #505050;
 padding: 10px 0px 10px 0px;
 font-size: 11px;
}

.defaultboxaltmid {
 color: #ff0000;
 padding: 10px 0px 10px 0px;
 font-size: 11px;
}

.defaultboxmid:after, .defaultboxaltmid:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.defaultboxmid a {
 color: #548D1A;
 /*font-weight: bold;*/
}

.defaultboxmid li a {
 color: #888888;
}

.defaultboxaltmid a {
 color: #ff0000;
}

.defaultboxmid input{
 margin-right: 2px;
}

.defaultboxmidalt input{
 margin-right: 2px;
}

.defaultboxend {
 color: #000000;
 padding: 5px 5px 5px 5px;
 text-align: center;
}

.defaultboxaltend {
 color: #ff0000;
 padding: 5px 5px 5px 5px;
 text-align: center;
}

.defaultboxend a {
 color: #000000;
}

.defaultboxaltend a {
 color: #ff0000;
}

