@import url("layout.css"); /* Site layout */

html, body, p, dl {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

body {
    font-family:  Verdana, sans-serif;
    background-image: url('/media/img/back.jpg');
}

p {
	color: #ddd;
	padding: 5px;

}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #b1e58f;
}

a:hover {
    color: #eee;
}

ul {
	margin-bottom: 5px;
}

h1, h2, h3 {
   margin: 0;
   margin-bottom: 5px;
   font-family: Helvetica, Arial, sans-serif;
}
h1 {
    display: none;
}

h2 {
    font-weight: normal;
    color: #eee;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
    margin-top: 5px;
}

h3 {
	 margin-bottom: 20px;
	font-size: 1.3em;
}

select {
	width : 150px;
}

input{
	padding: 2px;
	background-color: #222;
	border: 1px solid #444; 
	color: white; cursor:pointer;
	
}

input:hover {
	background-color: #444;
	border: 1px solid #222; 
}

.clear {
	clear: both;
}

img {
	border: none;
}

label {
	float: left;
	width: 140px;
	margin-right: 10px;
	font-size: 14px;
	
}

caption {
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #555;
}
