#segmentControl {
	-webkit-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	-moz-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	box-shadow: 0px 1px 2px rgb(100, 100, 100);
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	 border-radius: 10px;
	height: 37px;
	width:288px;
}


.segment {
	float: left;
	height: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
    
    width:102px;
	background-color: #DDD;
	
	text-align: center;
	
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	
	border: 1px solid #FEFEFE;
	
	font-size: 14px;
	
	
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(240,240,240), rgb(250,250,250));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(240,240,240)), color-stop(1, rgb(250,250,250)));
	-pie-background:linear-gradient(-90deg,rgb(250,250,250), rgb(240,240,240));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	
	text-shadow: 0px 1px 0px rgb(250,250,250);
	
	cursor: pointer;
}

.segment:hover {
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(245,245,245), rgb(255,255,255));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(245,245,245)), color-stop(1, rgb(255,255,255)));
	-pie-background:linear-gradient(-90deg,rgb(255,255,255), rgb(245,245,245));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	color: #666;
	
	text-shadow: 0px 1px 0px rgb(255,255,255);
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#leftSegment {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	border-bottom-left-radius: 10px;
	border-radius: 10px 0px 0px 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	
}

#rightSegment {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	 border-top-right-radius: 10px;
	 border-bottom-right-radius: 10px;
	 border-radius: 0px 10px 10px 0px;
	 
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
}

#middleSegment {
	 border-left: none;
	 border-right: none;
	 
	 width:55px;
}


.selected {
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(220,220,220), rgb(180,180,180));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(220,220,220)), color-stop(1, rgb(180,180,180)));
	
	-pie-background:linear-gradient(-90deg,rgb(180,180,180), rgb(220,220,220));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	
	-webkit-box-shadow: 0px 0px 5px rgba(128, 128, 128,.5) inset;
    -moz-box-shadow: 0px 0px 5px rgba(128, 128, 128,.5) inset;
    box-shadow: 0px 0px 5px rgba(128, 128, 128,.5) inset;
	
	text-shadow: 0px -1px 0px rgb(140,140,140);
	
	color: #FFF;
}
/*

#middleSegment.selected {
	 border-left: 1px solid #999;
	 border-right: none;
}
*/

#videoList {
	width: 284px;
	margin-left: 0px;
	margin-bottom: 20px;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
	background-color: #DDD;
	float: left;
	
	
	border: 1px solid #FEFEFE;
	
	-webkit-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	-moz-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	box-shadow: 0px 1px 2px rgb(100, 100, 100);
}

#videoList ul {
	margin: 0px;
}

#videoList ul li {
	list-style: none;
	
	height: 70px;
	
	border-bottom: 1px solid #FEFEFE;
	
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(230,230,230), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(230,230,230)), color-stop(1, rgb(240,240,240)));
	-pie-background:linear-gradient(-90deg,rgb(240,240,240), rgb(230,230,230));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	
	cursor: pointer;
}



#videoList ul li:hover {
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(220,220,220), rgb(200,200,200));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(220,220,220)), color-stop(1, rgb(200,200,200)));
	-pie-background:linear-gradient(-90deg,rgb(200,200,200), rgb(220,220,220));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	
	
	-webkit-box-shadow: 0px 0px 5px rgba(128, 128, 128,.5) inset;
    -moz-box-shadow: 0px 0px 5px rgba(128, 128, 128,.5) inset;
    box-shadow: 0px 0px 5px rgba(128, 128, 128,.5) inset;
}

#videoList ul li.highlighted {
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(220,220,220), rgb(200,200,200));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(220,220,220)), color-stop(1, rgb(200,200,200)));
	-pie-background:linear-gradient(-90deg,rgb(200,200,200), rgb(220,220,220));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	
	-webkit-box-shadow: 0px 0px 5px rgba(128, 128, 128,.5) inset;
    -moz-box-shadow: 0px 0px 5px rgba(128, 128, 128,.5) inset;
    box-shadow: 0px 0px 5px rgba(128, 128, 128,.5) inset;
}

#videoList ul li:first-child {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#videoList ul li:last-child {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: none;
}

.courseAvatarSmall {
	float: left;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    background-color: #333;
    width: 40px;
    height: 40px;
    margin: 11px;
    
    -moz-box-shadow: 0px 0px 5px #000 inset;
  -webkit-box-shadow: 0px 0px 5px #000 inset;
  box-shadow: 0px 0px 5px #000 inset;
}


.artistAvatar {
	float: left;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    background-color: #333;
    width: 40px;
    height: 40px;
    margin: 11px;
}

.artistAvatarLarge {
	float: left;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    background-color: #333;
    width: 200px;
    height: 200px;
    margin-right: 20px;
    
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255,.8), 0px 0px 15px rgba(0, 0, 0,.8) inset;
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255,.8), 0px 0px 15px rgba(0, 0, 0,.8) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255,.8), 0px 0px 15px rgba(0, 0, 0,.8) inset;
    
}

.artistName {
	padding: 20px;
	
	
	text-shadow: 0px 1px 0px rgb(250,250,250);
}

.detailViewWrapper {
	float: left;
}

.greyPanel {
	
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
	background-color: #DDD;
	
	padding: 20px;
	
	border: 1px solid #FEFEFE;
	
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(220,220,220), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(220,220,220)), color-stop(1, rgb(240,240,240)));
	
	-webkit-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	-moz-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	box-shadow: 0px 1px 2px rgb(100, 100, 100);
}

#detailView {
	width: 570px;
	margin-left: 20px;
	margin-bottom: 20px;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
	background-color: #DDD;
	
	padding: 20px;
	
	border: 1px solid #FEFEFE;
	
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(220,220,220), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(220,220,220)), color-stop(1, rgb(240,240,240)));
	
	-pie-background:linear-gradient(-90deg,rgb(240,240,240), rgb(220,220,220));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	
	-webkit-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	-moz-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	box-shadow: 0px 1px 2px rgb(100, 100, 100);
}

#coursesForArtist {
	width: 570px;
	
	margin-left: 20px;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
    padding: 20px;
	
	border: 1px solid #FEFEFE;
    
    background-image: -moz-linear-gradient(0% 100% 90deg,rgb(220,220,220), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(220,220,220)), color-stop(1, rgb(240,240,240)));
	-pie-background:linear-gradient(-90deg,rgb(240,240,240), rgb(220,220,220));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	
	
	-webkit-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	-moz-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	box-shadow: 0px 1px 2px rgb(100, 100, 100);
	
}

.smallFeatureBox {
	float: left;
	
	width: 276px;
	height: 100px;
	margin-left: 20px;
	margin-bottom: 20px;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
	background-color: #DDD;
	float: left;
	
	padding: 20px;
	
	border: 1px solid #FEFEFE;
}

.title {
	float: left;
	font-size: 20px;
	
	text-shadow: 0px 1px 0px rgb(250,250,250);
	
	width: 350px;
}

#biography {
	margin-top: 52px;
	margin-bottom: 20px;
	
	font-size: 14px;
	text-shadow: 0px 1px 0px rgb(250,250,250);
}

.contactButton {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
    background-image: -moz-linear-gradient(0% 100% 90deg,rgb(200, 200, 200), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(200, 200, 200)), color-stop(1, rgb(240,240,240)));
	-pie-background:linear-gradient(-90deg,rgb(240,240,240), rgb(220,220,220));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
    
    -webkit-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    -moz-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    
    border: 1px solid #999;
    
    text-shadow: 0px 1px 0px rgb(250,250,250);
    
    text-align: center;
    
    padding: 10px;
    
    width: 100px;
    
    margin-right: 20px;
    
    float: left;
    
    margin-bottom: 10px;
 
 	cursor: pointer;
    
}

.stepOne {
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
    background-image: -moz-linear-gradient(0% 100% 90deg,rgb(200, 200, 200), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(200, 200, 200)), color-stop(1, rgb(240,240,240)));
    
    -pie-background:linear-gradient(-90deg,rgb(240,240,240), rgb(200, 200, 200));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    -webkit-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    -moz-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    border: 1px solid #999;
    
    text-shadow: 0px 1px 0px rgb(250,250,250);
    
    text-align: center;
    
    padding: 2px 7px;
    
    margin-top: 0px;
    margin-right: 10px;
	
	float: left;
}

.contactButton:hover {
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(230,230,230), rgb(190, 190, 190));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(230,230,230)), color-stop(1, rgb(190, 190, 190)));
    
    -pie-background:linear-gradient(-90deg,rgb(190, 190, 190), rgb(230,230,230));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
}


.contactButton:nth-child(4) {
	margin-right: 0px;
}

.courseAvatar {
	float: left;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    background-color: #333;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.courseDescription {
	margin-top: 10px;
}

.courseName {
	padding-top: 15px;
	font-size: 14px;
}

.classSchedule {
	width: 570px;
	margin-left: 20px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    padding: 20px 10px;
	border: 1px solid #FEFEFE;
    background-image: -moz-linear-gradient(0% 100% 90deg,rgb(220,220,220), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(220,220,220)), color-stop(1, rgb(240,240,240)));
	-pie-background:linear-gradient(-90deg,rgb(240,240,240), rgb(220,220,220));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
	-webkit-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	-moz-box-shadow: 0px 1px 2px rgb(100, 100, 100);
	box-shadow: 0px 1px 2px rgb(100, 100, 100);
}

.scheduleMonth {
	float: left;
	font-size: 16px;
	margin-top: 28px;
	text-align: right;
}


.scheduleNotAvailable {
	border: 3px dashed #ff2f46;
	font-size: 20px;

	clear: left;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
	
/*	width: 85px; */
	text-align: center;
/*  text-shadow: 0px 0px 0px, 10, 10); */
	
	color: #ea2b45;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
    /*
background-image: -moz-linear-gradient(0% 100% 90deg,rgb(100,10,10), rgb(190,10,10));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(100,10,10)), color-stop(1, rgb(190,10,10)));
	
*/
    /*
-webkit-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(50,10,10,.5) inset;
    -moz-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(50,10,10,.5) inset;
    box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(50,10,10,.5) inset;
*/
}

.greyButton {
	cursor: pointer;
	border: 3px solid #7aee2a;
	font-size: 20px;
	
	clear: left;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	padding-top: 6px;
	padding-bottom: 4px;
	
	width: 90px;
	text-align: center;

	text-shadow: 0px 1px 0px #EEE;

	background-color: white;
	color: #7aee2a;
	color: #444;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
    background-image: -moz-linear-gradient(0% 100% 90deg,rgb(200, 200, 200), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(200, 200, 200)), color-stop(1, rgb(240,240,240)));
    -pie-background:linear-gradient(-90deg,rgb(240,240,240), rgb(200,200,200));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    
    -webkit-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    -moz-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    
    border: 1px solid #999;
}

.greyButton:hover {
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(230,230,230), rgb(190, 190, 190));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(230,230,230)), color-stop(1, rgb(190, 190, 190)));
    
}

h1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;

}

.scheduleAvailable {
	cursor: pointer;
	border: 3px solid #7aee2a;
	font-size: 20px;
	clear: left;
	margin-top: 20px;
	/* margin-right: 20px; */
	float: left;
	padding-top: 6px;
	padding-bottom: 4px;
	width: 90px;
	text-align: center;
	text-shadow: 0px 1px 0px #EEE;
	background-color: white;
	color: #7aee2a;
	color: #444;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    background-image: -moz-linear-gradient(0% 100% 90deg,rgb(200, 200, 200), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(200, 200, 200)), color-stop(1, rgb(240,240,240)));
	-pie-background:linear-gradient(-90deg,rgb(240,240,240), rgb(200,200,200));behavior:url(css/flawless/core/production/framework/css3/PIE.htc);
    -webkit-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    -moz-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    border: 1px solid #999;
    /*
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(100,10,10), rgb(240,240,240));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(10,100,10)), color-stop(1, rgb(10,190,10)));
	
    -webkit-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(50,10,10,.5) inset;
    -moz-box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
    box-shadow: 0px 1px 1px rgba(250, 250, 250,1), 0px 0px 5px rgba(128, 128, 128,.5) inset;
	*/
}

.courseCategory {
    padding: 25px 0;
}

.scheduleAvailable:hover {
	background-image: -moz-linear-gradient(0% 100% 90deg,rgb(230,230,230), rgb(190, 190, 190));
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(230,230,230)), color-stop(1, rgb(190, 190, 190)));
    
}

.discount-info {
    color: #000000;
    background-color: #d9edf7;
    border-color: #bce8f1 !important;
    padding: 15px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.discount-strikethrough {
    color: #ff0000;
    text-decoration: line-through;
}

#modalSelectPurchase {
    padding: 25px;
}

#modalSelectPurchase label {
    margin-bottom: 35px;
}

.radio-margin {
    margin: 5px 5px 5px 5px;
    width: 75%;
    position: relative;
    left: 10%;
}

.radio-margin input[type="radio"] {
    margin: 2px;
    float: left;
    position: relative;
    top: 32px;
}

.radio-margin img {
    display:inline; 
    width: 61%
}

h1 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 20px;
}

.btnFormRegCritique:disabled {
    background: #dddddd;
} 

.containerbuyitem {
    display: inline;
}