.snapinaccountlogin{
    width:186px;
    background-color: #F7F0E9;
    background-image: url('../img/gradientcopperbg.jpg');
    background-position: bottom left;
    background-repeat: no-repeat;
    text-align:left;
}

.snapinheader{
    color:#C69A66;
    font-weight: bold;
    font-size: 13px;
}

.snapinloginwrapper{
    width:174px;
}

.snapinlinks{
    color:#b98444;
    font-size:13px;
    font-style:italic;
}

.snapindropbox select{
    font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    color:#333;
    border:1px solid #ABB47B;
    margin:0px 0px 9px 0px;
}
.snapintextfield input{
    background-color:#ffffff;
    border-style:solid;
	border-color:#ABB47B;
	border-width:1px;
    font-size:13px;
}
.largeverticalspacer{
	clear:both;
	height:20px;
}
.mediumverticalspacer{
	clear:both;
	height:10px;
}
.smallverticalspacer{
	clear:both;
	height:5px;
}
.extrasmallverticalspacer{
	clear:both;
	height:2px;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
