body.profile {
	background: #7ac043;
}

table.body {
	width: 1024px;
	height: 100%;
	background-color: #377c00;
}

.searchInput {
	background-color: transparent;
    border: 0px solid;
	outline: none;
    height:22px;
    width:225px;
    background: url(images/Search.png);
	font-size: 10px;
	font-family: Arial;
	color: #FFFFFF;
}

.loginInput {
	background-color: transparent;
	border: 0px solid;
    height: 22px;
    width: 133px;
	outline: none;
    background: url(images/Username.png);
	font-size: 15px;
	font-family: Arial;
	color: #0000000;
	padding-left: 5px;
	padding-right: 5px;
}

.submitButton {
	background-color: #7ac043;
	border: 0px solid;
    position: absolute;
    visibility: hidden;
}

.passwordInput {
	background-color: transparent;
	border: 0px solid;
    height: 21px;
    width: 134px;
	outline: none;
    background: url(images/Password.png);
	font-size: 15px;
	font-family: Arial;
	color: #0000000;
	padding-left: 5px;
	padding-right: 5px;
}

img: {
	box-shadow: 0 0px rgba(0,0,0,0);
	border: none;	
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
