

@font-face {
    font-family: 'KaushanScriptRegular';
    src: url('assets/KaushanScript-Regular-webfont.eot');
    src: url('assets/KaushanScript-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/KaushanScript-Regular-webfont.woff') format('woff'),
         url('assets/KaushanScript-Regular-webfont.ttf') format('truetype'),
         url('assets/KaushanScript-Regular-webfont.svg#KaushanScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerregular';
    src: url('aller_rg-webfont.eot');
    src: url('aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_rg-webfont.woff') format('woff'),
         url('aller_rg-webfont.ttf') format('truetype'),
         url('aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#contactUpdate form {
	margin: 0 auto;
}
#contactUpdate {
	font-size: 14px;
	width: 320px;
}
#contactUpdate h1 {
	font-family: 'KaushanScriptRegular';
	margin:0 0 10px 0;
	padding:0px;
	font-size: 32px;
	color: red;
	text-align:center;
}
#contactUpdate th {
	text-align: left;
	width: 75px;
}

#contactUpdate .button {
	margin-top: 10px;
	width: 100px;
	float: right;
}
.ui-widget-overlay {
	opacity: 0.9;
}
table, tr, td, th {
	margin:0;
	padding:0;
}
a img, input[type="image"]{
	border: none;
}

input.text-input{
	margin-top: 10px;
	border: 1px solid #CCC;
	border-radius:5px;
	width: 98%; 
	height: 20px;
}

select.text-input{
	margin-top: 10px;
	border: 1px solid #CCC;
	border-radius:5px;
	width: 98%; 
	height: 20px;
}

#contactUpdate p { 
	font-family: 'allerregular';
	font-size: 20px;
	margin: 0px;
}

.green-button { 
	background-image: url(../misc/sign_up_button.png);
	width: 270px;
	border: 0px;
	background-color: transparent; 
	font-size: 16px;
	padding:25px;
	color: #FFF;
	background-repeat: no-repeat;
	margin: auto;
	font-weight: bold;
	cursor: pointer;
}
