/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

.cf::after{
	content: ""; 
	display: block; 
	clear: both; 
	width: 0;/* not necessarily */
	height: 0;/* not necessarily */
	font-size: 0;/* not necessarily */
	visibility: hidden;/* not necessarily */
}

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height:1;
	background-color:#f9f9f9;
	color:#666;
	font-size:15px;
	line-height:21px;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* universal */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

/* anker underline */

a{
	text-decoration:none;
}



/* form parts */

input.normal{
	width:175px;
	border:1px solid #999999;
	padding:2px;
	margin:0px;
	border-radius:2px;
	font-size:14px;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset;
	}

input.long{
	width:240px;
	border:1px solid #999999;
	padding:2px;
	margin:0px;
	border-radius:2px;
	font-size:14px;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset
	}

input.c2{
	width:35px;
	border:1px solid #999999;
	padding:2px;
	margin:0px;
	border-radius:2px;
	font-size:14px;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset
	}

input.c4{
	width:55px;
	border:1px solid #999999;
	padding:2px;
	margin:0px;
	border-radius:2px;
	font-size:14px;
	box-shadow:0 0 2px 2px rgba(200,200,200,0.2) inset
	}

input.radio{
	margin:0px 8px 0px 0px;
}

#agreeCheckBox{
	float:left;
	width:15px;
	height:17px;
	margin-right:5px;
	border:2px solid #FF9900;
	padding:0px 4px 4px 4px;
}

#agreeChecktext{
	float:left;
}