/*
* Copyright 2005 The Apache Software Foundation or its licensors,
* as applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
* {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
body {
	background: #fff url(../img/background.png) repeat-x;
	text-align: center;
}

div.title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

div.content {
	margin-left:100px;
	margin-right: 100px;
	padding-top: 20px;
	text-align: left;
}

input[type="text"], input[type="password"], textarea {
  border: 1px solid #808080;
}

input[type="submit"], .button {
	height: 2em;
 	border: 1px solid #808080;
	background-image: url(../img/button-background.gif);
	background-repeat: repeat-x;
}

a.button {
	/*display: inline-block;*/
	/* top right bottom left */
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: black;
}

table.data {
	border-collapse: collapse;
	border: 1px dotted #808080;
}
table.data th {
	padding: 0.3em;
	border-bottom: 1px solid #808080;
}
table.data td {
	padding: 0.3em;
	border-bottom: 1px dotted #808080;
}

