body {
	background-image: url(http://www.abstractmachine.net/index/chrome/random_yellow.png);
}

#crypt_block {
	position: absolute;
	width: 450px;
	left: 50%;
	top: 75px;
	margin-left: -225px;
	padding: 0px 10px 0px 8px;
}

#crypt_block, legend {
	background-color: white;
	border-style: dotted;
	border-width: 1px;
	border-color: black;
}

#crypt_image {
    position: relative;
    padding-top: 20px;
    padding-left: 150px;
    padding-right: 100px;
    padding-bottom: 20px;
}

/*h1 {
	font-family: serif;
	font-style: oblique;
	font-weight: lighter;
	font-size: 18px;
	color: rgb(75%, 75%, 75%);
	background-color: white;
	background-image:url(icons/crypt_title.gif);
	background-repeat:no-repeat;
	background-position: center center;
	height:26px;
	width: 260px !important;
	padding: 3px;
}*/

h3 {
	width: 260px;
	height: 25px;
	position: relative;
	border-style:dotted;
	border-width: 1px;
	padding: 3px;
	margin: 0px;
	margin-top: 20px;
	background-color: white;
}

h3 span {
	background: url(icons/crypt_title.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

/*#spacer {
	position: relative;
	float: left;
	height:350px;
	width: 1px;
	background-color: white;
	padding: 0px;
	margin: 0px;
}*/

p, ul {
	font-family: serif;
	font-size: 12px;
	line-height: 1.5em;
}

ul, li {
	list-style: circle;
}

li {
	padding-left: 0px;
	margin-left: 0px;
}

label {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	vertical-align: bottom;
	color: rgb(65%, 65%, 65%);
}

form dd {
	margin: 0px;
}

img {
	vertical-align: top;
	margin-top: 1px;
}

input#email {
	width: 100%;
}

input#code {
	margin-left: 20px;
	width: 100px;
}

textarea#message {
	width: 100%;
}

dt.code {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: red;
	background-color: none;
}

#submit {
	margin-top: 10px;
}

a:hover {
	color: white;
	background-color: red;
}

.error {
	color: rgb(100%, 0%, 100%);
}





/* iPad-type specific css */

@media only screen and (max-device-width: 1024px) {
	

}

@media only screen and (max-device-width: 1024px) and (orientation:portrait){

	#block {
		width: 690px !important;
		margin-left: -370px !important;
	}
	
}

@media only screen and (max-device-width: 1024px) and (orientation:landscape){
	
	#block p {
		font-size: 14px;
	}
	
}

/* iPhone-type specific css */

@media only screen and (max-device-width: 480px) {
	
	
}

@media only screen and (max-device-width: 480px) and (orientation:landscape)  {

	#block {
		width: 415px !important;
		margin-left: -230px !important;
	}
	
}

@media only screen and (max-device-width: 480px) and (orientation:portrait)  {

	#block {
		width: 415px !important;
		margin-left: -230px !important;
	}
	
	.code img {
		width:100px;
		height:20px;
	}
	
}
