/* modify shared styles */
#mainContent {
	margin: 10px 0 20px 0;
	background: url(../img/dots_vertical.gif) 155px 0 repeat-y;
}
/* shared for all artist register pages */
.formField {
	padding-bottom: 10px;
}
label.required {
	font-weight: bold;
}
.continueBtn {
	vertical-align: middle;
	float: none !important;
	width: auto !important;
}
/* information page */
#artistHeader {
	width: 100%;
	height: 35px;
	background-color: #f1f1f1;
}
#artistHeader img {
	margin-top: 5px;
	padding: 5px 79px 4px 13px;
	background-color: #fff;
}
#artistBody #leftColumn {
	float: left;
	width: 148px;
	margin-right: 7px;
	padding-top: 5px;
}
#artistBody #rightColumn {
	margin-left: 15px;
	float: left;
	width: 607px;
	padding-top: 5px;
}
#testimonialsHeader {
	background: url(../img/testimonials_header.gif) top left no-repeat;
	width: 64px;
	height: 11px;
}
.testimonial {
	background: url(../img/dots_horizontal.gif) bottom left repeat-x;
	padding-bottom: 16px;
	padding-right: 8px;
	margin-top: 16px
}
img.registerContact {
	background: url(../img/dots_horizontal.gif) bottom left repeat-x;
	padding-bottom: 10px;
	margin-bottom: 16px
}
.section {
	margin-bottom: 25px;
}
.section p {
	margin-bottom: 16px;
}
.section p.title {
	color: #e67961;
}

/* artist create  page */
#artistCreateContainer {
	height: 430px;
	background-color: #f1f1f1;
	padding-top: 8px;
}
#artistCreateHeader {
	background: url(../img/artistaccountcreation_txt.gif) 32px 5px no-repeat;
	height: 13px;
	padding: 7px 0 0 215px;
}
#artistCreateBox {
	width: 727px;
	margin: 8px auto;
}
#artistCreateBox .head, #artistCreateBox .foot {
	width: 727px;
	height: 15px;
	line-height: 15px;
	font-size: 8px;
}
#artistCreateBox .head {background: url(../img/box1_head.gif) top left no-repeat;}
#artistCreateBox .foot {background: url(../img/box1_foot.gif) top left no-repeat;}
#artistCreateBox .body {
	border-left: 1px solid #dddcdc;
	border-right: 1px solid #dddcdc;
	background-color: #fff;
	background: #fff url(../img/dots_vertical.gif) 310px 0 repeat-y;
}
#artistCreateBox #leftColumn {
	float: left;
	width: 290px;
	padding-left: 20px;
}
#artistCreateBox #rightColumn {
	float: left;
	width: 365px;
	padding: 0 20px;
}

.artistCreateForm label {
	display: block;
	width: 30%;
	float: left;
}
.artistCreateForm label.checkbox {
	display: inline;
	float: none;
	width: auto;
}
.artistCreateForm #leftColumn input, .artistCreateForm #leftColumn select {
	float: left;
	width: 60%;
}
.artistCreateForm #rightColumn .formGroup {
	margin-bottom: 12px;
}
.artistCreateForm #rightColumn .formGroup p {
	margin-bottom: 12px;
}
.artistCreateForm .requiredInfo {
	background: url(../img/dots_vertical.gif) top left repeat-y;
	padding-left: 25px;
	margin-left: 50px;
}

/* artist billing page */
#artistBillingContainer {
	background-color: #f1f1f1;
	padding-top: 8px;
	padding-bottom: 25px;
}
#artistBillingHeader {
	background: url(../img/billinginformation_txt.gif) 32px 5px no-repeat;
	height: 20px;
}
#artistBillingBox {
	width: 727px;
	margin: 8px auto;
}
#artistBillingBox .head, #artistBillingBox .foot {
	width: 727px;
	height: 15px;
	line-height: 15px;
	font-size: 8px;
}
#artistBillingBox .head {background: url(../img/box1_head.gif) top left no-repeat;}
#artistBillingBox .foot {background: url(../img/box1_foot.gif) top left no-repeat;}
#artistBillingBox .body {
	border-left: 1px solid #dddcdc;
	border-right: 1px solid #dddcdc;
	background-color: #fff;
	padding: 0 50px 0 50px;
}
.artistBillingForm input, .artistBillingForm select {
	float: left;
	width: 170px;
}
.artistBillingForm label {
	display: block;
	width: 130px;
	float: left;
}
.artistBillingForm .expMonth {
	width: 110px;
	margin-right: 10px;
}
.artistBillingForm .expYear {
	width: 50px;
}
.artistBillingForm .secCode {
	width: 95px;
}
.artistBillingForm .requiredInfo {
	background: url(../img/dots_vertical.gif) top left repeat-y;
	padding-left: 20px;
	margin-left: 260px;
}

/* artist confirm page */

#artistConfirmContainer {
	background-color: #f1f1f1;
	padding-top: 8px;
	padding-bottom: 25px;
}
#artistConfirmHeader {
	background: url(../img/billingconfirmation_txt.gif) 32px 5px no-repeat;
	height: 20px;
}
#artistConfirmBox {
	width: 727px;
	margin: 8px auto;
}
#artistConfirmBox .head, #artistConfirmBox .foot {
	width: 727px;
	height: 15px;
	line-height: 15px;
	font-size: 8px;
}
#artistConfirmBox .head {background: url(../img/box1_head.gif) top left no-repeat;}
#artistConfirmBox .foot {background: url(../img/box1_foot.gif) top left no-repeat;}
#artistConfirmBox .body {
	border-left: 1px solid #dddcdc;
	border-right: 1px solid #dddcdc;
	background-color: #fff;
}
#artistConfirmBox .body #columns {
	background: #fff url(../img/dots_vertical.gif) 345px 0 repeat-y;
}
#artistConfirmBox .body #oneColumn {
	padding: 0 20px;
}
#artistConfirmBox #leftColumn {
	float: left;
	width: 320px;
	padding-left: 20px;
}
#artistConfirmBox #rightColumn {
	float: left;
	width: 320px;
	padding: 0 20px;
}
.artistConfirmForm label {
	display: block;
	width: 30%;
	float: left;
}
.artistConfirmForm label.checkbox {
	display: inline;
	float: none;
	width: auto;
}
.artistConfirmForm #leftColumn input, .artistConfirmForm #leftColumn select {
	float: left;
	width: 60%;
}
.artistConfirmForm #rightColumn .formGroup {
	margin-bottom: 12px;
}
.artistConfirmForm #rightColumn .formGroup p {
	margin-bottom: 12px;
}
.artistConfirmForm .requiredInfo {
	background: url(../img/dots_vertical.gif) top left repeat-y;
	padding-left: 25px;
	margin-left: 300px;
}

.artistConfirmForm #rightColumn input, .artistConfirmForm #rightColumn select {
	float: left;
	width: 170px;
}
.artistConfirmForm #rightColumn label {
	display: block;
	width: 44%;
	float: left;
}
.artistConfirmForm #rightColumn .expMonth {
	width: 110px;
	margin-right: 10px;
}
.artistConfirmForm #rightColumn .expYear {
	width: 50px;
}
.artistConfirmForm #rightColumn .secCode {
	width: 95px;
}

/* MOBILE */

.mobi #artistHeader {
	height: 31px;
}

.mobi #artistHeader img {
	margin: 5px 0 0 7px;
	padding: 0;
}

.mobi #mainContent {
	background: none;
}
