/* 
Reset Stylesheet */

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, 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;box-sizing:border-box;
}
p {
	margin: 10px 0;
}


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 {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#0099cf;
}
/* 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 #ddd;
	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 #ccc;
	margin:5px auto 10px;
	padding:0;
	clear:both;
	width:100%;
}
input, select {
	vertical-align:middle;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both;
	display:block;
	height:0;
}
.clear.h10 {
	height:10px !important;
}
.clear.h20 {
	height:20px !important;
}
.clear.h40 {
	height:40px !important;
}

/* Form */

form input[type="text"], form input[type="password"], form input[type="checkbox"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="radio"], form input[type="tel"], form input[type="file"], form input[type="time"], form input[type="url"], form input[type="week"], form select, form textarea {
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-sizing: border-box;
    color: #333;
    float: none;
    font-family: "Roboto",sans-serif,Arial,Helvetica;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 5px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

form input[type="file"]{line-height:0;}
form textarea{width:100%; max-width:100%; height:100px; min-height:100px;}


form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	background:url(../images/select.png) no-repeat scroll right center;
	border: 1px solid #ddd;
	color: #999;
	display: block;
	float:left;
	display:block;
	background-color:#fff;
	border-radius:0; border-radius:3px;margin:0 0 10px;
}
form select:hover{background:url(../images/select-hover.png) no-repeat scroll right center;}

input[type="submit"], input[type="button"], input[type="reset"] {
	background-color: #0099cf;
	color: #fff;
	border:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	display: inline-block;
	font-size: 14px; font-family:"Roboto",sans-serif,Arial,Helvetica;
	line-height: normal;
	font-weight:400;
	-moz-appearance: none;
	-webkit-appearance: none; border-radius:3px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover
 {
	background-color: #2b2b2d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
  opacity:0.4 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
  opacity:0.4 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
  opacity:0.4 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
  opacity:0.4 !important;
}

.input-field label {font-size:90%; font-weight:bold; padding:0 5px 3px;}

.sucess {background-color:#f6f9f3; color:#fff; padding:5px 10px; font-size:12px; text-align:center; display:block;}
