﻿
.size_sp
{
	width: 180px;
	margin: 0px;
}

input[type="image"]
{
	border: 0px;
	display:block;
}
input[type="submit"]
{
	background: #29af0e; /* Old browsers */
    background: -moz-linear-gradient(top,  #29af0e 0%, #299a0b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#29af0e), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #29af0e 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #29af0e 0%,#299a0b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #29af0e 0%,#299a0b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #29af0e 0%,#299a0b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29af0e', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
	font-weight:bold;
	color: white;
	display: block;
	padding:5px 10px;
	border:none;
	margin:5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius:4px;
	border-radius: 4px;
}
input[type="submit"]:hover
{
	cursor:pointer;
	background: #299a0b; /* Old browsers */
    background: -moz-linear-gradient(top,  #299a0b 0%, #299a0b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#299a0b), color-stop(100%,#299a0b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #299a0b 0%,#299a0b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #299a0b 0%,#299a0b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299a0b', endColorstr='#299a0b',GradientType=0 ); /* IE6-9 */
}
input.cv_login_username
{
	width:98%;
	margin:5px 0;
	color:#999;
	height:25px;
}
.imageHolder
{
	overflow:hidden; 
	background-color: White; 
	vertical-align:middle; 
	padding:0px; 
	width:165px; 
	height:165px;
	float:left;
}
/*.imageHolder:hover
{
	-webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}*/
.sizeMap
    {
        width: 670px;
        height: 300px;
        border:solid 3px #cdcdcd; 
        color:#000;
    }
    
.Search
{
	width:90px;
}
.sizeAlbum
{
	width: 155px;
	height: 125px
}

.sizeChitietAlbum
{
	width: 155px;
	height: 125px
}


.list_title .list_title_icon
{
	background: url('../images/list_title_icon.gif') no-repeat top left; padding-left:10px;
}

.sub
{
	padding-left: 15px;
}