#settings_body
{
	margin-left: 100px;
	width: 720px;
}

.collapse_header {
	width: 560px;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 25px;
	text-decoration: none;
	cursor: hand;
}

.collapse_header h2 {
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
	float:left;
	text-align: left;
}

.collapse_panel {
	margin-left: 75px;
	margin-bottom: 16px;
	display: block;
	width: 400px;
}

.collapse_header_label {
	display: inline;
	text-align: right;
	float: right;
}

.clearfix {
	clear:both;
	height:0px;
}

/*-------------------- tabs ------------*/
#header_tab {
	padding: 0px;
	margin: 0px;
}
.header_tab ul {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 3px;
	height: auto;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #d5ddf3;
	margin-bottom: 10px;
	margin-left: -10px;
	width: 580px;
}
.header_tab ul li {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-color: #d5ddf3;
	border-top: 1px solid #d5ddf3;
	border-left: 1px solid #d5ddf3;	
	border-bottom: 1px solid #d5ddf3;
	border-right: 1px solid #d5ddf3;
	color: #3366cc;	
}
.header_tab ul li.right {
	border-right: 1px solid #d5ddf3;
}
.header_tab ul li.selected {
	background-color: #FFFFFF;
	border-top: 1px solid #d5ddf3;
	border-left: 1px solid #d5ddf3;	
	border-right: 1px solid #d5ddf3;	
	border-bottom: 1px solid #FFFFFF;
	color: #333333;
	
}
.header_tab ul li a {
	display: block;
	width: 100%;
	padding: 1px;
	text-decoration: none;	
	color: #3366cc;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}
.header_tab ul li.selected a {
	color: #333333;
}
.header_tab ul li a:hover {
	text-decoration: none;
}

.header_tab ul li:hover {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.select_account_types
{
	background-color: #d5ddf3;
	border: 1px solid #3366cc;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	padding: 10px;
}
.select_account_types ul{
	display: block;
	list-style: none;
}

.usage_bar_left {
	border-top: #CCCCCC 2px solid;
	border-bottom: #CCCCCC 2px solid;
	border-left: #CCCCCC 2px solid;
	border-right: 0px;
}

.usage_bar_right {
	border-top: #CCCCCC 2px solid;
	border-bottom: #CCCCCC 2px solid;
	border-left: 0px;
	border-right: #CCCCCC 2px solid;
	background-color: #EEEEEE;
}

#about_section {
	border: #025CE3 1px dashed;
	padding: 10px;
}

#cards_main_left
{
	width: 260px;
	border-right: 1px solid #CCCCCC;
}

#cards_main_right
{
	float: right;
	width: 335px;
	margin-left: 5px;
}

#cc_form_box {
	background-color: #EEEEEE;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 300px;
}

.cc_form_select_left{
	width: 150px;
}

.cc_form_select_left_spacer{
	padding-top: 20px;
}

h5 {
	font-size: 13px;
	color: #3366cc;
	font-weight: bold;
	margin-bottom: 0px;
}

.dropdown{
	font-size: 11px;
	border: solid 1px #3366cc;
	padding: 3px 0 3px 3px;
}

#form_price
{
	display: inline;
	font-size: 13px;
	font-weight: bold;
	visibility: hidden;
}

