/* #################### Standard Styles ######################## */

*:focus {
    outline: none;
}

.backPackDiv {
    position: relative;
    width: 984px;
    height: 425px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    background-image: url("cosc-backBig-03.png");
    background-repeat: no-repeat;
}

.mellowIgDiv {
    position: absolute;
    width: 335px;
    height: 335px;
    left: 0px;
    top: 0px;
    background-image: url("lay05-watermarked-lawyer-submited-01.png");
    background-repeat: no-repeat;
    z-index: 10;
}

.movePageDiv {
    position: relative;
    width: 984px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
}

.firstColDiv {
    float: left;
    position: relative;
    width: 728px;
    height: 104px;
    top: 40px;
    z-index: 40;
    margin-left: 0px;
    /* background-color: #f0f0ff; */
}

.thirdColDiv {
    float: left;
    position: relative;
    width: 195px;
    height: 104px;
    top: 40px;
    margin-left: 61px;
/*    background-color: #f0f0ff; */
}

.wheelMarkerImg {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 218px;
    top: 68px;
    z-index: 30;
}

.wheelInputLayImg {
    position: absolute;
    width: 335px;
    height: 335px;
    left: 0px;
    top: 0px;
    z-index: 40;
}

.logoBackground2 {
    position: absolute;
    width: 152px;
    height: 27px;
    left: 789px;
    top: 20px;
    background-image: url('lay05-small-lg-orange-04.png');
    background-repeat: no-repeat;
    z-index: 40;
}

a.homelink02:link,
a.homelink02:visited,
a.homelink02:active {
    display: block;
	background-image: url('lay05-small-lg-gray-03.png');
    background-repeat: no-repeat;
}

a.homelink02:hover {
	display: block;
    background-image: url('transp.gif');
    background-repeat: no-repeat;
}

a.permainbody:link,
a.permainbody:visited,
a.permainbody:active {
	font: 12px Arial;
	text-decoration: underline;
	color: #B3B3B3;
	font-weight: normal;
}

a.permainbody:hover {
    font: 12px Arial;
	text-decoration: underline;
	color: #4D4D4D;
	font-weight: normal;
}

.textfieldinform {
	font: 16px "Courier New";
	color: #A6A6A6;
	border: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: transparent;
}

.textareainform {
	font: 13px "Courier New";
	color: #999999;
	border: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: transparent;
}