/*       */
/* 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: "" "";
}

/*         */
/* LAYOUT  */
/*         */

#container {
	border:solid 0px red;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 5px;
	font-family: sans-serif; 
}

.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */

.myform{
	padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #555555;
	background:#efefef;
}
#stylized h1 {
	font-size:34px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:15px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 2px #555555;
	padding-bottom:10px;
}
#stylized label{
	font-size:34px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:240px;
	float:left;
	margin-bottom:30px;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	padding-top:5px;
	text-align:right;
	width:240px;
}
#stylized input{
	float:left;
	font-size:24px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:300px;
	margin:2px 0 20px 40px;
}
#stylized button{ 
	clear:both;
	margin-left:300px;
	width:255px;
	height:50px;
	text-align:center;
	line-height:31px;
	font-size:30px;
	font-weight:bold;
}

.formWoork {
	border:solid 2px #dddddd;
	background:#fafafa;
	color: gray;
	padding:14px;
}

	.formWoork h1 {
		font-size:34px;
		font-weight:bold;
		margin-bottom:8px;
	}
	
	.formWoork p {
		font-size:15px;
		margin-bottom:20px;
		border-bottom:solid 2px #dddddd;
		padding-bottom:10px;
	}
	
	.formWoork label {
		font-size:34px;
		display:block;
		font-weight:bold;
		text-align:right;
		width:275px;
		float:left;
		margin-bottom:30px;
	}

	.formWoork .small {
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		padding-top:5px;
		text-align:right;
		width:275px;
	}
	
	.formWoork input {
		float:left;
		font-size:24px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:400px;
		margin:2px 0 20px 40px;
	}
	
	.formWoork textarea {
		float:left;
		height:250px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:400px;
		margin:2px 0 20px 40px;
	}
	
	.formWoork select {
		float:left;
		font-size:24px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:100px;
		margin:2px 0 20px 40px;
	}
	
	.formWoork button{ 
			clear:both;
			margin-left:300px;
			height:50px;
			text-align:center;
			line-height:31px;
			font-size:30px;
			font-weight:bold;
	}

/*         */
/* CLASSES */
/*         */

.doClear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}