/* ================================================== */
/* Icons */
/* ================================================== */
.pageIcons {
}
	.pageIcons h1 {
		border-bottom:1px solid #DDDDDD;
		font-size:23px;
		font-weight:normal;
		margin:0 0 20px 0;
		padding:0 0 5px 0;
	}
	.pageIcons h2 {
		font-size:18px;
		font-weight:normal;
		color:#000;
		border-bottom:1px solid #DDDDDD;
		margin:0 0 20px 0;
		padding:0 0 5px 0;
	}
	.pageIcons .about {
		line-height:18px;
		margin:0 0 20px 0;
	}
	.pageIcons .form {
		margin:0 0 25px 0;
		background:#f1f1f1;
		border:1px solid #ddd;
		padding:7px 0px 7px 10px;
		border-radius:5px;
		width:465px;
	}
	.pageIcons .icon {
		float:left;
		width:88px;
		height:31px;
		margin:0 15px 0 0;
	}
		.pageIcons .icon .size {
			text-align:center;
			margin:3px 0 0 0;
		}
	.pageIcons code {
		display:block;
		float:left;
		width:700px;
		background:#f1f1f1;
    	border-radius:5px;
    	font-size:12px;
    	margin:0px 0 20px 0;
    	padding:15px;
    	position:relative;
	}
	.pageIcons .textbox {
		width:250px;
		margin:0 5px 0 5px;	
	}
	.pageIcons .button {
		background: #1497ed;
		color: #fff;
		cursor: pointer;
		font-size: 13px;
		border:none;
		border-radius: 10px 8px;
		padding:3px 15px 3px 15px;
		text-decoration:none;
	}
		.pageIcons .button:hover, .pageIcons .button:focus {
			background:#14baf0;
		}
	.pageIcons .download {
		display:block;
		width:120px;
		background: #1497ed;
		color: #fff;
		cursor: pointer;
		font-size: 13px;
		border:none;
		border-radius: 10px 8px;
		padding:5px 15px 5px 15px;
		margin:10px 0 0 0;
		text-decoration:none;
		text-align:center;
	}
		.pageIcons .download:hover, .pageIcons .download:focus {
			background:#14baf0;
		}
