/*
CSS by JD
*/

* {
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	}

* html body {height: 100%;}
	
body {
    font-family: Verdana, Tahoma, sans-serif;
    background: #BB0000 url(images/bg_top.jpg) repeat-x top left;
    color: #000000;
	font-size: 14px;
	line-height: 16px;
	min-height: 100%;
	position: relative;
	}
	
img {
	border: 0px;
	}

.wrapper {
	width: 800px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	}
	
.header {
	width: 800px;
	height: 400px;
	background: url(images/header.jpg) no-repeat;
	}
	
	.logo {
		width: 96px;
		height: 68px;
		position: absolute;
		margin: 35px 0px 0px 190px;
		}
		
.content_box {
	width: 800px;
	height: 100%;
	overflow: hidden;
	background: url(images/bg.gif) repeat-y top left;
	}
	
	.content {
		width: 580px;
		height: 100%;
		overflow: hidden;
		margin: 0px 110px 0px 110px;
		}
		
		span {
			color: #FF0000;
			}
			
	.button {
		width: 100px;
		height: 100px;
		margin: 0px 10px 0px 0px;
		padding: 0;
		border: 0;
		background: transparent url(images/send.jpg) no-repeat center top;
		text-indent: -1000em;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
		}
		
		input .add {
			background-image: url(images/send.jpg);
			width: 100px;
			}
			
	.clean {
		width: 100px;
		height: 100px;
		margin: 0;
		padding: 0;
		border: 0;
		background: transparent url(images/reload.jpg) no-repeat center top;
		text-indent: -1000em;
		cursor: pointer; /* hand-shaped cursor */
		cursor: hand; /* for IE 5.x */
		}
		
		input .reload {
			background-image: url(images/reload.jpg);
			width: 100px;
			}
            
.footer {
	width: 800px;
	height: 94px;
	background: url(images/footer.jpg) no-repeat;
	margin: 0px 0px 20px 0px;
	}
 
 /**
*   CSS by RAZOR`s Studio Production Media FX 225 Pro (c) 2011
*/
 
.focused {
    border: 1px solid #ff0000;
	padding: 1px 1px 1px 1px;
}

.gray_text {
    color: #999999;
}

div.error {
    background-color: #FF0000;
    padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}

div.error div {
    font-weight: bold;
    padding-bottom: 10px;
}

ul.error {
    margin-left: 20px;
}