
/* commented backslash to hide from ie/mac and import rule for netscape \*/
@import url("base.css");
@import url("forms.css");


/* Specific
---------------------------------------- */

#page_title {
	}

#features_process {
	width:				720px;
	float:				left;
	margin-bottom:		2em;
	}

#send {
	width:				250px;
	float:				left;
	text-align:			right;
	}

	#send h2 {
	color:				#360;
	font-size:			1em;
	margin:				0 0 2em 0;
	}

#connect {
	width:				200px;
	float:				left;
	}

#receive {
	width:				270px;
	float:				left;
	}

	#receive h2 {
	color:				#039;
	font-size:			1em;
	margin:				0 0 2em 0;
	}

	#send h2 em,
	#receive h2 em {
	display:			block;
	margin-top:			.25em;
	font-style:			normal;
	font-weight:		normal;
	}


	#send ul,
	#receive ul {
	margin-left:		0;
	}

	#send li,
	#receive li {
	margin:				0 0 3px 0;
	padding:			0 0 3px 0;
	background:			none;
	font-size:			.9em;
	border-bottom:		#ddd 1px solid;
	}

	#send li.last,
	#receive li.last {
	border-bottom:		none;
	}