@charset "UTF-8";

#contents2{
position:relative;
background-image: url(back.jpg);
background-repeat:no-repeat;
}

#textbox{
width:300px;
margin-top:0px;
margin-left:15px;
background-image: url(back.png);
filter:alpha(style=1,opacity=85,finishopacity=85);
}

#liner1 {
color:#ffffff;
}

.profile{
padding:5px;
}

.prof1 {
margin-top:5px;
font-size:0.8em;
}

.prof2 {
font-size:0.8em;
}

.sidebar2 {
background-image: url(../headerimages/dialback.gif);
background-repeat:no-repeat;
background-position:25px 255px;
}

#textbox2{
position:absolute;
top:110px;
left:315px;
width:270px;
height:275px;
color:#333333;
background-image: url(back.png);
filter:alpha(style=1,opacity=85,finishopacity=85);
}

#isoliner{
color:#a84200;
font-weight:normal;
font-size:0.8em;
padding-top:20px;
}

.isoexp {
list-style:none;
color:#333333;
font-size:0.8em;
}

/*Hack for Opera*/

@media screen and (min-width: 350px){

#textbox2 {
height:225px;
background-position:0 -40px;
}
}

