﻿/* hier drin kommen nur alle Elemente rein, die von der style.css überschrieben werden sollen! */

body
{
	font-family : Arial, Tahoma, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size : 12px;
	color : #555;
	padding:0px;
	margin:20px;
	background-color: white;
	line-height: 1.5;
	font-size: 12px;
	background-image: none;
}


input[type="text"], input[type="password"]
{
	width: 540px; 
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	background-image: url('/images/input_bg.gif'); 
	border: 4px solid #CCC;
	color: #999;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    
	-webkit-box-shadow: 0 0px 50px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0px 50px rgba(0,0,0,.3);
	box-shadow: 0 0px 50px rgba(0,0,0,.3);
}

input[type="text"]:focus,input.popup[type="text"]:active, textarea:active, textarea:focus, input[type="password"]:focus,input.popup[type="password"]:active
{
	color: #000;
}

textarea
{
	width: 400px; 
	line-height: 20px;
	height: 90px;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	background-image: url('/images/input_bg.gif'); 
	border: 4px solid #CCC;
	color: #999;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    
	-webkit-box-shadow: 0 0px 50px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0px 50px rgba(0,0,0,.3);
	box-shadow: 0 0px 50px rgba(0,0,0,.3);
}


a.Submit, a.Submit:link, a.Submit:visited
{
	display: block;
	width: 400px; 
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	background: #FFF;
	background-image: url('/images/input_bg.gif'); 
	border: 4px solid #CCC;
	color: #ff931f;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 10px;

	text-align: center;
    
	-webkit-box-shadow: 0 0px 50px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0px 50px rgba(0,0,0,.3);
	box-shadow: 0 0px 50px rgba(0,0,0,.3);
}

a.Submit:hover
{
	color: #000;
	-webkit-box-shadow: 0 0px 50px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0px 50px rgba(0,0,0,.3);
	box-shadow: 0 0px 50px rgba(0,0,0,.3);

}