|  | @@ -2,48 +2,44 @@
 | 
												
													
														
															|  |  			color: #d9eef7;
 |  |  			color: #d9eef7;
 | 
												
													
														
															|  |  			border: solid 1px #0076a3;
 |  |  			border: solid 1px #0076a3;
 | 
												
													
														
															|  |  			background: #0095cd;
 |  |  			background: #0095cd;
 | 
												
													
														
															|  | -			height: 20px;
 |  | 
 | 
												
													
														
															|  |  			background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 |  |  			background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
 | 
												
													
														
															|  |  			background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 |  |  			background: -moz-linear-gradient(top,  #00adee,  #0078a5);
 | 
												
													
														
															|  |  			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
 |  |  			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
 | 
												
													
														
															|  |  		}
 |  |  		}
 | 
												
													
														
															|  |  		.blue:hover {
 |  |  		.blue:hover {
 | 
												
													
														
															|  |  			background: #007ead;
 |  |  			background: #007ead;
 | 
												
													
														
															|  | -			height: 20px;
 |  | 
 | 
												
													
														
															|  |  			background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
 |  |  			background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
 | 
												
													
														
															|  |  			background: -moz-linear-gradient(top,  #0095cc,  #00678e);
 |  |  			background: -moz-linear-gradient(top,  #0095cc,  #00678e);
 | 
												
													
														
															|  |  			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
 |  |  			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
 | 
												
													
														
															|  |  		}
 |  |  		}
 | 
												
													
														
															|  |  		.blue:active {
 |  |  		.blue:active {
 | 
												
													
														
															|  |  			color: #80bed6;
 |  |  			color: #80bed6;
 | 
												
													
														
															|  | -			height: 20px;
 |  | 
 | 
												
													
														
															|  |  			background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 |  |  			background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
 | 
												
													
														
															|  |  			background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 |  |  			background: -moz-linear-gradient(top,  #0078a5,  #00adee);
 | 
												
													
														
															|  |  			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
 |  |  			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
 | 
												
													
														
															|  |  		}
 |  |  		}
 | 
												
													
														
															|  | -		.button {
 |  | 
 | 
												
													
														
															|  | 
 |  | +		.button-2 {
 | 
												
													
														
															|  |  			display: inline-block;
 |  |  			display: inline-block;
 | 
												
													
														
															|  |  			outline: none;
 |  |  			outline: none;
 | 
												
													
														
															|  |  			cursor: pointer;
 |  |  			cursor: pointer;
 | 
												
													
														
															|  |  			text-align: center;
 |  |  			text-align: center;
 | 
												
													
														
															|  | -			height: 20px;
 |  | 
 | 
												
													
														
															|  |  			text-decoration: none;
 |  |  			text-decoration: none;
 | 
												
													
														
															|  | 
 |  | +			height: 150px;
 | 
												
													
														
															|  | 
 |  | +			width:150px;
 | 
												
													
														
															|  |  			font: 11px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
 |  |  			font: 11px/100% 'Microsoft yahei',Arial, Helvetica, sans-serif;
 | 
												
													
														
															|  |  			padding: .5em 2em .55em;
 |  |  			padding: .5em 2em .55em;
 | 
												
													
														
															|  |  			text-shadow: 0 1px 1px rgba(0,0,0,.3);
 |  |  			text-shadow: 0 1px 1px rgba(0,0,0,.3);
 | 
												
													
														
															|  | -			-webkit-border-radius: .5em; 
 |  | 
 | 
												
													
														
															|  | 
 |  | +			-webkit-border-radius: .5em;
 | 
												
													
														
															|  |  			-moz-border-radius: .5em;
 |  |  			-moz-border-radius: .5em;
 | 
												
													
														
															|  |  			border-radius: 50%;
 |  |  			border-radius: 50%;
 | 
												
													
														
															|  |  			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 |  |  			-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 | 
												
													
														
															|  |  			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 |  |  			-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
 | 
												
													
														
															|  |  			box-shadow: 0 1px 2px rgba(0,0,0,.2);
 |  |  			box-shadow: 0 1px 2px rgba(0,0,0,.2);
 | 
												
													
														
															|  |  		}
 |  |  		}
 | 
												
													
														
															|  | -		.button:hover {
 |  | 
 | 
												
													
														
															|  | 
 |  | +		.button-2:hover {
 | 
												
													
														
															|  |  			text-decoration: none;
 |  |  			text-decoration: none;
 | 
												
													
														
															|  | -			height: 20px;
 |  | 
 | 
												
													
														
															|  |  		}
 |  |  		}
 | 
												
													
														
															|  | -		.button:active {
 |  | 
 | 
												
													
														
															|  | -			height: 20px;
 |  | 
 | 
												
													
														
															|  | 
 |  | +		.button-2:active {
 | 
												
													
														
															|  |  			position: relative;
 |  |  			position: relative;
 | 
												
													
														
															|  |  			top: 1px;
 |  |  			top: 1px;
 | 
												
													
														
															|  |  		}
 |  |  		}
 | 
												
											
												
													
														
															|  | @@ -56,8 +52,3 @@
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  |  
 |  |  
 | 
												
													
														
															|  | -
 |  | 
 | 
												
													
														
															|  | -
 |  | 
 | 
												
													
														
															|  | -
 |  | 
 | 
												
													
														
															|  | -
 |  | 
 | 
												
													
														
															|  | -
 |  | 
 |