﻿* {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	margin:0;
	padding:0;
	color: #000;
	/*text-align: left;
	text-decoration:none;
	*/
	}

td {
	font-size: 11px;
	padding: 5px;
	}

input {
	margin:0;
	padding: 2px;
	font-size: 13px;
	}

#head {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 51px;
	overflow: hidden;
	}

#list {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 10px;
	}
#list p {
	line-height: 20px;
	}

div#content {
	line-height: 20px;
	}
div#content center {
	font-size: 10px;
	}

div#content center a {
	font-size: 10px;
	color: #000066;
	}

#list h4 {
	display: block;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	}

ul, ol {
	margin-bottom: 10px;	
	}
li {
	/*
	list-style: none;
	*/
	margin-left: 20px;
	line-height: 20px;
	}

#list h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	}
#list tr{
	border-bottom: 1px solid #CCC;
	}

#list p {
	line-height: 20px;
	}

#foot {
	margin-top: 30px;
	padding-top: 5px;
	margin-right: 10px;
	padding-bottom: 5px;
	background: #E5ECF9;
	margin-bottom: 20px;
	text-align: center;
	}
#logo {
	float: left;
	background: #FFF;
	background-image:url("/css/logo-m.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 183px;
	height: 51px;
	margin-right: 10px;
	}
#logo a {
	display: block;
	width: 183px;
	height: 51px;
	}

#menu {
	margin-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: #E5ECF9;
	border-top: 1px solid #3366CC;
	font-weight: bold;
	}
#menu span {
	float: right;
	margin:0;
	padding:0;
	}

#list form {
	float: left;
	width: 500px;
	margin-top: 0px;
	padding: 10px;
	border: 2px solid #CBDCED;
	}

#list form p {
	line-height: 20px;
	margin-bottom: 8px;
	}

#list h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	}

#list h2 {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	}

select {
	height: 22px;
	border: 1px solid #CCC;
	padding-top: 2px;
	padding-left: 5px;
	background-image:url("/app/lib/images/button/input_bg_2.gif");
	background-repeat:no-repeat;
	}

select option {
	padding-top: 2px;
	padding-left: 5px;
	}

.email {
	width: 380px;
	border: 1px solid #7F9DB9;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image:url("/app/lib/images/button/input_bg_2.gif");
	background-repeat:no-repeat;
	}

textarea {
	width: 380px;
	height: 160px;
	border: 1px solid #7F9DB9;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image:url("/app/lib/images/button/input_bg_2.gif");
	background-repeat:no-repeat;
	}