/* Tag-based Styles */

/* Class-based Styles */
.formdiv {
	background-color: white;
}

.formdiv form {
	line-height: 150%;
	padding: 20px;
}

.formdiv .formfoot, .formdiv .formsection {
	text-align: center;
}

.formdiv input[type="text"], .formdiv input[type="password"] {
	margin-bottom: 3px;
}

#memberchangeform input[type="checkbox"], #memberchangeform input[type="radio"] {
	margin: 4px 0 3px;
}

.formdiv label {
	display:inline-block;
	display:inline;
	padding-right: 8px;
	text-align: right;
	vertical-align: top;
	width: 200px;
}

.formdiv select {
	height: 22px;
	margin-bottom: 3px;
	width: 206px;
}

.formdiv table {
	margin: 20px auto;
	width: 85%;
}

.formdiv table td {
	padding: 3px;
}

.formdiv table th {
	border-bottom: 1px solid #181274;
	border-top: 1px solid #181274;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.myNaaccrForm {
	margin: 15px auto;
	width: 500px;
}

.myNaaccrForm input[type="text"], .myNaaccrForm input[type="password"] {
	width: 200px;
}

.MyNAACCRTab ul {
	list-style-type: none;
	margin: 50px 50px 0 50px;
	padding: 0;
}

.MyNAACCRTab ul li {
	display: block;
	float: left;
	min-width: 80px;
	text-align: center;
}

.MyNAACCRTab ul li a {
	display: inline-block;
}

.stdForm {
	margin: 50px auto;
	width: 500px;
}

/* ID-based Styles */
#DescBox {
	height: 100px;
	margin: 50px auto 0;
	text-align: center;
	width: 80%;
}

#IndividualBox ul {
	margin: 50px 50px 0 50px;
}

#IndividualBox ul li {
	width: 25%;
}

#LoginForm input[type="text"], #LoginForm input[type="password"], #ForgotPassForm input[type="text"] {
	width: 180px;
}

#MyNAACCRBox {
	border: 1px solid #999999;
	clear: both;
	height: 300px;
	min-height: 300px;
}

html>body #MyNAACCRBox {
	height: auto;
	min-height: 300px;
}

#MyNAACCRNav li {
	background:#f7f7f7 url("/images/tab2.gif") repeat-x 0 0;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	color: #000000;
	cursor: pointer;
	display:inline-block;
	display:inline;
	font-size: 1.2em;
	font-weight: bold;
	height: 26px;
	padding:5px 6px 0 6px;
	text-align: center;
	width: 125px;
}

#MyNAACCRNav li:hover {
	background-position:0 -33px;
	background-color:#a4a4a4;
}

#MyNAACCRNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#OrganizationBox ul li {
	width: 49%;
}

#ProblemBox {
	background-color: #ff7a7a;
	border: 2px solid #ff0000;
	display: none;
	margin: 0 auto 20px;
	padding: 5px;
	vertical-align: top;
}

#recaptcha_area {
	margin: 0 auto;
}

#RegForm input[type="text"] {
	width: 234px;	
}

#Videos {
	margin: -10px 0 20px;
	text-align: center;
}

#Video1 {
	display: inline-block;
	display: inline;
	margin: 20px 0;
	text-align: center;
	width: 50%;
}

#Video2 {

	display: inline-block;
	display: inline;
	margin: 20px 0;
	text-align: center;
	width: 48%;
}

#VideoReturn {
	margin-bottom: 20px;
	text-align: center;
}


