/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px "Trebuchet MS", sans-serif;
    color: #555;
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 9px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fd4d01;
    font-weight: bolder;
    margin: 5px 0 20px 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 15px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 5px;
}

/* `Forms
----------------------------------------------------------------------------------------------------*/
button, .submit-login {
    background: transparent;
    border: 0px;
    color: #fd4d01;
    cursor: pointer;
    font-size: 12px;
    font-weight: bolder;
    text-decoration: underline;
}

textarea, input, select {
    background: #fff;
    border: 1px solid #fd4d01;
}



.warning {
    color: #f00;
}
.info {
    color: #393;
}