
/* FORM STYLIGN */
/* img upload */


#upload-blob {
	display: block;
	margin: 25px auto 0 auto;
	
	line-height: 100px;
	text-align: center;
	width: 800px;
}
#upload-blob input[type="text"] { 
	width: 532px; 
	height: 35px; 
	margin: 0 10px 0 0px; 
	border: 3px solid #dddddd; 
	border-left: 15px solid #dddddd;
	
	font: 24px Verdana, Sans-Serif;
	
	position:relative;
	top:5px;
}
#upload-blob input[type="text"]:focus { 
	border: 3px solid #6ca7ee; 
	border-left: 15px solid #6ca7ee;
	outline: none;
	position: relative;
	background: #f0f0f0;
	
	box-shadow: 0px 0px 25px #4ea5dd;
	-moz-box-shadow: 0px 0px 25px #4ea5dd;
	-webkit-box-shadow: 0px 0px 25px #4ea5dd;
}
#upload-blob input[type="text"]:hover { 
	border: 3px solid #6ca7ee;
	border-left: 15px solid #6ca7ee;
	outline: none; 

	}
#upload-blob input[type="submit"] { 
	font-size: 18px;
	padding: 13px 12px; 
	background: #528db7;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.2, rgb(78,166,221)),
    color-stop(0.7, rgb(110,184,230))
	);
	background: -moz-linear-gradient(
    center bottom,
    rgb(78,166,221) 20%,
    rgb(110,184,230) 70%
    );
	color: #0d4078;
	border: 1px solid #0d4078;
	position: relative;
	

	text-shadow: #a2afc2 1px 0px 0px;
	
	box-shadow: 0px 0px 3px #080801;
	-moz-box-shadow: 0px 0px 3px #080801;
	-webkit-box-shadow: 0px 0px 3px #080801;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}
#upload-blob input[type="submit"]:active {
	top: 2px;
}


/* search */
#search-blob {
	display: block;
	margin: 25px auto 0 auto;
	
	line-height: 100px;
	text-align: center;
	width: 800px;
}
#search-blob input[type="text"] { 
	width: 532px; 
	height: 35px; 
	margin: 0 10px 0 0px; 
	border: 3px solid #dddddd; 
	border-left: 15px solid #dddddd;
	
	font: 24px Verdana, Sans-Serif;
	
	position:relative;
	top:5px;
}
#search-blob input[type="text"]:focus { 
	border: 3px solid #6ca7ee; 
	border-left: 15px solid #6ca7ee;
	outline: none;
	position: relative;
	background: #f0f0f0;
	
	box-shadow: 0px 0px 25px #4ea5dd;
	-moz-box-shadow: 0px 0px 25px #4ea5dd;
	-webkit-box-shadow: 0px 0px 25px #4ea5dd;
}
#search-blob input[type="text"]:hover { 
	border: 3px solid #6ca7ee;
	border-left: 15px solid #6ca7ee;
	outline: none; 

	}
#search-blob input[type="submit"] { 
	font-size: 18px;
	padding: 13px 12px; 
	background: #528db7;
	background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.2, rgb(78,166,221)),
    color-stop(0.7, rgb(110,184,230))
	);
	background: -moz-linear-gradient(
    center bottom,
    rgb(78,166,221) 20%,
    rgb(110,184,230) 70%
    );
	color: #0d4078;
	border: 1px solid #0d4078;
	position: relative;
	

	text-shadow: #a2afc2 1px 0px 0px;
	
	box-shadow: 0px 0px 3px #080801;
	-moz-box-shadow: 0px 0px 3px #080801;
	-webkit-box-shadow: 0px 0px 3px #080801;
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
}
#search-blob input[type="submit"]:active {
	top: 2px;
}
#error {
	display: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	
	background: #fff9d8;
	border-top: 1px solid #ffe869;
	
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	
	font-family: Verdana, Sans-Serif;

}
#result-blob {
	width: 800px;
	margin: 0 auto;
	height: 100px;
}
#result {
	background: #eeeeee;
	display:none;
	margin:10px;
	padding:20px;
	position:relative;
	right:-500px;
	top:0;
	width:100px;
}

#result .arrow {
	border-right:18px solid #FFFFFF;
	border-top:25px solid #eeeeee;
	bottom:25px;
	height:0;
	line-height:0;
	position:absolute;
	right:-18px;
	width:0;
	z-index:22;
}

.result-text {
	font-family: Georgia;
	font-size: 14px;
}

a {
	color: #76a2c1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#title-blob {
	background: #97c2db; /* #f9d9d8 bg #f1938c  border */
	width: 100%;
	
	height: 250px;
	
	border-top: 1px solid #4492bf;
	border-bottom: 1px solid #4492bf;
	
}

#title {
	width: 800px;
	margin: 0 auto;
	
	color: #333333;

	font-family: Verdana, Arial, Sans-Serif;
}

h1 {
	font-family: Rockwell, Verdana, Arial, Sans-Serif;
	font-size: 120px;
	
	display: inline-block;
	margin-right: 5px;
}

#footer {
	width: 800px;
	margin: 0 auto;
	
	text-align: center;
	
	font-size: 12px;
	
	font-family: Georgia, Serif;
	
	margin-top: 25px;
	
	color: #333333;
}
