@CHARSET "UTF-8";

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqmWindow {
    display: none;

    position: fixed;
    top: 17%;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}
.jqmOverlay { background-color: #000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


.box_shadow {
	border: 0px solid #fff;
	        border-radius: 5px;
	   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	        box-shadow: 4px 3px 27px rgba(0, 0, 0, 0.45);
	   -moz-box-shadow: 4px 3px 27px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 4px 3px 27px rgba(0, 0, 0, 0.45);
}

/* login box */
div.modal_reglog {
	width: 330px;
	height: auto;
	text-align: center;
	background: #fff;
	color: #269eff;

	/* border: 5px solid #999; */

/*
.class_box_shadow{
    width: 374px;
    min-width: 200px;
    min-height: 130px;
    margin: auto;
    background: #fff;
   position:relative;
}
*/
}
#login_type li {
	width: 290px;
/*	height: 36px; */
	margin-top: 10px;

	border: 1px solid #ccc;
	color: #fff;
	font-size: 11pt;
	line-height: 36px;

	cursor: pointer;
}
ul#login_type a { color: #fff; }
#login_type .btn_twitter {
	background: #06aeed;
	background: -moz-linear-gradient(top, #9fe0f8, #06aeed);
	background: -webkit-gradient(linear, left top, left bottom, from(#9fe0f8), to(#06aeed) );
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#9fe0f8', endColorstr='#06aeed');
	}
.btn_mixi {
	background: #06aeed;
	background: -moz-linear-gradient(top, #e1c993, #d2af5c);
	background: -webkit-gradient(linear, left top, left bottom, from(#e1c993), to(#d2af5c) );
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e1c993', endColorstr='#d2af5c');
	}
.btn_facebook {
	background: #06aeed;
	background: -moz-linear-gradient(top, #a1afce, #3f5d9a);
	background: -webkit-gradient(linear, left top, left bottom, from(#a1afce), to(#3f5d9a) );
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#a1afce', endColorstr='#3f5d9a');
	}

div.modal_reglog form {
	color: #999;
}

div.modal_reglog dl {
	margin: 10px 20px;
}
div.modal_reglog .question {
	text-align: right;
	width: 100px;
	line-height: 25px;
}
div.modal_reglog input {
	width: 180px;
}



/* upload form ? */
.button_send {
	border: 1px solid #7d99ca;
	-webkit-box-shadow: #B4B5B5 1px 1px 1px;
	   -moz-box-shadow: #B4B5B5 1px 1px 1px;
	        box-shadow: #B4B5B5 1px 1px 1px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 3px;
	font-size:12px;
	padding: 3px 5px 3px 5px;
	text-decoration:none;
	display:inline-block;
	text-shadow: 1px 1px 0 rgba(62,64,60,0.3);
	font-weight:normal;
	color: #FFFFFF;

	background-color: #a5b8da;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0FE2FA), to(#1589B3));
	background-image: -webkit-linear-gradient(top, #0FE2FA, #1589B3);
	background-image: -moz-linear-gradient(top, #0FE2FA, #1589B3);
	background-image: -ms-linear-gradient(top, #0FE2FA, #1589B3);
	background-image: -o-linear-gradient(top, #0FE2FA, #1589B3);
	background-image: linear-gradient(to bottom, #0FE2FA, #1589B3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0FE2FA, endColorstr=#1589B3);
}
.button_send:hover {
	border: 1px solid #5d7fbc;
	background-color: #819bcb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#04bdd2), to(#106685));
	background-image: -webkit-linear-gradient(top, #04bdd2, #106685);
	background-image: -moz-linear-gradient(top, #04bdd2, #106685);
	background-image: -ms-linear-gradient(top, #04bdd2, #106685);
	background-image: -o-linear-gradient(top, #04bdd2, #106685);
	background-image: linear-gradient(to bottom, #04bdd2, #106685);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#04bdd2, endColorstr=#106685);
}


.button_cancel {
	border:1px solid #d7dada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif;
	padding: 3px 5px 3px 5px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(247,247,247,0.3);
	font-weight:normal;
	color: #80857A;
	background-color: #f4f5f5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
	background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
	background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
.button_cancel:hover {
	border:1px solid #bfc4c4;
	background-color: #d9dddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
	background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
	background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
}



#list_del_confirm {
    display: none;

    position: fixed;
    top: 30%;
    left: 50%;

    margin-left: -150px;
    width: 300px;

    color: #333;
    padding: 12px;
    
    background-color:#fff; 
    border: 1px solid #888; 
    text-align:center;
}


#list_item_del_confirm {
    display: none;

    position: fixed;
    top: 30%;
    left: 50%;

    margin-left: -175px;
    width: 350px;

    color: #333;
    padding: 12px;
    
    background-color:#fff; 
    border: 1px solid #888; 
    text-align:center;
}


