﻿@charset "UTF-8";
/* MAIN
*/
body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(../images/bg.gif);
    background-repeat: repeat-x;
    background-color: #071e3a;  
}


h1
{
    font-size: 17px;
    color: #445470;
    margin: 0;
    background-color: transparent;
}

h1 a , a h1, h2 a , a h2
{
   color: #445470; 
}

h2
{
    font-size: 18px;
    font-weight: normal; /* color: #445470;*/
    color: #445470;
    background-color: transparent;
    margin: 0;
}

h3, h4
{
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    background-color: transparent;
    margin: 0;
}

h5, h6
{
    font-size: 11px;
    font-weight: normal;
    color: #445470;
    background-color: transparent;
    margin: 0;
    font-weight: bold;
}

hr
{
color:#445470;
}

label
{
    font-size: 11px;
    font-weight: bold;
    color: #333;
}

.blue
{
    font-size: 10px;
    font-weight: normal;
    color: #445470;
    background-color: transparent;
    margin: 0;
}

.user-login
{

}

/* LINKS
*/

a:link, a:visited, a:active
{
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
a:hover
{
    color: #333;
    text-decoration: underline;
    background-color: transparent;
}

a img
{
    border: 0px;
}

.MainContent
{
	background: #fff; 
	color: #333;
	padding:13px 10px 0px 13px;
	margin-top:2px;
}

.TellAFriendInput
{
    width:220px;
}

table#TellAFriendTable td
{
    padding-bottom:3px;
}


ul#test-list li
{
   overflow:hidden; 
}


#TopMenu
{
    width: 417px;
    margin-top: 14px;
    
}
.SubMenu
{
    padding: 0px 0 1px 0px;
}
.SubMenu ul
{
    padding: 0;
    margin: 0;
}
.SubMenu li
{
    color: #FFFFFF;
    font-size: 11px;
    list-style-type: none;
    line-height: 16px;
    text-align: center;
    margin-right: 1px;
    float: left;
}
.SubMenu a
{
    display: block;
}
.SubMenu a:link, .SubMenu a:visited
{
    color: #DDD;
    text-decoration: none;
}
.SubMenu a:hover, .SubMenu a:active
{
    color: #DDD;
    text-decoration: none;
}
#Sub01 a:link, #Sub01 a:visited
{
    background: url(../images/sub-01-on.png) no-repeat bottom;
    width: 75px;
    height: 18px;
}
#Sub01 a:hover, #Sub01 a:active
{
    background: url(../images/sub-01-over.png) no-repeat bottom;
    width: 75px;
    height: 18px;
}
#Sub02 a:link, #Sub02 a:visited
{
    background: url(../images/sub-02-on.png) no-repeat bottom;
    width: 75px;
    height: 18px;
}
#Sub02 a:hover, #Sub02 a:active
{
    background: url(../images/sub-02-over.png) no-repeat bottom;
    width: 75px;
    height: 18px;
}
#Sub03 a:link, #Sub03 a:visited
{
    background-image: url(../images/sub-03-on.png);
    background-repeat: no-repeat;
    background-position:bottom;
    width: 75px;
    height: 18px;
}
#Sub03 a:hover, #Sub03 a:active
{
    background-image: url(../images/sub-03-over.png);
    background-repeat: no-repeat;
    background-position:bottom;
    width: 75px;
    height: 18px;
}
#Sub04 a:link, #Sub04 a:visited
{
    background-image: url(../images/sub-04-on.png);
    background-repeat: no-repeat;
    background-position:bottom;
    width: 75px;
    height: 18px;
    margin-right: 4px;
}
#Sub04 a:hover, #Sub04 a:active
{
    background-image: url(../images/sub-04-over.png);
    background-repeat: no-repeat;
    background-position:bottom;
    width: 75px;
    height: 18px;
}
#Sub05 a:link, #Sub05 a:visited
{
    width: 98px;
    height: 22px;
    margin-left: 2px;
    padding-top:-1px;
    font-size:10px;
}
#Sub05 a:hover, #Sub05 a:active
{

}
#Sub05
{
    background: url(../images/sub-05-on.png) no-repeat top;
}

/* MENU LI
*/

.Menu
{
    background-color: #d5d7d8;
    padding: 0 0 2px 5px;
}
.Menu ul
{
    margin: 0;
    padding: 0;
}
.Menu li
{
    color: #FFFFFF;
    background-color: #445470;
    font-size: 11px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 27px;
    text-align: center;
    margin-right: 2px;
    width: 105px;
    float: left;
}
.Menu a
{
    display: block;
}
.Menu a:link, .Menu a:visited
{
    color: #FFFFFF;
    background-color: #445470;
    text-decoration: none;
}
.Menu a:hover, .Menu a:active
{
    color: #FFFFFF;
    background-color: #11064a;
    text-decoration: none;
}

div.Menu ul li
{
    display: inline;
    position: relative;
}

div.Menu ul div
{
    display: none;
}

mega #airlines-menu
{
    width: 55em;
    height: auto;
    z-index: 9000;
}

div.Menu ul li.mega div
{
    width: 55em;
    height: auto;
    position: absolute;
    top: 2.6em;
    left: -10em;
    color: Black;
    z-index: 9000;
}
div.Menu li.hovering div
{
    display: block;
}

#airlines-menu *
{
    z-index: 9000;
}

.white
{
    color: #ffffff;
}

.white a
{
    color: #ffffff;
}


.AirlineMenu
{
    background-color: #d5d7d8;
    margin-top: 7px;
    z-index: 9000;
}
.AirlineMenu ul
{
    margin: 0;
    padding: 0 0 10px 0;
}
.AirlineMenu li
{
    color: #11064a;
    background-color: #d5d7d8;
    font-size: 11px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 16px;
    width: 100px;
    text-indent: 10px;
    height: 16px;
}
.AirlineMenu a
{
    display: block;
}
.AirlineMenu a:link, .AirlineMenu a:visited
{
    color: #11064a;
    background-color: #d5d7d8;
    text-decoration: none;
}
.AirlineMenu a:hover, .AirlineMenu a:active
{
    color: #FFFFFF;
    background-color: #11064a;
    text-decoration: none;
}

.SmallRooundedMenu
{
    background-color: #ffffff;
    margin-top: 7px;
    width: 140px;
}
.SmallRooundedMenu ul
{
    margin: 0;
    padding: 10px 0 10px 0;
}
.SmallRooundedMenu li
{
    color: #11064a;
    background-color: #ffffff;
    font-size: 11px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 16px;
    width: 140px;
    text-indent: 10px;
    height: 16px;
}

.SmallRooundedMenu li:hover
{
    color: #FFFFFF;
    background-color: #445470;
    text-decoration: none;
}
.SmallRooundedMenu a:link, .SmallRooundedMenu a:visited
{
    color: #455570;
    background-color: transparent;
    text-decoration: none;
}
.SmallRooundedMenu a:hover, .SmallRooundedMenu a:active
{
    color: #FFFFFF;
    background-color: #445470;
    text-decoration: none;
}

.SmallRooundedMenu a
{
   color: #455570;
}
.ActionMenu
{
    background-color: #ffffff;
    margin-top: 7px;
    width: 120px;
}
.ActionMenu ul
{
    margin: 0;
    padding: 10px 0 10px 0;
}
.ActionMenu li
{
    color: #11064a;
    background-color: #ffffff;
    font-size: 11px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 16px;
    height: 16px;
    display: inline;
}
.ActionMenu a
{
    display: block;
}
.ActionMenu a:link, .ActionMenu a:visited
{
    color: #11064a;
    background-color: #ffffff;
    text-decoration: none;
}
.ActionMenu a:hover, .ActionMenu a:active
{
    color: #FFFFFF;
    background-color: #11064a;
    text-decoration: none;
}

.Corner5_tl
{
    background-image: url(../images/bg-corner-small.gif);
    background-position: -1px -1px;
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
    float: left;
    font-size: 0px;
    z-index: 10;
    position: relative;
}
.Corner5_tr
{
    background-image: url(../images/bg-corner-small.gif);
    background-position: 1px -1px;
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
    float: right;
    font-size: 0px;
    z-index: 10;
    position: relative;
}
.Corner5_bl
{
    background-image: url(../images/bg-corner-small.gif);
    background-position: -1px 1px;
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
    float: left;
    font-size: 0px;
    z-index: 10;
    position: relative;
}
.Corner5_br
{
    background-image: url(../images/bg-corner-small.gif);
    background-position: 1px 1px;
    background-repeat: no-repeat;
    width: 3px;
    height: 3px;
    float: right;
    font-size: 0px;
    z-index: 10;
    position: relative;
}
.Corner10_tl
{
    background-image: url(../images/bg-corner-large.gif);
    background-position: -5px -5px;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    float: left;
    font-size: 0px;
    z-index: 11;
    position: relative;
}
.Corner10_tr
{
    background-image: url(../images/bg-corner-large.gif);
    background-position: 5px -5px;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    float: right;
    font-size: 0px;
    z-index: 11;
    position: relative;
}
.Corner10_bl
{
    background-image: url(../images/bg-corner-large.gif);
    background-position: -6px 0px;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    float: left;
    font-size: 0px;
    z-index: 11;
    position: relative;
}
.Corner10_br
{
    background-image: url(../images/bg-corner-large.gif);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    float: right;
    font-size: 0px;
    z-index: 11;
    position: relative;
}
/* LAYOUT DIVS
*/
.Container
{
    width: 980px;
    margin: auto;
}
.Header
{
    height: 58px;
    width: 980px;
    background-color: #d5d7d8;
}

#GoldAirHeader
{
    margin-top:16px;
    padding-bottom:14px;
    padding-right:5px;
    width:980px;
    background: url('../images/bar_shadow.png') no-repeat 3% 57% ;
}
.path
{
    color: #062644;
    font-size: 10px;
    margin: 10px 0 0 10px;
    padding: 0;
    float: left;
}
.Header h1
{
    color: #445470;
    font-size: 24px;
    margin: 27px 10px 0 0;
    float: right;
}
.bottom
{
    height: 170px;
    width: 980px;
    background-color: #d5d7d8;
    margin-top: 1px;
}

.bottomAboutUs
{
    height: 170px;
    width: 691px;
    background-color: #d5d7d8;
}
#ContainerAirlineNews
{
    float: left;
    width: 225px;
   
}
#AirlineNews
{
    color: #445470;
    float: left;
    height: 209px;
    width: 225px;
    background-color: #FFFFFF;
}
#AirlineNews h2
{
    color: #4d4d4d;
    font-size: 18px;
    margin: 17px 0 24px 17px;
}
#AirlineNews p
{
    color: #445470;
    font-size: 10px;
    margin: 0 0 0 17px;
    padding: 0;
}
#AirlineNews p b
{
    color: #4d4d4d;
    font-weight: normal;
}
#ContainerOffers
{
    float: left;
    width: 269px;
}
#Offers
{
    color: #445470;
    float: left;
    height: 170px;
    width: 298px;
    background-color: #FFFFFF;
}
#Offers h2
{
    color: #4d4d4d;
    font-size: 18px;
    margin: 17px 0 24px 17px;
}
#Offers p
{
    color: #445470;
    font-size: 10px;
    margin: 0 0 0 17px;
    padding: 0;
}
#Offers p b
{
    color: #4d4d4d;
    font-weight: normal;
}
#OfferMonth
{
    float: left;
    height: 209px;
    width: 283px;
}
#OfferMonth h2
{
    color: #FFF;
    font-size: 18px;
    margin: 17px 0 24px 17px;
}
#ContainerBookForm
{
    float: left;
    width: 361px;
    margin: 0 2px 0 2px;
}

#ContainerAboutBookForm
{
    float: left;
    width: 179px;
    margin: 0 2px 0 2px;
}
#BookForm
{
    font-size: 11px;
    height: 259px;
    width: 170px;
}

#BookForm input[type=submit], #BookForm input[type=reset]
{
    width: 80px;
    height: 21px;
    background-repeat: no-repeat;
    background-image:url(../images/styled-button.png);
    background-color:transparent;
    border: none;
    font-size: 15px;
    cursor:pointer;
}

#AboutBookForm
{
    color: #4d4d4d;
    font-size: 10px;
    float: left;
    height: 209px;
    width: 321px;
    background-color: #cbdb2a;
}
#BookForm h2
{
    color: #4d4d4d;
    font-size: 18px;
    margin: 17px 0 24px 17px;
}
#News
{
    color: #445470;
    font-size: 10px;
    border-right: 1px solid #b0b6be;
    float: left;
    height: 170px;
    width: 218px;
    padding-left:10px;
    padding-right:5px;
}
#News h2
{
    color: #4d4d4d;
    font-size: 18px; /*margin: 17px 0 24px 17px;*/
    margin: 17px 0 12px 17px;
}
#News p
{
    color: #445470;
    font-size: 10px;
    margin: 0 0 0 17px;
    padding: 0;
}
#News p b
{
    color: #4d4d4d;
    font-weight: normal;
}

#News a
{
    color:#445470;
    font-weight: bold;
}

#News a:hover
{
    text-decoration: underline;
}

#Flymaps
{
    border-right: 1px solid #b0b6be;
    background-image: url(../images/bg-flight.png);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 195px;
    float: left;
    height: 170px;
}
#Flymaps h2
{
    color: #4d4d4d;
    font-size: 18px;
    margin: 17px 0 24px 17px;
}
#ContainerFlymapsWhite
{
    float: left;
    width: 179px;
    margin: 0 2px 0 2px;
}
#FlymapsWhite
{
    background-image: url(../images/bg-flymaps-white.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 179px;
    float: left;
    height: 170px;
    background-color: #FFFFFF;
}
#FlymapsWhite h2
{
    color: #4d4d4d;
    font-size: 18px;
    margin: 17px 0 24px 17px;
}
#visitBanner
{
    float: left;
    height: 171px;
    width: 283px;
    background-image: url(../images/visit-banner.jpg);
    background-repeat: no-repeat;
}
#visitBanner h2
{
    color: #4d4d4d;
    font-size: 18px;
    margin: 17px 0 24px 17px;
}
#Airlines
{
    color: #445470;
    font-size: 10px; /* border-right: 1px solid #b0b6be;*/
    float: left;
    height: 170px;
    width: 195px;
    border-right: #b0b6be solid 1px;
    background: #d0d0d0;
}

#Airlines h2
{
    color: #4d4d4d;
    font-size: 18px; /*margin: 17px 0 24px 17px;*/
    margin: 17px 0 12px 17px;
}

#banners
{
    margin-bottom: 0px;
    float: left;
    height: 170px;
    width: 354px;
}
#MainAboutUsText
{
    width: 631px;
    background-color: #FFFFFF;
    margin-bottom: 0px;    
    padding: 23px 30px 23px 30px;
}

.Navigation
{
    height: 32px;
    width: 980px;
    clear: both;
    background-color: #d5d7d8;
}
.MainPhoto
{
    width: 980px;
    margin-top: 4px;
    z-index: 1;
    background-image: url(../images/main-01.jpg);
    background-repeat: no-repeat;
    height: 445px;
}
.MainPhotoAirline
{
    width: 772px;
    z-index: -1;
    background-repeat: no-repeat;
    height: 365px;
    position: relative;
    margin: 0px 0px 2px 0px;
    padding: 0;
}
.MainPhotoMargin
{
    margin-top: -445px;
}
.AirlinesMargin
{
    margin-top: -347px;
}
.bottomMargin
{
    margin-top: -3px;
}
.bottomMargin2
{
    margin-top: -7px;
}
.FloatL
{
    float: left;
}
.FloatR
{
    float: right;
}
#MainDiv
{
    width: 741px;
    float: left;
    margin-top: 4px;
}
#BannersDiv
{
    width: 131px;
    float: right;
    margin-top: 4px;
}
#LeftColDiv
{
   width: 100px;
    float: left;
    margin-top: 4px;
}

#MenuLeftColDiv
{
    width: 140px;
    float: left;
    margin-top: 4px;
}

#MenuRightColDiv
{
    width: 140px;
    margin-top: 4px;
    float: right;
}

#RightColDiv
{
    width: 772px;
    float: right;
    margin-top: 4px;
}

#MainColDiv
{
    width: 690px;
    float: left;
    margin-top: 4px;
    margin-left: 4px;
    background-color: #FFF;
}

.selected a:link, .selected a:visited
{
    border-color: Red;
    background-color: #445470 !important;
    color:#FFFFFF;
    font-size: 11px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 16px;
    /*width: 140px;*/
    text-indent: 10px;
    height: 16px;
}


.selectedBarItem a:link, .selectedBarItem a:visited, .selectedBarItem li
{
    background-color: #1a104c !important;
    color: #fff !important;
    list-style-type: none;
    margin-bottom:  0px;
    padding-bottom: 0px;
}

.SmallRooundedMenu li.selected
{
    background-color: #445470;
}


.BottomNavigation
{
    clear: both;
}
.BottomNavigation ul , ul.BottomNavigation
{
    margin: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 10px;
    height: 25px;
}
.BottomNavigation li
{
    color: #DDD;
    font-size: 9px;
    list-style-type: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid #FFF;
    float: left;
}
.BottomNavigation li:last-child
{
    border:none;
}

.BottomNavigation a
{
    display: block;
}
.BottomNavigation a:link, .BottomNavigation a:visited
{
    color: #CCC;
    text-decoration: none;
}
.BottomNavigation a:hover, .BottomNavigation a:active
{
    color: #CCC;
    text-decoration: underline;
}
.Footer
{
    border: #cfbda5;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    height: 80px;
    width: 980px;
    text-align: center;
    clear: both;
}
.Bottomlogos
{
    padding-right: 15px;
}
.ClearFloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    font-size: 1px;
}

.TextDiv
{
    float: left;
    width: auto;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.TabDiv
{
    float: left;
    width: 100%;
}
.BannerDiv
{
    float: left;
    width: 100%;
}

.cr
{
    color: #999999;
    text-decoration: none;
    background-color: transparent;
}
.cr a:link, .cr a:visited
{
    color: #999999;
    text-decoration: none;
    background-color: transparent;
}
.cr a:hover
{
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}
.cr_nl a:link, .cr_nl a:visited
{
    color: #999999;
    background-color: transparent;
    text-decoration: none;
    cursor: text;
}
.cr_nl a:hover
{
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: text;
}
.airlinelogos
{
    margin: auto;    
    z-index: 1;
}
#logos
{
    background-color: #d2ea38;
    height: 78px;
}
#login
{
    background-color:Transparent;
    height: 81px;
    margin-top: 7px;
}
#rss
{
    margin-top: 7px;
}
.bannerContainer
{
    margin-bottom: 7px;
}
.Breadcrumb
{
	text-align:right;
	width:100%;
	color:#fff;
	margin-top:3px;
	font-size: 10px;
}

.Breadcrumb a
{
	text-decoration:none;
	color: #fff;
}

.Breadcrumb a:hover
{
	text-decoration: underline;
}

#topBookForm
{
    color: #4d4d4d;
    font-size: 10px;
    float: left;
    height: 78px;
    width: 100%;
    background-color: #d2ea38;
}
#ContainerMainDiv
{
    float: right;
    width: 735px;
}
#ContainerNews
{
    float: left;
    width: 768px;
    background-color: #FFFFFF;
    margin-bottom: 2px;
    margin-top: 1px;
}
#ContainerText
{
    padding-top: 23px;
    padding-bottom: 23px;
    color:#333;
    background-color: #fff;
    width:100%;
    min-height:400px;
}

#ContainerText>div
{
	padding-left:15px;
	padding-right:15px;
	overflow:auto;
}
#ContainerOffers
{
    float: left;
    width: 735px;
    background-color: #FFFFFF;
    margin-bottom: 2px;
    width: 768px;
}

.newsRow
{
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.newsRow h2
{
    color: #445470;
    font-size: 18px;
}
.newsRow p
{
    color: #4d4d4d;
    font-size: 11px;
    text-align: justify;
}
.newsRow b
{
    color: #4d4d4d;
    font-size: 10px;
}
.newsRow img
{
    margin: 0 0 20px 20px;
}
.cap
{
    font-variant: small-caps;
}


.disabled
{
    padding-left: 10px;
    padding-right: 10px;
    color: #ccc !important;
    background: none !important;
}

.spacer
{
    padding-left: 10px;
    padding-right: 10px;
}


.poll
{
    margin: 15px;
}

.poll-options li
{
        display:inline;
}

.search
{

}

#CompanyContainer
{
	background-color:White;
	padding: 10px;
}
.wizard
{
}

.step
{
    
}

/*	FORM ELEMENTS
*/
select, input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
input.search{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color:#a7a9ac;
	width:180px;
	padding:3px;
	border:1px solid #a7a9ac;
}

textarea {
	width: 650px;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

legend {
  color: #666666;
	font-weight: bold;
	padding-bottom: 5px;
}

label {
	display: block;
	padding-bottom: 5px;
}

/*Modifiche pagina contatti*/


fieldset.contactInput div{
  float:left;
  width:100%;
  padding: 0px 0 5px;
}
fieldset.contactInput label{
  float:left;
  width:120px;
  display: inline;
}
fieldset.contactInput input{
  width:230px;
}

/* Message
**********************************************************************/

.info, .success, .warning, .error, .validation
{
    border: 1px solid;
    margin: 0px 0px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.info
{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/Content/images/info.png');
    width:97%;
    border:none;
    padding-left:10px;
}

.success
{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('/Content/images/success.png');
}

.warning
{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/Content/images/warning.png');
}

.error
{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/Content/images/error.png');
}

.validation
{
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('/Content/images/validation.png');
}

/* Forms */

.field input[type=text], .field input[type=password]
{
    width: 200px;
}

.field select
{
    width: 400px;
}


.field textarea
{
    width: 960px;
}

.input-message
{
    font-size: .9em;
    white-space: nowrap;
    height: 12px;
    display: block;
    color: #FFF;
}

.input-error
{
    color: #ff0000;
}

