@charset "utf-8";

.FontSize10 {

	font-size: 10px;

}

.FontSize8 {

	font-size: 8px;

}

.FontColorW {
	color: #FFF;
}

.FontSize12 {

	font-size: 12px;

}
.FontSize13 {

	font-size: 13px;

}
.FontSize16 {

	font-size: 16px;

}
.FontSize15 {

	font-size: 15px;

}

.FontColorRed {
	color: #F00;
	font-size: larger;

}

.FontColorG60 {

	color: #999;

}

.FontColorBlue {

	color: #00F;

}

.FontColorYellow {

	color: #FF0;

}

.FontColorGreen {

	color: #0F0;

}

.FontColorDEGreen {

	color: #090;

}



.FontS14CR {
	font-size: 14px;
	color: #F00;
}

.FontSize14 {
	font-size: 14px;
}


.FontSizeLargeB{

	font-size:large;
	color: #00F;
}

.FontColorG80 {

	color: #666;
}
.FontColorPink {
	color: #F0F;
}
.FontS20Cr {
	font-size: 20px; 
	color: #F00;
}

background-color:#ffffff;

border-width:2px;

border-color:#999999;

-moz-border-radius:50px;

-webkit-border-radius:50px;

border-radius:50px;

/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

-moz-box-shadow:0px 0px 20px #000000;

-webkit-box-shadow:0px 0px 20px #000000;

box-shadow:0px 0px 20px #000000;

/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

background-image: -moz-linear-gradient(top, #ffffff, #c9c9c9);

background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#c9c9c9));

background-image: -o-linear-gradient(top, #ffffff, #c9c9c9);

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c9c9c9');

/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/

/*Element must have a height (not auto)*/

/*All filters must be placed together*/

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c9c9c9')";

/*Element must have a height (not auto)*/

/*All filters must be placed together*/

background-image: linear-gradient(top, #ffffff, #c9c9c9);

-moz-background-clip: padding-box;

-webkit-background-clip: padding-box;

background-clip: padding-box;

/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/

/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/

opacity:0.5;

-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

/*-ms-filter must come before filter*/

filter: alpha(opacity=50);

/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/

/*All filters must be placed together*/
