﻿@charset "utf-8";
/**
 * Contact
 * @date Oct 26th 2009
 * @author Ivan SunShine Hsu
 * @mail ivan.x@ixce.cn
 */
@import url("resets.css");
@import url("styles.css");
@import url("constructions.css");

#contact{
	background:url('../images/bg_wrapper_400.jpg') repeat-x center top;
}
#contact #wrapper{
	background:url('../images/contact/bg_wrapper_contact.jpg') no-repeat center top;
}
#contact #pageContent{
	padding:272px 0 0;
}

.contact-con{
	padding:40px 0 0;
}
.contact-con .l{
	width:470px;
	float:left;
}
.contact-con .r{
	width:300px;
	float:right;
	font-size:14px;
	line-height:200%;
	padding:45px 0 0;
}
.contact-con strong{
	color:#F65759;
	font-weight:bold;
}
.contact-con a.lk{
	color:#40C2F3;
}
.contact-con a.lk:hover{
	color:#FF4F51;
}
.league-con{
	padding:35px 0 0;
}
.league-con .l{
	padding:25px 0 0;
	width:250px;
	float:left;
}
.league-con .r{
	width:520px;
	float:right;
}
.league-con .r p{
	margin:20px 0;
	line-height:200%;
}
.jobs-con{
	padding:35px 0 0;
}
.jobs-con .l{
	width:330px;
	float:left;
}
.jobs-con .r{
	width:420px;
	float:right;
}
.jobs-con .r p{
	margin:20px 0;
	line-height:200%;
}
.jobs-con em{
	font-weight:bold;
	color:#40C2F3;
}
.jobs-con .t{
	color:#999999;
}
.jobs-con a{
	color:#F65759;
}

