/* -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
$Id$
COMMONS
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.brand-button, .alt-button {
	position: relative;
	height: 36px;
	cursor: pointer;
	margin-top: 5px;
	width:100px;

}

.brand-button .left, .alt-button .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 36px;
	
}

.brand-button .body, .alt-button .body {
	width: auto;
	margin: 0 11px 0 8px;
	height: 36px;
}

.brand-button .content, .alt-button .content {
	text-align: center;
	padding-top:4px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.brand-button .right, .alt-button .right {
	position: absolute;
	top: 0;
	right: 0;
	width: 11px;
	height: 36px;
}


.brand-button .left { background: url(../images/button/btn-carrier-left.png) no-repeat; }
.brand-button .body { background:  url(../images/button/btn-carrier-body.png) repeat-x; }
.brand-button .right { background: url(../images/button/btn-carrier-right.png) no-repeat; }

.alt-button .left { background: url(../images/button/btn-alt-left.png) no-repeat; }
.alt-button .body { background: url(../images/button/btn-alt-body.png) repeat-x; }
.alt-button .right { background: url(../images/button/btn-alt-right.png) no-repeat; }

#tos, #faq {
	padding: 10px;
}

#tos h3, #faq h3, #faq h2 {
	width: 100%;
	border-bottom: solid 1px black;
	padding: 5px 0 5px 0;
}

#faq h2 {
	font-size: 1.2em;
	border-bottom: solid 1px #999;
}

#tos p, #faq p {
	padding: 10px;
}

#faq ul {
	margin: 0 0 20px 50px;
	list-style:disc;
}


