@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, tbody, tfoot, thead, tr, th, td,
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;
	list-style: none;
}

body {
    line-height:1;
}

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;
}



/* ---------------------------------------------------------- */
/* COMMON CSS */
/* ---------------------------------------------------------- */
/* ------------------------------ */
/* Input Form */

input[type="text"],
input[type="password"],
textarea{
	font-size:100%;
	padding: 5px 2%;
	width:95%;
}
input[type="radio"],
input[type="checkbox"] {
	font-size: x-large;
	height: 30px;
	width: 30px;
}
select{
	font-size:120%;
}

/* ------------------------------ */
/* font text */
strong{ font-weight: bold; }
.bold{ font-weight: bold; }
.must{ color: #FF0000; }
.textLLL{ font-size:130%; }
.textLL{ font-size:120%; }
.textL{ font-size:110%; }
.textS{ font-size:90%; }
.textSS{ font-size:80%; }
.textSSS{ font-size:70%; }
.textRed{ color:#e00; }
.textBlue{ color:#00e; }
.textGreen{ color:#0c0; }

/* ------------------------------ */
/* layout */
.floatL{ float:left; }
.floatR{ float:right; }
.imgL{
	float:left;
	padding-right: 10px;
	margin-bottom: 10px;
}
.imgR{
	float:right;
	padding-left: 10px;
	margin-bottom: 10px;
}
.alignR{ text-align: right; }
.alignC{ text-align: center; }
.clr{ clear:both; }

/* ------------------------------ */
/* width */
.width100{width:100%;}
.width90{width:90%;}
.width80{width:80%;}
.width70{width:70%;}
.width60{width:60%;}
.width50{width:50%;}
.width40{width:40%;}
.width30{width:30%;}
.width20{width:20%;}
.width10{width:10%;}

/* ------------------------------ */
/* clearfix */
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	overflow:auto;
	visibility: hidden;
	content: ".";
}
.clearfix {
	display: inline-block;
}

/* ------------------------------ */
/* btnLink */
.btnLink{
	border:1px solid #999;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	background: -webkit-gradient(linear, left top, left bottom,from(#FFF), to(#CCC));
	width:100%;
	text-align: center;
	font-size: 150%;
	padding:10px 0;
}

