﻿body 
{
    font-family:        Arial, san-serif;
    font-size:          13px;
}

#container
{
    margin:             40px auto 0px auto;
    width:              960px;   
}

#logo
{
    width:              100%;
    text-align:         center;
    margin-bottom:      40px;  
}


#content
{
    
}
a,
a:visited
{
    color:              #8c081a;
    text-decoration:    none;
    font-weight:        bold;
    text-decoration:    underline;
}
a:hover,
a:active
{
    text-decoration:    underline;
    color:              #000000;
    background-color:   inherit;
}


#development
{
    margin-top:         40px;
    text-align:         right;   
    font-family:        Arial, san-serif;
    font-size:          11px;
}
#development a,
#development a:visited
{
    color:              #000;
    text-decoration:    none;
    font-weight:        bold;
}
#development a:hover,
#development a:active
{
    text-decoration:    underline;
    color:              #8c081a;
    background-color:   inherit;
}


.table
{
    display:            table;   
    margin:             0px auto 0px auto;
}
.row
{
    display:            table-row;
}
.cell
{
    padding-bottom:     10px;   
    display:            table-cell;   
}

input[type=text]
{
    width:              300px;
    padding:            5px;   
}
input[type=submit]
{
    width:              100px;
    padding:            5px;   
}

select
{
    font-family: inherit;
    scrollbar-arrow-color: black;
}

textarea
{
    width:              300px;
    height:             200px;   
}


.error
{
	padding: 			10px;
	border: 			1px dashed #ff0000;
	margin: 			0px auto 0 auto;
	color: 				#000000;
	background-color: 	#ffe5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 		5px;
	width:              600px;
}
.success 
{
	padding: 			10px;
	border: 			1px dashed #00ff00;
	margin: 			0px auto 0 auto;
	color: 				#000000;
	background-color: 	#cbffc5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 		5px;
	width:              600px;
}