html,body{
	width:100%;
	height:100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	/*color:#FFFFFF;*/
	font-size:14px;
}

a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}

/* Green color button*/
.css_btn_class {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #74b807;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(13%, #89c403), color-stop(92%, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 13%, #77a809 92% );
	background:-ms-linear-gradient( top, #89c403 13%, #77a809 92% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528009;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	-moz-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	box-shadow:inset 1px 1px 0px 0px #a4e271;
}
.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(13%, #77a809), color-stop(92%, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 13%, #89c403 92% );
	background:-ms-linear-gradient( top, #77a809 13%, #89c403 92% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
}
.css_btn_class:active {
	position:relative;
	top:1px;
}
/* This css button was generated by css-button-generator.com */


/* white color button */
.whitePageButton {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-color: #CCCCCC #CCCCCC #B3B3B3;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #717171;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 10px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
}
.whitePageButton:hover, .whitePageButton:active, .whitePageButton.active, .whitePageButton.disabled, .whitePageButton[disabled] {
	background-color: #E6E6E6;
}
.whitePageButton:hover {
	background-color: #E6E6E6;
	background-position: 0 -15px;
	color: #333333;
	text-decoration: none;
	transition: background-position 0.1s linear 0s;
}
.whitePageButton:focus {
	outline: thin dotted #333333;
	outline-offset: -2px;
}
.whitePageButton.active, .whitePageButton:active {
	background-color: #E6E6E6;
	background-image: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	outline: 0 none;
}
.whitePageButton.disabled, .whitePageButton[disabled] {
	background-color: #E6E6E6;
	background-image: none;
	box-shadow: none;
	cursor: default;
	opacity: 0.65;
}
.whitePageButton-large {
	border-radius: 5px 5px 5px 5px;
	font-size: 15px;
	line-height: normal;
	padding: 9px 14px;
	font-weight:bold;
}
.whitePageButton-small {
	font-size: 13px;
	line-height: 16px;
	padding: 3px 6px;
	font-weight:bold;
}

.clearBoth{
	clear:both;
}

.whiteColor{
	color:#FFF;
}

.pageGeneral{
	width:80%;
	margin:0 auto;
	background:url(../../../img/didweb/getdid/bg.jpg) repeat-x;
	/*background-color:#07698D;*/
	padding-bottom:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.pageTitleDiv{
	text-align:center;
	padding:25px;
}

.pageTipTitle{
	font-size:24px;
	color:#FFFFFF;
	font-weight:bold;
}

.pageTipTitleNote{
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}

.pageContent{
	text-align:center;
	font-weight:bold;
}

.pageTable{
	width:90%;
	margin:0 auto;
}

.pageTable td{
	padding:5px;
}

.tipMessage{
	float:left;
	margin-left:15px;
	line-height:24px;
	color:red;font-size:12px;
}