/*Common style for buttons*/
.ButtonCSS_100px, .ButtonCSS_75px, .ButtonCSS_120px, .ButtonCSS_150px, .ButtonCSS_180px, .ButtonCSS_200px, .ButtonCSS_220px
{
	height: 25px;
	border: none;
	font-family: Verdana;
	font-size: 12px;
	color: #374757;
	cursor: pointer;
}
/*end*/
/*Individual style for buttons*/
.ButtonCSS_100px
{
	width: 100px;
	background-image: url(../../../images/buttons/100Px.png);
}
.ButtonCSS_100px_hover
{
	background-image: url(../../../images/buttons/100Px_Mo.png);
}
.ButtonCSS_75px
{
	width: 75px;
	background-image: url(../../../images/buttons/75Px.png);
}
.ButtonCSS_75px_hover
{
	background-image: url(../../../images/buttons/75Px_Mo.png);
}
.ButtonCSS_120px
{
	width: 120px;
	background-image: url(../../../images/buttons/120Px.png);
}
.ButtonCSS_120px_hover
{
	background-image: url(../../../images/buttons/120Px_Mo.png);
}
.ButtonCSS_150px
{
	width: 150px;
	background-image: url(../../../images/buttons/150Px.png);
}
.ButtonCSS_150px_hover
{
	background-image: url(../../../images/buttons/150Px_Mo.png);
}
.ButtonCSS_180px
{
	width: 180px;
	background-image: url(../../../images/buttons/180Px.png);
}
.ButtonCSS_180px_hover
{
	background-image: url(../../../images/buttons/180Px_Mo.png);
}
.ButtonCSS_200px
{
	width: 200px;
	background-image: url(../../../images/buttons/200Px.png);
}
.ButtonCSS_200px_hover
{
	background-image: url(../../../images/buttons/200Px_Mo.png);
}
.ButtonCSS_220px
{
	width: 220px;
	background-image: url(../../../images/buttons/220Px.png);
}
.ButtonCSS_220px_hover
{
	background-image: url(../../../images/buttons/220Px_Mo.png);
}
/**************************************************************************/

.UpgradeButton
{
	float: center;
	margin-top: 255px;
	width: 146px;
	height: 42px;
	background: transparent url(../../../images/upgrade.png) 0 0 no-repeat;
	border: none;
}
.UpgradeButton:hover
{
	background: transparent url(../../../images/upgrade.png) 0 -42px no-repeat;
	cursor: pointer;
}
.UpgradeButton2
{
	float: center;
	margin-top: 432px;
	width: 146px;
	height: 42px;
	background: transparent url(../../../images/upgrade2.png) 0 0 no-repeat;
	border: none;
}
.UpgradeButton2:hover
{
	background: transparent url(../../../images/upgrade2.png) 0 -42px no-repeat;
	cursor: pointer;
}
.ButtonAddIconCSS
{
	border: none;
	font-family: Verdana;
	font-size: 8px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	cursor: pointer;
	width: 22px;
	height:22px;
	background-image: url(../../../images/plus.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.ButtonSimpleCSS
{
	border: solid 1px #000000;
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	cursor: pointer;
	font-variant:small-caps;
	padding:3px;
	text-align:center;
	vertical-align:middle;
	}
	
.signupbutton {
    background: transparent url(http://allcontact.com/images/signup.png)no-repeat;
    height: 36px;
    width: 120px;
    border: none;
	cursor:pointer;
	text-indent:-9999px;
	-moz-user-select:text;	
}
.signupbutton:hover {
     background: transparent url(http://allcontact.com/images/signup.png) 0 -36px no-repeat;
 }
.dropdownpic{
height:134px;
width:233px;
display:block;
margin-top:0px;
}
#caption{
font-family:arial;
font-size:10pt;
text-align:left;
display:block;
width:233px;
}