/* GENERAL */
body{
    background: #000 url('../bg.jpg') no-repeat center top fixed;
    border: 0;
    margin: 10px 0 10px 0;
    padding: 0;
}
body, a, input, select, textarea{
    color: #666;
    font-size: 14px;
    font-family: Verdana, Tahoma, Arial;
    line-height: 20px;
}
img{
    border: 0;
    margin: 0;
    padding: 0;
}
hr{
	background-color: transparent;
	border: 0;
	border-bottom: 1px dotted #CCC;
	clear: both;
	height: 0;
	margin: 0 0 15px 0;
	padding: 0;
}
.clear{
    clear: both;
}

/* LINKS */
a{
}
a:hover{
    color: #FF3300;
}
a.no-line{
    text-decoration: none;
}

/*CONSTRUCTION */
#content{
    background-color: #FFF;
    background-image: url('../images/motive.jpg');
    background-position: bottom right;
    background-repeat: no-repeat;
    margin: auto;
    text-align: left;
    width: 950px;
}
.page-outer{
    width: 950px;
}
.page-inner{
    padding: 20px;
}

/* HEADERS */
h1, h2, h3, h4{
    border: 0;
    margin: 0;
    padding: 0;
}
h1{
    border-bottom: 2px solid #FFCCCC;
    font-family: Tahoma;
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
}
h2{
    border-bottom: 1px solid #EDEDED;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
}

/* FORMS */
form table tr td.label{
    text-align: right;
    white-space: nowrap;
    width: 1%;
}
form table tr td.input{
    width: 99%;
}
form table tr td.button{
    text-align: right;
}
input.text{
    border: 1px inset #CCC;
    padding: 2px 0 3px 0;
    text-indent: 3px;
    width: 100%;
}
input.button{
    background: #EDEDED;
    border: 1px outset #CCC;
    padding: 3px 3px 4px 2px;
}