/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Styles for 中文 Language
version: 1.1
author: Ali Shaded
email: alsheron@gmail.com
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#sloganbox{
	width: 237px;
	height: 165px;
	padding-left:15px;
	float:left;
	background-image: url(../site-images/slogan-de.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:block;
	background-position: 42px;
}

form{
	padding-left: 20px;
	width: 420px;
	height: 300px;
	background-image: url(../site-images/form-bg-de.jpg);
	background-repeat: no-repeat;
	padding-top: 25px;
	margin-left: 40px;
}

label{
	float: left;
	width: 140px;
	color: #458854;
}

textarea{
width: 230px;
height: 150px;
}

#submitbutton{
	cursor:pointer;
	background:#999;
	font-weight:bold;
	width: 90px;
	background-image: url(../site-images/submit-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	margin-right: 188px;
	height: 25px;
	color: #3B784E;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

