@charset "utf-8";
/* CSS Document */

/*rest*/

html, body, div, span, applet, object, iframe, table, caption, 
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend { 
	vertical-align: baseline; 
	font-family: inherit; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	outline: 0; 
	padding: 0; 
	margin: 0; 
	border: 0; 
} 
:focus { 
	outline: 0; 
} 
body { 
	line-height: 1; 
	color: black; 
} 
ol, ul { 
	list-style: none; 
} 
table { 
	border-collapse: separate; 
	border-spacing: 0; 
} 
caption, th, td { 
	font-weight: normal; 
	text-align: left; 
} 
blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
} 
blockquote, q { 
	quotes: "" ""; 
} 


/*content*/

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

#content {
	width:100%;
}

#logo {
width:516px;
height:139px;
padding-top:100px;
padding-left:300px;
}

#tit {
padding-top:10px;
padding-left:80px;
}

#line {
width:600px;
min-height:2px;
background-image:url(images/linebreak.gif);
background-repeat:repeat-x;
margin-left:80px;
margin-top:5px;
}

#validate {
position:absolute;
padding-left:331px;
margin-top:-60px;
}

/*form*/

#form-table {
background-image:url(images/back-form.png);
background-repeat:no-repeat;
width:758px;
height:255px;
margin-left:260px;
}

#form label{ 
	display:block;
	font-size:12px;
	padding:0px 2px;
	font-weight:bold;
}

#status {padding-top:220px;
		padding-left:400px;
		font-family:verdana; font-size:11px; color:#71a4ce;
}

.text {background-image:url(images/back-form-text.gif); border-style:solid; border-color:#cad9e6; border-width:1px;}

.textbox {background-image:url(images/back-form-textbox.gif); background-repeat:repeat-x; border-style:solid; border-color:#cad9e6; border-width:1px;}