* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	font:0.7em verdana, sans-serif;
	color:#333;
	background-image:url(/images//images/grad.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#e2e2e2;
}

a:link, a:visited {
	color:#017DF5;
}

a:hover {
	background-color:#017DF5;
	color:#fff;
	text-decoration:none;
}

h1, h2, h3, h4 {
	color:#000;
	margin:1em 0;
}

h2 {
	font-size:1.4em;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1em;
}

p {
	margin:1em 0;
	line-height:1.6em;
}
li {
	line-height:1.4em;
}

img {
	border:none;
}

ul {
	margin:1em 0 1em 2em;
}

textarea {
	overflow:auto;
}

#outer {
	width:850px;
	margin:0 auto;
	background-color:#fff;
	position:relative;
}

#head {
	text-align:left;
	padding:10px 0 0 20px;
	height:110px;
	background-image:url(/images/headbg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}

#content {
	text-align:left;
	margin:20px 0 0 0;
}

#margin {
	margin:0 60px;
}

.company {
	border-top:#ccc solid 1px;
	padding:10px;
}

#left {
	float:left;
	width:500px;
}

#right {
	float:right;
	width:210px;
}

#foot {
	height:100px;
	margin:0 auto;
	clear:both;
	background-color:#eee;
}
#foot p {
	text-align:center;
	color:#666;
	padding:8px 0;
}

.imageleft, .imageright {
	padding:5px;
	border:#ccc solid 1px;
	background-color:#fff;
}
.imageleft {
	float:left; 
}
.imageright {
	float:right;
	margin:10px;
}

a:hover.imagelink {
	background:none;
}


form p {
	margin:4px 0;
}

label {
width: 7em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input {
margin-left: 7.5em;
}
input, textarea {
color: #000;
background: #fff;
border: 1px solid #ccc;
}

.submit input {
color: #000;
background: #eee;
border: 2px outset #eee;
}
fieldset {
border: 1px solid #fff;
width:100%;
}
legend {
display:none;
}

#tag {
	display:none;
}

.error {
	color:#f00;
}


/* shadow borders */

.cbb {
	margin:1em 0;
	padding:0 20px;
	border:1px solid #666;
	background:#fff;
}

.cb {margin:0.5em 0;}

.cb .illusts {
	float:right;
	margin-top:10px;
}
.cb .logo {
	float:left;
	margin:0;
}
.cb p {
	clear:both;
}


.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url(/images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url(/images/box.png) no-repeat 0 0;
	font-size:0;
	line-height:0;
}
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url(/images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url(/images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}
.i1 {
	padding:0 0 0 12px;
	background:url(/images/borders.png) repeat-y 0 0;
}
.i2 {
	padding:0 12px 0 0;
	background:url(/images/borders.png) repeat-y 100% 0;
}
.i3 {
	display:block;
	margin:0;
	padding:1px 20px;
	background:#fff;
}
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}

