



/* --------------- ( Reset ) --------------------------------------------- */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




/* --------------- ( Clearfix ) --------------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------- ( General ) --------------------------------------------- */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 20px 0px;
}
#wrapper {
	margin: 0 auto;
	width: 500px;
}
h1 {
	margin-bottom: 25px;
	font: 22px Arial, Helvetica, sans-serif;
}
a {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}




/* --------------- ( Form 1 ) --------------------------------------------- */
form {  }
	form fieldset {
		border-top: 1px solid #ccc;
		padding: 6px 0px 12px 0px;
	}
		form fieldset legend { 	
			padding: 0px 6px 0px 0px;
			color: #ccc;
		}
	form p {
		border: 1px solid #EFEFEF; margin-top: 7px; padding: 7px 14px;
	}
		form p span {
			width: 19px;
			text-align: center;
			display: block;
			float: right;
			margin-top: 7px;
		}
	form p.focus {
		border: 1px solid #D4D4D4;
		background: #FFFFA8;
	}
		form p.focus label {  }
		form p label {
			float: left; width: 120px; margin-top: 6px;
		}
		form p input { 	
			border: 1px solid #ccc; 
			margin: 0px 12px; 
			padding: 5px; 
			width: 40px; 
			float: right;
		}
		form p textarea { 
			border: 1px solid #ccc; 
			padding: 5px; 
			width: 280px; 
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			height: 120px; 
		}
		form p input.focus, form p textarea.focus, form p select.focus { 
			border: 1px solid #555; 
		}
		form p select  {
			padding: 3px; border: 1px solid #ccc; 
			margin-right: 4px;
		}
		form p button {
			padding: 2px 5px;
		}







