
body {
  font-size: 100%;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  width: 960px;
  margin: 0 auto;
  background: #f1f1f1;
}

a {
  text-decoration: none;
  color: #339900;
}

div#tomp3_net {
  width: 940px;
  margin: 0 auto;
  padding: 10px 10px 0px 10px;
  background: #fff;
  border: 1 px solid #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.header
{
  font-size: 2em;
}

div.header strong
{
  color: #454545;
}
div.header big
{
  color: #0095ff;
}

div.header small
{
  color: #888888;
}

input, textarea, select {
	background: #FFF url('../img/input.gif') 0 0 no-repeat;
	color: #949494;
	border: 1px solid #ADADAD;
	border-color: #ADADAD #EFEFEF #EFEFEF #ADADAD;
	font: normal 1em Tahoma,Verdana,Arial,Helvetica,sans-serif;
	padding: 3px;
}

input, label { float: left; clear: left; cursor: pointer; }

div#tomp3_convert
{
  width: 529px;
  margin: 0 auto;
}

div#tomp3_convert input
{
  padding: 5px;
  width: 517px;
  margin-top: 2px;
}

div.divToMP3ClearFix { clear: both; }

div#tomp3_convert label small { color: #8e8e8e;} 

div#footer { text-align: right; font-size: 13px; padding-bottom: 1px;}

div#footer a {color: #0061BB; font-weight: bold; text-decoration: none; }

button { float: right; margin-top: 5px; background: #1b6795; color: #fff; padding: 5px; border:0; cursor: pointer; font-weight: bold; font-family: "Trebuchet MS"; font-size: 1em;}

div#conversion_status { display: none; color: #339900; width: 500px; margin: 0 auto; padding-top: 10px; text-align: center;}

span.status { font-size: 26px; padding: 13px 0px 0px 10px; }

div#conversion_status img { position: relative; top: 10px;}

div#conversion_status a { color: #339900; text-decoration: underline; }

div.message { width: 700px; background: #359000; color: #fff; text-align: center; border: 2px solid #fff; padding: 1px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin: 10px 0px 10px 0px; margin:0 auto; font-weight: bold;}

div.message.error { background: #ac0000; }