﻿.zebraTable, .formTable
{
	border: 1px solid lightgray;
	border-spacing: 0;
	border-collapse: collapse;
}

.formTable tr td:first-child
{
	white-space: nowrap;
}


.zebraTable > tbody > tr > th, .formTable > tbody > tr > th
{
	font-size: 14px;
	padding: 5px 4px;
	background-color: Gray;
	color: White;
}

.zebraTable > tbody > tr > td
{
	padding: 4px;
}

.formTable > tbody > tr > td
{
	padding: 4px;
	background-color: #eeeeee;
	border: 1px solid white;
}


.hide
{
	display:none;
}

.error-color
{
	color:Red;	
	margin-left:30px;
}

#formDiv, #dmcaPolicy, #dmcaSent{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	border: 1px solid gray;
	background: #eee;
}

#formDiv form
{
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
}

#agreementSection
{
	padding:10px;	
}

#dmcaFormTable td:first-child
{
	width :200px;	
}

.formlabel
{
	text-align:right;	
	white-space: nowrap;
}


.rightLabel
{
	padding-left: 100px;
}

td
{
	vertical-align:top;
	padding:5px;
}

#agreementWarning, #signatureNotification, .center
{
text-align: center;
}

.invisible
{
	visibility :hidden;
}


#signature
{
	width: 90%;	
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#submitNotice
{
	width: 100px;	
	position:relative;

}

textarea
{
	width:98%;
	height: 60px;
	float:right;
}


#agreementTable tr >td
{
	padding-top:30px;	
}


div.dmcaNotice input, div.dmcaNotice select
{
	width: 100%;
	height: auto;
	padding: 0.2rem;
}


.dmcaNotice textarea
{
	width: 100%;
	font-size: 0.85rem;
	padding: 0.4rem;
}

#dmcaTitle
{
	text-align: center;
	font-weight: bold;
}

#dmcaSent h3
{
	margin: .5em 0 .5em 0;
font-weight: bolder;
}

