/* Add here all your CSS customizations */

.toggle > label {
    padding: 5px 20px 5px 10px !important;
}

section.toggle label.error {
	color: #C10000;
}

.error-container {
    max-width: 380px;
    _width: 380px;
    margin: 50px auto 100px auto;
}

.newsletter-container{
	max-width: 780px;
    _width: 780px;
    margin: 100px auto 100px auto;
}

/* google search */

#goog-fixurl ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#goog-fixurl form {
    margin: 0;
}

#goog-wm-qt,
#goog-wm-sb {
    border: 1px solid #bbb;
    font-size: 16px;
    line-height: normal;
    vertical-align: top;
    color: #444;
    border-radius: 2px;
}

#goog-wm-qt {
    width: 220px;
    height: 30px;
    padding: 5px;
    margin: 5px 10px 0 0;
    box-shadow: inset 0 1px 1px #ccc;
}

#goog-wm-sb {
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    margin: 5px 0 0;
    white-space: nowrap;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0), #f1f1f1);
    background-image: -moz-linear-gradient(rgba(255,255,255,0), #f1f1f1);
    background-image: -ms-linear-gradient(rgba(255,255,255,0), #f1f1f1);
    background-image: -o-linear-gradient(rgba(255,255,255,0), #f1f1f1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    *overflow: visible;
    *display: inline;
    *zoom: 1;
}

#goog-wm-sb:hover,
#goog-wm-sb:focus {
    border-color: #aaa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
}

#goog-wm-qt:hover,
#goog-wm-qt:focus {
    border-color: #105cb6;
    outline: 0;
    color: #222;
}

#newsletterForm{
	margin-bottom: 5px;
}

#support-header{
	background: url(../img/support.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 437px;
	margin-top: -35px;
	margin-bottom: 35px;
}

.ticket-detail{
	padding: 5px;
	background-color: #F6F6F6;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
}

.profile-menu{
	text-align: right;
}

.profile-menu ul{
	list-style: none;
	padding: 0 !important;
}

.profile-menu ul li a{
	display: block;
}
.profile-menu ul li a:hover{
	text-decoration: none;
	color: #1E5CA7 !important;
}

.frame {
    height: 63px;
    white-space: nowrap;
    text-align: center;
    margin-left: 20px;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

div.frame img {
    vertical-align: middle;
    max-height: 63px;
}