body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body {
    font: .8em Helvetica,"Trebuchet MS","Lucida Grande",sans-serif;
    color: #333333;
	background-color: #f1f1f1;
}

h1 {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #0077aa;
}

img {
	border: 0;
}

h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
	color: #0099cc;
	background-color: #f7f7f7;
	border: 1px solid #e7e7e7;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

h4 {
    font-size: 1em;
    font-weight: bold;
}

form {
    width: 958px;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    margin-left: auto;
    margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

form:hover {
	background-color: #eff8ff;
}

fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a {
    color: #0099cc;
    text-decoration: none;
    font-weight: bold;
}

a:visited {
    color: #0077aa;
}

a:hover {
    color: #0099cc;
}

#tweemix-container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#tweemix-logo {
	position: relative;
	width: 460px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
}

#tweemix-logo a {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease-in;
	-moz-transition: opacity 0.5s ease-in;
}

#tweemix-logo a:hover {
	opacity: 0.6;
}

#beta {
	position: absolute;
	right: -30px;
	top: 110px;
	color: #cccccc;
	text-transform: uppercase;
	font-size: 10px;
}

#tweemix {
	margin-bottom: 21px;
	text-align: center;
	position: relative;
}

#songurl {
	width: 700px;
	border: 1px solid #e7e7e7;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #0077aa;
	padding-left: 15px;
	vertical-align: middle;
	margin-bottom: 10px;
	outline: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#f9f9f9));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: #e7e7e7 0px 0px 1px;
	-moz-box-shadow: #e7e7e7 0px 0px 1px;
	-webkit-box-shadow: #e7e7e7 0px 0px 1px;
}

#songurl:hover, #songurl:focus {
	background-color: #f9f9f9;
	border-color: #dedede;
	-webkit-box-shadow: #e7e7e7 0px 0px 3px;
}

#songurl-label {
	display: block;
	font-size: 18px;
	color: #0077aa;
	letter-spacing: 1px;
}

#submit {
	width: 190px;
	height: 40px;
	border: 1px solid #e7e7e7;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 40px;
	vertical-align: middle;
	background-color: #def0fd;
	color: #0099cc;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: -webkit-gradient(linear, left top, left 25, from(#def0fd), color-stop(4%, #f7f7f7), to(#def0fd));
	background: -moz-linear-gradient(top, #def0fd, #f7f7f7 1px, #def0fd 25px);
	box-shadow: #e7e7e7 0px 0px 1px;
	-moz-box-shadow: #e7e7e7 0px 0px 1px;
	-webkit-box-shadow: #e7e7e7 0px 0px 1px;
}

#submit:hover {
	background-color: #f7f7f7 !important;
	color: #0077aa !important;
	border: 1px solid #e7e7e7 !important;
	background: -webkit-gradient(linear, left top, left 25, from(#f7f7f7), color-stop(4%, #eeeeee), to(#f7f7f7)) !important;
	background: -moz-linear-gradient(top, #f7f7f7, #eeeeee 1px, #f7f7f7 25px) !important;
}

#tweemix-recent {
	width: 960px;
	margin: auto;
	text-align: center;
}

#tweemix-recent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#tweemix-recent ul li a {
	background-color: #f7f7f7;
	margin-bottom: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #e7e7e7;
	vertical-align: middle;
	display: block;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#tweemix-recent ul li a:hover {
	background-color: #def0fd !important;
}

.error, .success {
    font-size: 12px;
    font-weight: bold;
}

.error {
    color: #ff6666;
}

.success {
    color: #0077aa;
}

.divider {
	background: #e7e7e7;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	line-height: 0;
	border: none;
	overflow: hidden;
}

.clear {
	clear: both;
}

#tweemix-more {
}

.more-container {
}

.more {
	display: block;
	width: 958px;
	border: 1px solid #e7e7e7;
	background-color: #f4f4f4;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #0077aa;
}

.more:hover {
	background-color: #def0fd;
	color: #0099cc;
}

#tweemix-footer {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 21px;*/
}

#tweemix-footer_wrap {
	position: relative;
	font-size: 12px;
	height: 15px;
	padding-top: 8px;
	border-top: 1px dashed #e7e7e7;
	/*background-color: #006600;*/
}

#copyright {
	width: 580px;
	float: left;
	color: #777777;
	padding-left: 15px;
}

#copyright a {
	text-decoration: none;
	font-weight: normal;
}

#copyright a:hover {
}

#tweemix-privacy {
	padding-left: 15px;
	padding-right: 20px;
}

.alsmediagroup {
	width: 355px;
	position: absolute;
	float: left;
	right: 10px;
	color: #777777;
	text-align: right;
}

.alsmediagroup a {
	text-decoration: none;
	font-weight: normal;
}

.alsmediagroup a:hover {
}

.follow-us {
	position: relative;
	font-size: 12px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	right: 10px;
	color: #777777;
	padding-bottom: 10px;
}

/* ------ VALIDATION ----- */
.LV_validation_message{
	display: none !important;
}
.LV_valid {
    color:#00CC00;
}
.LV_invalid {
    color:#CC0000;
}  
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #a4ce4d !important;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #ffbcbc !important;
}

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tweemix-tip.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #0099cc; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

/* ----- TWEEMIX NEW URL ----- */

#counter {
	position: absolute;
	background-color: #f7f7f7;
	font-size: 24px;
	text-align: center;
	color: #bbbbbb;
	right: 10px;
	width: 100px;
	height: 35px;
	line-height: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
	top: -15px;
	z-index: -1;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: -webkit-gradient(linear, left top, left 25, from(#f7f7f7), color-stop(4%, #e7e7e7), to(#f7f7f7));
	background: -moz-linear-gradient(top, #f7f7f7, #e7e7e7 1px, #f7f7f7 25px);
}

#tweemix-newurl {
	position: relative;
	width: 958px;
	display: none;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

#tweemix-newurl:after {
	content: " ";
	clear: both;
	visibility: hidden;
}

#tweemix-newurl:hover {
	background-color: #eff8ff;
}

#link {
	background: #fff url(../images/url-bg.gif) repeat-x top;
	width: 464px;
	height: 24px;
	margin-top: 10px;
	padding-top: 10px;
	color: #0099cc;
	font: 14px arial;
	text-align: center;
	border: 1px #e7e7e7 solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#buttons {
	position: relative;
	width: 456px;
	height: 46px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#buttons .button {
	float: left;
	background: #fff url(../images/button-bg.gif) repeat-x;
	width: 107px;
	height: 24px;
	margin-right: 5px;
	padding-top: 10px;
	color: #0099cc;
	font-size: 11px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: 1px #e7e7e7 solid;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#buttons .button img {
	margin-right: 4px;
	vertical-align: text-bottom;
}

#buttons .button:hover, #buttons .button.hover {
	background: #fff url(../images/button-bg_over.gif) repeat-x;
}

/* ----- TWITTER ----- */

#tweemix-twitter {
	position: absolute;
	right: 0px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
}

.tweemix-connection {
	padding: 8px;
	background-color: #f7f7f7;
	border: 1px #e7e7e7 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#tweemix-twitter a {
	font-weight: normal;
}

#connect {
	position: relative;
	right: 0px;
}

#tweemix-user {
}

#disconnect {
}

#signout {
}

#profile-image {
	height: 22px;
	width: 22px;
	border: 1px solid #e7e7e7;
	vertical-align: middle;
}
