#add > div:not(.formNewBand) {
	border-bottom: 1px #CCC solid;
	font-size: 14px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 850px;
}
#add div.noBorder{
	border-bottom: none;
}
#add div.noBorder #content{
	float: left;
}
#add input[type="text"]{
	border-color: #DDD #DDD #CCC;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.1) inset;
	color: #333;
	display: block;
	height: 40px;
	outline: none;
	resize: none;
	width: 470px;
	font-size: 15px;
}
#add label button{
	background:none;
}
#vagalume{
	min-height:500px;
}
.login {
        width: 900px;
}
#add h1,
#add > div > span{
	display: block;
	margin-bottom: 20px;
}
#add a.blue{
	font-size: 14px;
	margin-left: 20px;
	padding: 6px 20px;
}
#add a.blue:after{
	content: "\00bb";
	font-size: 22px;
	display: inline-block;
	left: 5px;
	top:1px;
	position: relative;
}
#add .btn{
	margin-left: 10px;
}
#add .btn i.ico{
	position: relative;
	top: 2px;
}
#add .formNewBand{
	margin-top: 20px;
}
#add .formNewBand .notSelected {
	color: #AAA;
}
#add .formNewBand .notSelected option:not(:disabled) {
	color: #333;
}
#add .formNewBand select{
	font-size: 14px;
	height: 40px;
	width: 150px;
}
#add .formNewBand input.email {
	margin-bottom: 30px;
}
#add .formNewBand i{
	color: #068;
	cursor: pointer;
	font-style: normal;
	outline: 0;
	text-decoration:none;
}
#add .formNewBand i:hover{
	-moz-transition: color 100ms ease-in-out;
	-ms-transition: color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out;
	color: #0AD;
	transition: color 100ms ease-in-out;
}
#add .formNewBand .blue{
	margin-left: 265px;
}
.toFill {
	border: 1px solid #DD8613 !important;
	box-shadow: 0px 0px 2px #DD8613 !important;
}
#add .formNewBand .errorAnc{
	font-size: 12px;
	font-weight: normal;
}
#add .formNewBand .errorAnc:after{
	content: "\00bb";
	display: inline-block;
	left: 3px;
	position: relative;
}
#add .sendNewBand.disabled {
	cursor: default;
}
.formNewBand > div > span{
	color: #b3b3b3;
	font-size: 12px;
	display:block;
}
.formNewBand > div{
	margin-bottom:10px;
	font-size: 15px;
}
#typeArtist,#adminArtist {
    display:inline-block;
    margin-right:100px;
}
.geo {
    display: inline-block;
    margin: 10px 11px 0px 0px;
}
#add .formNewBand input[type="text"] {width: 486px;}
.formNewBand.loading2 {
    opacity: 0.3;
}
.formNewBand{position:relative}
.formNewBand.loading2:after{
    top: 35%;
    left: 20%;
    opacity: 1;
    color:#000
}