body {
	background: url(../img/main-bg.gif) repeat;
	font-family: Verdana, Tahoma;
	margin-top: 30px;
}

label {
	font-weight: bold;
	font-size: 12px;
	color: #444;
}

input, textarea {
	padding: 4px;
	border: 1px solid #ccc;
	font: 100% Verdana;
	color: #777;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 700px;
	margin: auto;
	text-align: center;
}

#text_wrap {
	width: 551px;
	height: 295px;
	background: url(../img/textarea.jpg) bottom left no-repeat;
	margin: auto;
}

.text {
	width: 527px;
	height: 283px;
	border: 0;
	background: none;
	padding: 0px;
	padding-left: 7px;
	padding-right: 5px;
	color: #000000;
	font-family: Verdana; 
	font-size: 12pt;
	margin-top: 3px;
	overflow: auto;
}

.error_message {
	padding: 3px;
	color: red; 
	font-size: 10px;
}

.button {
	width: 74px;
	height: 28px;
	background: url(../img/button.gif) top left no-repeat;
	border: 0;
	color: black;
	font-weight: bold;
	font-size: 10pt;
}
.button:hover {
	background-position: bottom left;
}

#add_accelerator a {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#336699;
    cursor:pointer;
    padding:5px 10px 6px 7px;
}
#add_accelerator a:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

hr {
	border: 0; 
	color: #4876FF; 
	background-color: #4876FF; 
	height: 3px;
	margin-top: 40px;
}

img {
	border: 0; 
}

.footer {
	width: 300px;
	margin: auto;
	margin-top: 10px;
	font-size: 10pt;
}
