﻿
body {
	font-size:12px;
	margin:2px;
	font-family: arial,"Trebuchet MS", arial, tahoma;
	max-width:280px;


	
}
a:link, a:active,  a:visited, a:hover {
	color: #f05b21;
	font-weight: bold;
	text-decoration:underline;
}
.AppTitle {
font-weight:bold;		
font-size:12px;
}
#AppDescription {
font-size:10px;	
}


.appwrapper {
	vertical-align: middle;
	text-align: center;
	font-size: 9px;
	font-family: tahoma,verdana;
	float: left;
	height: 86px;
	width: 64px;
	overflow: hidden;
	padding: 1px;
	margin: 2px;
	cursor: pointer;
	color:#000000;
		text-shadow: #fff 0px 1px 1px;
}
.appimagewrapper {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	width: 64px;
	max-height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 64px;
}
.appimagewrapper img {
	border: 0px;
}
.apptitlearea {
	text-align: center;
	width: 64px;
	overflow: hidden;
	padding-top: 2px;
	

}

.appwrappersmall {
	vertical-align: middle;
	text-align: center;
	font-size: 8px;
	font-family: tahoma,verdana;
	float: left;
	height: 82px;
	width: 62px;
	overflow: hidden;
	padding: 2px;
	margin: 2px;
	cursor: pointer;
	color:#000000;
	text-shadow: #fff 0px 1px 1px;
}
.appimagewrappersmall {
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	width: 56px;
	max-height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 56px;
}
.appimagewrappersmall img {
	border: 0px;
}
.apptitleareasmall {
	text-align: center;
	width: 60px;
	overflow: hidden;
	padding-top: 2px;
	

}

.wrapit {
	padding: 5px;
	background: #ffffff;
	border: 1px solid #555555;
	-webkit-border-radius: 5px;
}

#AlertBox {
z-index:999;
	position: absolute;
	margin:5px;
	margin-left:25px;
	padding:15px 5px;

	font-family: Arial;
	color: #000000;
	text-align: left;
	font-size: 11px;

	width: 230px; /*	padding: 5px;
  	font-family: Arial;*/;
	border: 1px solid #555555;
	-webkit-border-radius: 5px;
	background-image:url(/igoogle/images/alertBoxBackground.png)
}

.FakeButton  {
cursor:pointer;
	background-color: #f05b21;
	padding:6px;
	border:1px solid #555555;
	display:inline-block;  	
	/* Use the highest button height to ensure that text will vertically align on all buttons */

	/* A button will expand to the width of its parent cell if no width is specified */

	overflow:hidden;	
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0px auto;
	color: #fff;
	/*  Put a 1 pixel blur black shadow below the button's text */

	
}

.Button a:link, .Button a:visited, .Button a:active, .Button a:hover {
	background-color: #f05b21;
	padding:6px;
	border:1px solid #555555;
	display:inline-block;  	
	/* Use the highest button height to ensure that text will vertically align on all buttons */

	/* A button will expand to the width of its parent cell if no width is specified */

	overflow:hidden;	
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0px auto;
	color: #fff;
	/*  Put a 1 pixel blur black shadow below the button's text */

	
	
}

form {
	margin:0px;
}



