@CHARSET "ISO-8859-1";

.wrapper {
	margin: 0px auto;
	width: 887px;
}

body {
	background: #0c0302;
	margin: 0px;
	padding: 0px;
}

a:active {
	background: none;
	text-decoration: none;
}

img {
	border: none;
}

.field {
	color: #fff291;
	font-family: Myriad Pro, Arial, Sans Serif;
}

.icons {
	padding: 8px;
	background-image: url(../images/ico.png);
	cursor: pointer;
}

.icons:HOVER {
	background-image: url(../images/hover.png);
}

.signup {
	background-image: url(../images/singup-back.png);
	background-repeat: repeat-y;
	min-height: 315px;
	width: 887px;
	clear: both;
}

.free-song {
	color: #fff291;
	font-family: Arial;
	font-size: 24px;
	padding: 70px 48px 9px;
}

.free-text {
	color: #7c7c7c;
	font-size: 12px;
	font-family: Arial;
	padding: 0 50px;
}

.please {
	color: #C3C3C3;
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 14px;
	padding-left: 14px;
	padding-top: 77px;
}

.input-img {
	background-image: url(../images/inputimg.png);
	width: 232px;
	height: 29px;
	background-repeat: no-repeat;
	padding: 5px 0 5px 13px;
}

.inp {
	background-color: #8B8B8B;
	border: none;
	width: 203px;
}

.braces {
	height: 45px;
	left: -8px;
	position: relative;
	top: 8px;
	width: 18px;
}

.singup {
	position: relative;
	top: 24px;
	cursor: pointer;
	left: -6px;
}