/* copied from tess */

#emailInputTable{
	width: 780px;
	margin-left: 30px;
}

#emailInputTable th, #emailInputTable td{
	padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2em;
    vertical-align: text-top;
}

#emailInputTable th {
	text-align: left;
	width: 230px;
}

#emailInputTable input, #emailInputTable select{
	border-radius: 4px;
	border: 1px solid #ccc;
	height: 30px;
}

#emailConfirmMsg{
	font-size: 1.5em;
	font-weight: bold;
}  

.emailTextField{
	padding: 6px 12px;
}

.emailConfirmTable{
	border-radius: 4px;
    border: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.width300px{
	width: 300px;
}

.width250px{
	width: 250px;
}

.mandateField{
	color: red;
	padding-left: 2px;
}

#btnPanel{
	padding-top: 20px;
}

#btnPanel input{
	width: 150px;
	height: 60px;
	border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    font-size: large;
    font-weight: bold;
}

#resultPage, #errPage{
	/*
	border-radius: 4px;
    border: 1px solid #ccc;
    */
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

#resultPage div, #errPage div{
	padding-bottom: 20px;
	text-align: center;
}

#errMsg{
	color: red;
	font-size: 1em;
	margin-bottom: 20px;
    padding-left: 10px;
    text-align: left;
}

.errorField{
	background-color: pink;
}

.radioBtn{
	height: 17px;
}






#mainMenu a{
  font-size: 1.2em;
  color: #996600;
}

#mainMenu a:link {
  text-decoration: none;
}

#mainMenu a:visited {
  text-decoration: none;
}

#mainMenu a:hover {
  text-decoration: underline;
}

#mainMenu a:active {
  text-decoration: underline;
}

.emailButton {
	height: 60px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: large;
    font-weight: bold;
    width: 150px;	
}

/* copied from ospCaptcha.css */

.captchaIcon {
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
}

#captchaImage{
   width: 170px;
   height: 40px;
}