.page-title {
	font-weight: bold;
	text-align:left;
	background:url(/gifs/pointille.gif) repeat-x bottom;
	width:100%;
}

.position-frame{
	width:100%;
	text-align:left;
}

.box {
	border:solid 1px #999999;
	background-color:#efefef;
	padding:20px;
}
.box-title {
	font-weight: bold;
	text-align:left;
	width:100%;
	background:url(/gifs/pointille.gif) repeat-x bottom;
	margin-bottom:10px;
}
.box-subtitle {
	font-weight: bold;
}
.box-content {
	text-align:left;
}


.delimiter {
	background:url(/gifs/pointille.gif) repeat-x;
	height:10px;
	width:100%;
}

.form-button {
	border:solid 1px #000000;
	background-color:#ffcc99;
	display:inline;
	padding:2px;
	margin:3px;
}

.single-button-line {
	text-align:right;
	width:100%;
	margin:3px;
	padding:6px
}

td.important, div.important{
	font-weight: bold;
}

.group {
	margin:10px;
}

.portlet {
}

input.error{
	background-color:#FFE6CC;
	background-image:url(/sq_css/sq-css-common/images/ico_warning.gif);
	background-position:5px 50%;
	background-repeat:no-repeat;
	border: solid 1px #FF9966;
	padding-left: 19px;
}

#subscriptionChoices label.error{
	background-color:#FFE6CC;
	background-image:url(/sq_css/sq-css-common/images/ico_warning.gif);
	background-position:5px 50%;
	background-repeat:no-repeat;
	border: solid 1px #FF9966;
	padding-left: 19px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: none;
}



