﻿.AccessResource
{
    display: inline;
    height: 30px;
    width: 120px;
    margin-left: 200px;
    vertical-align: middle;
    background-color: #CA7900;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bold;
}
.Upgrade{
	display:inline;
	height:30px;
	width:120px;
	vertical-align:middle;
    background-color: #CA7900;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bold;
}
.HiddenDiv
{
    FLOAT: left; VISIBILITY: hidden; POSITION: absolute;
}
.transferbutton
{
    padding: 5px;
    margin: 5px;
    border: 10px none #CA7900;
    display: inline;
    height: 31px;
    position: relative;
    vertical-align: middle;
    background-color: #CA7900;
    font-family: Verdana;
    color: #FFFFFF;
    font-weight: bold;
}
.transfer {
	width:585px;
	height:41px;
	position:relative;
}
.transfer .box {
	width:520px;
	background:#fffeeb;
	border:1px solid #c7c6b7;
	height:31px;
	line-height:31px;
	padding-left:10px;
	font-size:15px;
	position:relative;
	margin-top:5px;
}
.transfer input submit
{
	display:block;
	position:absolute;
	width:50px;
	height:41px;
	background:url(../images/products-go.gif) top no-repeat;
	right:0px;
	top:0px;
}
.transfer select {
	width:480px;
	height:33px;
	margin-top:4px;
	background:#fffeeb;
	border:1px solid #c7c6b7;
	font-size:15px;
	padding:5px;
}
.transfer a.transfer {
	display:block;
	position:absolute;
	width:50px;
	height:41px;
	background:url(../images/products-go.gif) top no-repeat;
	right:0px;
	top:0px;
}
.transfer a.transfer:hover {
	background:url(../images/products-go.gif) bottom no-repeat;
}

