/*
Company:	IYP
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
	
/* @end */

/* @group Layout */
div.error {
	margin-left: 42px;
	margin-right: 42px;
}
/* @end */

/* @group Nav */
	
/* @end */

/* @group Headings */

/* @end */

/* @group Text Styles */
.error {
	color: #fd1b14;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
form#app-form {
	width: 340px;
	margin: 10px 0 10px 42px;
}
label span {
	color: #fd1b14;
}
div.row, div.submit-row {
	clear: left;
	margin: 0;
	padding: 10px 0 0 0;
}
div.submit-row {
	text-align: right;
	color: #fd1b14;
}
div.row label {
	float: left;
	width: 130px;
	margin: 0;
	display: inline;
}
div.row input, div.row textarea {
	font-size: 100%;
	font-family: Arial, sans-serif;
}
.txt {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
}
/* @end */

/* @group Links - link visited hover active */

/* @end */

/* @group Misc */

/* @end */