/* CSS Document */

html, body {
	background: url(../img/img_bg.jpg) top left repeat-x;
	margin:0;
	padding:0;
	height:100%;
}

* {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:left;
	line-height:15px;
}

form {
	padding: 0;
	margin: 0;
}

table {
    border-collapse: collapse;/* = cellspacing 0 */
	border:none;
}

a:link, a:visited, a:hover, a:active {
	color:#00a7f3;
	text-decoration:underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

td {
	text-align:left;
	vertical-align:top;
    padding: 0;
}

th 
{
	text-align:left;
	padding:0;
	width:158px;
	height:20px;
	padding-bottom:3px;
	vertical-align:top;
}

hr 
{
	color:#d5d5d5;height:1px;background-color:#d5d5d5;border:0;
}


h1 {
	font-weight:bold;
	font-size:180%;
	line-height:1em;
	margin: 0 0 10px 0;
	color: #00a7f3;
}

h2 {
	font-weight:bold;
	font-size:160%;
	color: #00a7f3;
	margin:0 0 10px 0;
}

h3 {
	font-weight:bold;
	font-size:140%;
}

h4 {
	font-weight:bold;
	font-size:120%;
}

i, em {
	font-style:italic;
}

b, strong {
	font-weight:bold;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

img {
	border:0;
}

input, select 
{
	border:1px solid #b7b7b7;
	background: #fff url(../img/bg-input.gif) repeat-x bottom;
	color: #000;
}
option 
{
	color: #000;
}

.radio, 
table.radio td input,
span.radio input,
.checkbox input 
{
	border-width:0;
	width:auto;
	color: #000;
}

textarea {
	border:1px solid #b7b7b7;
	overflow:auto;
	width:250px;
	height:50px;
	color: #000;
}

.textfield {
	width:175px;
}

.textfield_grey {
	width:175px;
	background-color:#e3e3e3;
}

select {
	width: 175px;
}

#wrapper {
	height:100%;
	width: 729px;
	margin: 0 auto;
}

#top {
	height:52px;
}

#main{
	background:url(../img/img_bgform.jpg) no-repeat;
	height:100%;
	padding:55px 97px ;
}

.buttonholder{
	width:100%;
	text-align:center;
}

.button{
	border:none;
}
