

.star {
	color: #bb0000;
	padding-right: 5px;
}

.form {
	margin: 0px 0px 0px 0px;
}

.caf-area {
	width: 300px;
	height: 100px;
	font-family: Tahoma;
	font-size: 12px;
}

.caf-box {
	width: 300px;
	font-family: Tahoma;
	font-size: 12px;
}

.caf-list {
	width: 100px;
}

.caf-button {
	width: 100px;
	height: 25px;
}

.i-title {
	font-size: 14px;
	padding: 4px 15px 3px 15px;
	font-weight: bold;
}

.block1 {
	width: 225px;
}
.block1 .block-title {
	float: left;
	/*border-bottom: 1px solid #f1dfc7;*/
	width: 100%;
}
.block1 .block-title p {
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 15px 3px 15px;
}
.block1 .block-title .icon {
	float: right;
	position: relative;
	z-index: 10;
}
.block1 .subtitle {
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 7px;
}
.block1 .block-content {
	position: relative;
	z-index: 9;
	float: left;
	width: 220px;
	padding: 10px 5px 5px 10px;
	font-size: 12px;
}

/******************************/

.inet-text {
	margin-left: 15px;
	padding-right: 25px;
}

/***/

.icon-e .icon {
	width: 50px;
	height: 50px;
	margin-top: -7px;
	background: url(/images/internet/i1.png) no-repeat center;
}
.icon-e .block-content {
	margin-top: -17px;
}

.pink .block-title {
	border-top: 1px solid #f1dfc7;
	color: #fd9343;
}
.pink .block-content {
	background: url(/images/internet/block-grad-pink.gif) repeat-x top;
}

/***/

.icon-2 .icon {
	width: 50px;
	height: 50px;
	margin-top: -7px;
	background: url(/images/internet/i2.png) no-repeat center;
}

.icon-2 .block-content {
	margin-top: -17px;
}

.green .block-title {
	border-top: 1px solid #dae1bc;
	color: #aec46c;
}
.green .block-content {
	background: url(/images/internet/block-grad-green.gif) repeat-x top;
}

/***/

.icon-3 .icon {
	width: 50px;
	height: 50px;
	margin-top: -7px;
	background: url(/images/internet/i3.png) no-repeat center;
}

.icon-3 .block-content {
	margin-top: -17px;
}

.blue .block-title {
	border-top: 1px solid #c0d3dd;
	color: #84b2c2;
}
.blue .block-content {
	background: url(/images/internet/block-grad-blue.gif) repeat-x top;
}

/***/

.block {
	width: 680px;
}
.block .block-title {
	float: left;
	/*border-bottom: 1px solid #f1dfc7;*/
	width: 100%;
}
.block .block-title p {
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 15px 3px 15px;
}
.block .block-title .icon {
	float: right;
	position: relative;
	z-index: 10;
}
.block .subtitle {
	font-weight: bold;
	width: 100%;
	text-align: center;
	margin-bottom: 7px;
}
.block .block-content {
	position: relative;
	z-index: 9;
	float: left;
	width: 660px;
	padding: 10px 5px 5px 10px;
}
.block .column1 {
	width: 280px;
	float: left;
	padding: 0px 15px 0px 5px;
}
.block .column2 {
	width: 345px;
	float: left;
}
