html, body, table {
	background-color: #545445;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#warning {
	background-image: url(../images/detection-image.jpg);
	width: 610px;
	height: 315px;
	margin: 45px 45px 50px 45px;
	padding: 80px 0px 0px 250px;
	text-align: left;
	
}

/* TEXT */
p {
	margin: 10px 0px 0px 0px;
}

a:link {
	color: #F57D01;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #F57D01;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #E65403;
	text-decoration: none;
	font-weight: bold;
}

#send_to_friend {
    margin-top: 10px;
    width: 406px;
    height: 164px;
    background-image: url(../images/monmbox3.gif);
}

form {
    text-align: left;
    padding: 52px 22px 0 22px;
    position: relative;
}

a.submit {
    display: block;
    position: absolute;
    right: 50px;
    top: 134px;
    height: 17px;
    width: 72px;
    cursor: pointer;
    cursor: hand;
}

label {
    font-size: 10px;
    text-align: right;
    display: block;
    float: left;
    width: 110px;
    padding: 2px 10px 0 0;
}

input {
    font-size: 10px;
    width: 120px;
}

form div {
    margin-bottom: 10px;
}

input {
    color: white;
    border: 1px solid #BABAAC;
    background-color: #3D3D29;
    padding: 2px;
    
}