@charset "utf-8";
/* CSS Document */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background-color:white;}

#wrapper{
	width:130px;
	padding-left:9px;}
	
.headerform1{
	background:url(002.gif) no-repeat;
	height:30px;
	width:132px;}
.headerform2{
	background:url(007.gif) no-repeat;
	height:30px;
	width:132px;}
.headerform3{
	background:url(010.gif) no-repeat;
	height:32px;
	width:132px;}

.main{
	width:130px;
	text-align:center;
	border-right:1px solid #BCBEC0;
	border-left:1px solid #BCBEC0;
	cursor:pointer;
	}
.mainhide{
	border-right:1px solid #BCBEC0;
	border-left:1px solid #BCBEC0;
	width:130px;
/*	text-align:center;
*/	}
	
.footerform{background:url(003.gif) no-repeat;
	height:15px;
	width:132px;}

form{
	padding-top:5px;
	color:black;
	font-size:10px;
	padding-left:5px;}

input.text{
	width:114px;
	height:14px;
	border:1px solid #C6C7C9;
	margin-bottom:6px;
		font-size:10px;
		padding-left:2px;
}

.textarea{
	width: 112px; 
	padding: 2px; 
	height: 40px;
	border:1px solid #C6C7C9;
	display: block;
	font-size:12px;
	}
form p label.textbox{
	width:110px;
	line-height:14px;
	}
.padtop{
	padding-top:5px;}
form p { position:relative }
label.infield  { position:absolute; top:2px; left:2px; cursor:text;}

form p br {display: none;}

