/* CSS Document */

* {
margin:0pt;
padding:0pt;
}

html {
background:#000 none repeat scroll 0%;
color:#000000;
}


#wrapper {
	width: 400px;
	background-image:url(../images/JAC_formBground.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	height: 600px;
	margin-left:auto;
	margin-right:auto;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"trebuchet ms", sans-serif;
	font-size:12px;
	}

#main  {
	padding-top: 100px;
	text-align:right;
}


.formHolder {
font-size:12px;
line-height:100%;
color:#FFF;
}

input.btn {
background-image:url(../images/JAC_submit.jpg);
background-repeat:no-repeat;
width:98px;
padding:5px;
border:none;
color: #000; 
font-size: 13pt;
}

input.btn:hover {
color:#660000;
}

a {
color: #660000;
text-decoration:underline;
}

a:hover {
text-decoration:none;
}

.highlight {
color: #660000;
}

.large {
font-size:18px;
}

.medium {
font-size:14px;
}

h1 {
text-align:center;
font-size:18px;
color:#FFF;
}

h2 {
text-align:center;
font-size:14px;
padding-top:14px;
color:#FFF;
}

