@import "common.css";

.main {
	height:100%;
	clear:both;
	overflow:hidden;
}

.content {width:640px; float:left;}

.content h1 {
	background:url(../img/title_register.gif) 46px 0 no-repeat;
	height:101px;
	float:none;
	margin-top:38px;
}

.images {float:right; width:340px;}
.images img {float:right;}
.images img.arthritis_logo {margin-top:137px; margin-left:6px;}
.images img.breeze2 {margin-top:14px; margin-left:4px;}
.images img.nocoding_logo {margin-top:75px; margin-left:6px;}
.images img.contour {margin-top:15px;}


form {padding-left:210px;}

form div.error {
	padding-bottom:10px;
	height:auto;
	color: red; 
}

label {
	display:block;
	float:left;
	width:200px;
	margin-right:3px;
	text-align:right;
}
input {
	display:block;
	float:left;
	width:173px;
	border:1px solid #616265;
	font-size:11px;
}
input.nostyle {
	width:auto;
	height:auto;
	border:none;
}

form div {
	height:24px;
}


form div.comm {
	height:46px;
}
form div.comm div {
	clear:both;
	font-size:10px;
	line-height:11px;
	padding-left:205px;
	padding-top:4px;
	width:173px;
	text-align:center;
	height:auto;
}

form div.radio {
	padding-left:70px;
	height:40px;;
	clear:both;
}
form div.radio label {
	margin-right:10px;
}
form div.radio input {
	width:auto;
	float:left;
	margin-top:14px;
	border:none;
}
form div.radio div {
	float:left;
	padding-top:14px;
	padding-left:4px;
	width:35px;
	line-height:13px;
	height:auto;
}


form div.submit {
	clear:both;
	height:65px;
	padding-left:312px;
	padding-top:2px;
}
form div.submit input {
	width:65px;
	height:20px;
	border:none;
}


