body {
	margin: 0;
	padding: 0;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	line-height: 18px;
	background: url('img/bg.gif') repeat-x #fff;
}

p, form {
	margin: 0;
	line-height: 18px
}

img {
	border: 0;
}

input, textarea, select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a3749;
	line-height: 18px;
	background-color: #fff;
	border: 1px solid #9a9a9a;
	padding: 3px;
}
input:focus, textarea:focus, select:focus {
	background-color: #efefef;
}

select {
	min-width: 100px;
	max-width: 650px;
}	

A {
	color: #ff0000;
	text-decoration: underline;
}

A:hover, A:active {
	color: #ff0000;
	text-decoration: none;
}


h1 {
	font-weight: normal;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	color: #007ed5;
}


/* containers */

#header {
	margin: auto; 
	width: 954px;
	background-color: #d5ebfb;
	padding-left: 2px; 
}
#all {
	margin: auto;
	width: 890px;
	background-color: #fff; 
}

#formdiv {
	width: 790px;
	padding: 20px 20px 20px 80px;
	
}

#footer {
	border-top: 1px solid #898989;
	text-align: right;
	margin-top: 32px;
}


#footer a {
	color: #707070;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #f6861f;
	text-decoration: underline;
}

/* reg form - table */
table {
	border: 0;
}

td {
	padding: 4px;
	font-size: 11px;
	margin: 0;
}

.ctitle {
	font-weight: bold;
	padding-top: 20px;
	color: #007ed5;
	font-size: 12px;
}
.ctitle2 {
	font-size: smaller;
}

.ltd {
	padding-left: 20px;
	width: 35%;
	font-size:12px;
}


.t1 {
	width: 200px;
	height: 65px;
}

.i1 {
	width: 180px;
}
.i2 {
	width: 50px;
}
.i3 {
	width: 20px;
}
.i4 {
	width: 30px;
}

.info {
	font-size: 10px;
	color: #007ed5;
}


/* err msgs */

.err {
}

.quick_err {
	font-size:11px;
	color: red;
}

