/* CSS - Interview */

/* Provider or Client */

	.interview input {
		display: block;
		margin-bottom: 5px;
		width: 100%;
	}
	
	.interview div {
		float: left;
		width: 30%;
		margin: 0 1.6%;
	}
	
	.interview .copyrighting span {
		font: 18px Georgia,Arial,"Times New Roman",Times;
		text-shadow: 1px 1px 2px #000;
	}
	
/* Benefits */

	.interview .benefits {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.benefits > div {
		width: 30%;
		text-align: center;
	}

	.benefits > div > img {
		width: 75px;
		height: 75px;
		margin-bottom: 10px;
	}

	.benefits > div > div {
		border: solid white 1px;
		border-radius: 10px;
		overflow: hidden;
		float: none;
		margin: 0 auto;
		width: 92%;
		height: 100px;
	}

	.benefits > div > div h1 {
		
	}

	#content .benefits > div > div > p {
		text-align: center;
	}

	#content .benefits > div > div > p:first-of-type {
		background-color: white;
		font-weight: bold;
		color: #2e650d;
		font-size: 18px;
		padding-top: 4px;
		padding-bottom: 5px;
	}

	#content .benefits > div > div > p:last-of-type {
		padding: 5px;
		font-size: 15px;
	}
	
	#content .interview.client .join, 
	#content .interview.provider .join {
		border-radius: 16px;
		background: #002200 url("/assets/images/site/navbar-divider.gif") repeat scroll 0 0 / auto 100%;
		border: 1px solid #427b23;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin: 0 auto;
		padding-top: 6px;
		padding-bottom: 7px;
		text-decoration: none;
		display: block;
		text-align: center;
		height: 33px;
	}
	
/* Client Only */

	#content .interview.client .join {
		width: 265px;
		padding-left: 5px;
	}
	
	.interview.client .page2 .radio_group {
		width: 70%;
		margin: 0;
		margin-left: 154px;
	}
	
	.interview.client .page2 .radio_group .item {
		width: 100%;
		margin-left: 1.6%;
		display: block;
		float: left;
	}
	
	.interview.client .page2 .item * {
		float: left;
	}
	
	.interview input[type=radio] {  /* Radio input. */
		margin-top: 3px;
		margin-right: 10px;
		width: 10px;
		height: 10px;
	}
	
	.interview.client .page2 .radio_group .item .text {
		width: auto;
		margin-left: 0;
	}
	
	.interview.client .page2 .radio_group .item .text .name {
		width: 95px;
	}
	
	#content .interview.client .page2 .radio_group .item label.text p.name {
		text-align: left;
	}
	
	#content .interview.client .page2 .radio_group .item .text .description {
		font-size: 13px;
		font-style: italic;
		margin-top: 1px;
		margin-left: 10px;
	}
	
	.interview.client .page2 > div:last-child {
		margin-left: 0;
		width: 100%;
	}
	
	.interview.client .page3 > div:last-child {
		margin-left: 0;
		width: 100%;
	}
	
/* Provider Only */


	#content .interview.provider .join {
		width: 250px;
		padding-left: 5px;
	}
	
	.interview.provider h1 {
		text-align: center;
		/*margin-bottom: 10px;*/
	}
	
	#content .interview h2,
	#content .interview h3,
	#content .interview p {
		text-align: center;
	}
	
	.page1 > div:last-of-type {  /* Submit - Landing Page */
		margin: 0 auto;
		width: 100%;
	}

	.interview.provider div.submit {
		float: right;
	}
	
	