BODY
{
	margin:0;
	padding:0;
	background-color:#f0f0f0;
	text-align:center;
	font-family:Arial, sans-serif;
	font-size:13px;
}

img
{
	border:0;
}

a:link { COLOR: #000099; TEXT-DECORATION: none }
a:visited { COLOR: #000099; TEXT-DECORATION: none }
a:active { COLOR: #000099; TEXT-DECORATION: none }
a:hover { COLOR: #0066ff; TEXT-DECORATION: none }

#main_container
{
	margin-left: auto;
	margin-right: auto;
	width:980px;
	margin-top:15px;
	background-color:#fff;
	border:1px solid #a5a5db;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
	box-shadow: 
	rgba(0, 0, 0, 0.078125) 1px 2px 1px 0px, 
	rgba(255, 255, 255, 0.746094) 1px 2px 1px 0px inset;
}

#header 
{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	position:relative;
	padding:10px;
	padding-bottom:0;
}

#search_button
{
	position:absolute;
	top:50px;
	right:19px;
	font-family: 'Share Tech', sans-serif;
	-webkit-box-shadow: white 0px 1px 0px 0px;
	-webkit-user-select: none;
	background-color: #F1F1F1;
	
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ECECEC), to(#F9F9F9));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #F9F9F9, #ECECEC);

	/* IE 10 */
	background: -ms-linear-gradient(top, #F9F9F9, #ECECEC);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #F9F9F9, #ECECEC);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#ECECEC'); /* for IE */
	
	
	
	
	border-bottom-color: #DFDFDF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: white 0px 1px 0px 0px;
	color: black;
	display: block;
	font-size: 20px;
	font-weight: normal;
	height: 35px;
	line-height:20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-width: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	text-shadow: white 0px 1px 0px;
	border:1px solid #777;
}

#search_button:hover
{



	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F9F9F9), to(#ECECEC));

	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #ECECEC, #F9F9F9);

	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #ECECEC, #F9F9F9);

	/* IE 10 */
	background: -ms-linear-gradient(top, #ECECEC, #F9F9F9);

	/* Opera 11.10+ */
	background: -o-linear-gradient(top, #ECECEC, #F9F9F9);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#F9F9F9'); /* for IE */



	background-image: -webkit-linear-gradient(top, #ECECEC, #F9F9F9);
	cursor:pointer;
}

#phrase
{
	background-color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	height: 43px;
	line-height: 40px;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	padding-left: 8px;
	vertical-align: middle;
	width: 692px;	
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#F2F2F2));
	background: -webkit-linear-gradient(top, #F2F2F2, white);
	background: -moz-linear-gradient(top, #F2F2F2, white);
	background: -ms-linear-gradient(top, #F2F2F2, white);
	background: -o-linear-gradient(top, #F2F2F2, white);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#ffffff'); /* for IE */
	border: 1px solid #999;
	color:black;
	position:absolute;
	top:46px;
	left:273px;
}

#phrase:focus 
{
	border:1px solid #757575;
	outline: none;
	-moz-box-shadow: 1px 1px 2px #cdcdcd;
	-webkit-box-shadow: 1px 1px 2px #cdcdcd;
	box-shadow: 1px 1px 2px #cdcdcd;
}

#song_title
{
	font-size:16px;
}

.btn
{
	background-color:#f7f7f7;
	padding:3px;
	color:#63666b;
	font-size:11px;
	border:1px solid #bebebe;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right:6px;
}

.btn img
{
	vertical-align:middle;
}

.song_item
{
	padding:9px;
	padding-left:2px;
	position: relative;
	border-bottom:1px solid #dfdfdf;
}

.song_size
{
	position:absolute;
	top:0;
	right:0;
	font-family: 'Share Tech', sans-serif;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: none;
	border-top-width: 0px;
	color: #7d7d7d;
	display: block;
	font-size: 20px;
	font-weight: normal;
	height: 20px;
	line-height: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-width: 0px;
	padding-bottom: 7px;
	padding-top: 7px;
}

a.red:link, a.red:visited, a.red:active
{
	color:Red;
	font:arial;
	font-size:12px;
}

a.red:hover
{
	color:#ff6b6b;
}

.ringtone_ads
{
	position:absolute;
	top:32px;
	right:0;
	font-size:13px;
}

.play_link
{
	margin-top:6px;
	margin-bottom:6px;
}

#search_form
{
	margin:0;
	padding:0;
}

#search_form a, #search_form input, #search_form  img
{
	vertical-align:middle;
}

#left_box
{
	float: left;
	width: 650px;
	text-align: left;
}

#right_box
{
	float: left;
	width: 300px;
	margin-left:10px;
	text-align:left;
	padding:5px;
}

#top_banner
{
	margin-bottom: 28px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;	
	width:728px;
}

#searches_box
{
	float: left;
	width:310px;
	border:1px solid #ccc;
	margin-left:10px;
}

#searches_box div.title
{
	font-family: 'Share Tech', sans-serif;
	-webkit-box-shadow: white 0px 1px 0px 0px;
	-webkit-user-select: none;
	background-color: #F1F1F1;
	background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
	border-bottom-color: #DFDFDF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: none;
	border-left-width: 0px;
	border-right-style: none;
	border-right-width: 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-style: none;
	border-top-width: 0px;
	box-shadow: white 0px 1px 0px 0px;
	color: black;
	display: block;
	font-size: 20px;
	font-weight: normal;
	height: 20px;
	line-height: 23px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-width: 0px;
	padding-bottom: 7px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 7px;
	text-shadow: white 0px 1px 0px;
}

.player_error
{
	position:absolute;
	right:0;
	top:5px;
	font-size:23px;
	color:Red;
}

.player_error_dl
{
	color:red;
	font-size:23px;
	height:40px;
	padding:3px;
}

.dl_page
{
	border:1px solid #ccc;
	margin-left:10px;
	margin-bottom:20px;
}

#results_box
{
	border:1px solid #ccc;
	margin-left:10px;
	margin-bottom:20px;
}

a.mplink:link, a.mplink:visited, a.mplink:active
{
	color:Red;
	text-decoration:underline;
	font-weight:bold;
}

a.mplink:hover
{
	text-decoration:none;
}

.dl_page h1.title
{
	font-size:24px;
	font-weight:normal;
	font-family: 'Share Tech', sans-serif;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#fbfbfb));
	background: -webkit-linear-gradient(top, #fbfbfb, #e9e9e9);
	background: -moz-linear-gradient(top, #fbfbfb, #e9e9e9);
	background: -ms-linear-gradient(top, #fbfbfb, #e9e9e9);
	background: -o-linear-gradient(top, #fbfbfb, #e9e9e9);
	padding:4px;
	margin:0;
}

#results_box div.title
{
	font-size:20px;
	font-family: 'Share Tech', sans-serif;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#fbfbfb));
	background: -webkit-linear-gradient(top, #fbfbfb, #e9e9e9);
	background: -moz-linear-gradient(top, #fbfbfb, #e9e9e9);
	background: -ms-linear-gradient(top, #fbfbfb, #e9e9e9);
	background: -o-linear-gradient(top, #fbfbfb, #e9e9e9);
	padding:4px;
}

div.embed_style
{
	margin-top:15px;
}

a.selected:link, a.selected:visited, a.selected:active
{
	-webkit-appearance: none;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-border-image: none;
	-webkit-box-align: center;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #21759B;
	background-image: url(/img/button-grad.png);
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: #298CBA;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #298CBA;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #298CBA;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #298CBA;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: content-box;
	color: white;
	cursor: pointer;
	display: block;
	float:left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 13px;
	letter-spacing: normal;
	line-height: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-width: 0px;
	outline-color: white;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
	text-transform: none;
	white-space: pre;
	width: 42px;
	word-spacing: 0px;
	margin-right:10px;
}



a.small_large:link, a.small_large:visited, a.small_large:active
{
	-webkit-appearance: none;
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-border-image: none;
	-webkit-box-align: center;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	background-attachment: scroll;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto;
	box-sizing: content-box;
	cursor: pointer;
	display: block;
	float:left;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 13px;
	letter-spacing: normal;
	line-height: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	min-width: 0px;
	outline-color: white;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	white-space: pre;
	width: 42px;
	word-spacing: 0px;
	margin-right:10px;
}


#right_box div.title
{
	border-bottom-color: #DEDEDE;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #444;
	display: block;
	font-family: 'Share Tech', sans-serif;
	font-size: 15pt;
	line-height: 18px;
	margin-bottom: 3px;
	margin-top:15px;
	padding-bottom: 6px;
	font-weight:400;
}

#bottom_banner
{
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	width:470px;
	margin-top:15px;
	margin-bottom:15px;
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	width:980px;
	margin-bottom:40px;
	text-align:left;
	padding:4px;
	text-align:left;
	padding-left:10px;
}

#get_social
{
	position:relative;
	width:300px;
	height:30px;
	margin-top:20px;
}

#get_social div.plus
{
	position:absolute;
	top:0;
	left:0;
}

#get_social div.fb
{
	position:absolute;
	top:0;
	left:100px;
}

#get_social div.twitter
{
	position:absolute;
	top:0;
	right:-20px;
}

.h1_title
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 15pt;
	display: inline;
}

#dialog
{
    font-family: Helvetica, Arial, sans-serif;
    top:30%;
    left:50px;
    position:absolute;
    width:850px; 
    height:460px;
    font-size:30px;
    border-radius:20px;
    border:1px solid #aaa;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 12px 0px;
    background-color:#fff;
    z-index:99999999;
    display:none;
}

#dialog h3
{
    display:block;
    font-size:45px;
    font-weight:normal;
    margin:0;
    padding:10px;
    text-align:center;
    color:white;
    background-color:#111;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    text-shadow: rgb(0, 0, 0) 0px -1px 1px;
}

#dialog div.in
{
    padding:10px;
}

#dialog a.install
{
    background-color: rgb(57, 107, 158);
    background-image: linear-gradient(rgb(95, 156, 197), rgb(57, 107, 158));  
    color:white;
    text-decoration:none;
    width:400px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:15px;
    border-radius:10px;
    font-size:70px;
    margin-top:10px;
}

#dialog a.cancel
{
    margin-top:20px;
    background-color: rgb(223, 223, 223);
    background-image: linear-gradient(rgb(246, 246, 246), rgb(224, 224, 224));
    color:#2F3E46;
    text-decoration:none;
    width:300px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    padding:6px;
    border-radius:10px;
    font-size:35px;
}

#shadow {background-image:url("/img/shade1x1.png"); position:absolute; left:0; top:0; width:100%; z-index:100; display:none;}