body { 
background-image:url(img/b.jpg);
font-family: verdana;
font-size: 10px;
color: white;
size: 10px;
}

form { 
border: none;
padding: 0;
margin: 0;
}

input { 
background-image: url(img/a.jpg); 
#border: solid 1px white; 
border: none;
margin: 3px;
display: inline;
font-family: verdana;
color: black;
font-size: 8pt;
}

.input_submit_small {
width: 0px;
height: 0px;
}

select, option {
font-family: verdana;
font-size: 10px;
color: black;
background-color: transparent;
background-image: url(img/a.jpg);
}

.forms_border {
border: solid 1px black;
margin: 3px;
}

textarea {
background-image: url(img/a.jpg);
font-family: verdana;
font-size: 10px;
color: black;
}

.admin_menu {
position: relative;
text-align: center;
height: 10px;
margin-bottom: 20px;
}

.admin_menu a {
font-size: 10px;
color: white;
text-decoration: underline;
}

.admin_menu a:hover {
text-decoration: none;
}

.admin_main {
position: relative;
text-align: center;
width: 70%;
margin: 20px;
}

.strikeout {
text-decoration: line-through;
}

.red {
color: red;
}

.blue {
color: blue;
}

.green {
color: green;
}

.black {
color: black;
}

.white {
color: white;
}

.yellow {
color: yellow;
}

.pink {
color: pink;
}
 
.left {
padding-top: 10px;
position: absolute;
top: 10px;
left: 10px;
width: 400px;
}

.right {
padding-top: 10px;
position: absolute;
top: 10px;
left: 415px;
text-align: justify;
}

.short_width {
position: absolute;
margin-top: 10px;
left: 20%;
width: 400px;
}

.justify {
text-align: justify;
}