html {
background: #73ADD7 url(images/gradient.gif) repeat-x;
}

b {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
font-size:30px;
color: #191970; 
}

strong {
color: #FFD700;
font-family: verdana;
font-size:14px; 
text-shadow: 1px 1px 1px #D8CD8B,-1px -2px 1px #181411;
filter: dropshadow(color=#181411,offX=0,offY=1);
}

.button {

	font-size: 12px; 
	text-decoration: none!important; 
	font-family: Helvetica, Arial, sans serif;
	padding: 2px 10px; 
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	box-shadow: inset 0px 0px 2px #fff;
	-o-box-shadow: inset 0px 0px 2px #fff;
	-webkit-box-shadow: inset 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 2px #fff;
}
.button:active {
	box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
}
.green {
	color: #5a742d;
	border: 1px solid #95b959;
	background-image: -moz-linear-gradient(#cae387, #a5cb5e);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5cb5e), to(#cae387));
	background-image: -webkit-linear-gradient(#cae387, #a5cb5e);
	background-image: -o-linear-gradient(#cae387, #a5cb5e);
	text-shadow: 1px 1px 1px #dff4bc;
	background-color: #a5cb5e;
}
.green:hover {
	border: 1px solid #687e30;
	background-image: -moz-linear-gradient(#a5cb5e, #cae387);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cae387), to(#a5cb5e));
	background-image: -webkit-linear-gradient(#a5cb5e, #cae387);
	background-image: -o-linear-gradient(#a5cb5e, #cae387);
	background-color: #cae387;
}

.red {
	color: #923c47;
	border: 1px solid #d96d7c;
	background-image: -moz-linear-gradient(#f997b0, #f6677b);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6677b), to(#f997b0));
	background-image: -webkit-linear-gradient(#f997b0, #f6677b);
	background-image: -o-linear-gradient(#f997b0, #f6677b);
	text-shadow: 1px 1px 1px #fdbcc7;
	background-color: #f6677b;
}
.red:hover {
	border: 1px solid #c75964;
	background-image: -moz-linear-gradient(#f6677b, #f997b0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f997b0), to(#f6677b));
	background-image: -webkit-linear-gradient(#f6677b, #f997b0);
	background-image: -o-linear-gradient(#f6677b, #f997b0);
	background-color: #f997b0;
}
.red:active {border: 1px solid #ab3e4b;}

.yellow {
	color: #986a39;
	border: 1px solid #e6b650;
	background-image: -moz-linear-gradient(#ffd974, #febf4d);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#febf4d), to(#ffd974));
	background-image: -webkit-linear-gradient(#ffd974, #febf4d);
	background-image: -o-linear-gradient(#ffd974, #febf4d);
	text-shadow: 1px 1px 1px #fbe5ac;
	background-color: #febf4d;
}
.yellow:hover {
	border: 1px solid #c1913d;
	background-image: -moz-linear-gradient(#febf4d, #ffd974);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd974), to(#febf4d));
	background-image: -webkit-linear-gradient(#febf4d, #ffd974);
	background-image: -o-linear-gradient(#febf4d, #ffd974);
	background-color: #ffd974;
}
.yellow:active {border: 1px solid #936b26;}


textarea:focus {
   border: none;
   -webkit-box-shadow:0 0 10px #666;
   -moz-box-shadow:0 0 10px #666;
   box-shadow:0 0 10px #666;
}

input:focus {
border:#FFFF00 2px solid; // ×¢æ° íµ¾í¾ 
box-shadow: 0 0 5px rgba(81, 203, 238, 1); // Ð ñ¡­¥ó±¹ ó¦®¨
-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1); // Å« Safari æŸƒhrome
-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1); // Å« Firefox
background-color: #FFFF00;
}

input{ border-color:#35a5e5;
border-style:solid;
border-radius:5px;
border-width:2px;

}
fieldset {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border: 2px solid #FFD700;
background: #fefcea;
background: -moz-linear-gradient(to top, #fefcea, #f1da36);
background: -webkit-linear-gradient(to top, #fefcea, #f1da36);
background: -o-linear-gradient(to top, #fefcea, #f1da36);
background: -ms-linear-gradient(to top, #fefcea, #f1da36);
background: linear-gradient(to top, #fefcea, #f1da36);
-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
}

legend {

font-weight: bold;
border-top: 2px solid #FFD700;
border-left: 2px solid #FFD700;
border-right:  2px solid #FFD700;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.75);
padding: 3px;
background: #fefcea;
background: -moz-linear-gradient(#fefcea, #f1da36);
background: -webkit-linear-gradient(#fefcea, #f1da36);
background: -o-linear-gradient(#fefcea, #f1da36);
background: -ms-linear-gradient(#fefcea, #f1da36);
background: linear-gradient(#fefcea, #f1da36);
}

.emboss {
color: rgba(0,0,0,0.6);
}

.tooltip
{
    position: relative;

    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: none;
}

.tooltip span
{
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 999;
    width: 230px;
    margin-left: -127px;
    padding: 10px;
    border: 2px solid #ccc;
    opacity: .9;
    background-color: #ddd;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip:hover
{
    border: 0; /* IE6 fix */
}

.tooltip:hover span
{
    visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}

.tooltip span:before
{
    border-top-color: #ccc;
    bottom: -8px;
}

#copyright {
position: [I]justfily[/I];
bottom: 1em;
right: 1em;
text-align: center;
}

body {
    font-family: Arial, sans-serif; 
    color: #333333;
    margin: 0;
    padding: 0;
}

div {
    width: 300px;
    margin-top: 50px;
    padding: 5px;
    background-color: #73ADD7;
    box-shadow: 0px 0px 20px #c0c0c0;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

b {
    font-size: 24px;
}

input[type="text"] {
    width: 125px;
    padding: 5px;
    border: none;
    box-shadow: 0px 0px 5px #000000;
    border-radius: 5px;
    margin: 5px 0px;
}

input[type="submit"] {
    background-color: #ffde00;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 5px;
}

input[type="submit"]:hover {
    background-color: #edc907;
    color: black;
    box-shadow: 0px 0px 20px #ffaa00;
}