/*************** Forms ***************/
.column-left {
	float: left;
	width: 49%;
}
.column-right {
	float: right;
	width: 49%;
}

form fieldset {border: none;padding: 0;}
form fieldset label {
	display: block;
	padding: 0;
	font-weight: bold;
}

form fieldset label.label {
	display: inline;
	font-weight: normal;
}

form fieldset legend {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 10px;
}

form fieldset p {margin-bottom:10px;}             
form fieldset p small {
	font-size: 0.75em;
	color: #777;
}
				
				
form fieldset input.text-input,
form fieldset select,
form fieldset textarea {
	padding: 6px;
	font-size: 13px;
	background: #fff url('../images/bg-form-field.gif') top left repeat-x;
	border: 1px solid #d5d5d5;
	color: #333;
}

form .tiny-input {
                width: 7% !important;
                }

form .small-input {
                width: 24% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 93% !important;
				/*font-size: 16px !important;
				padding: 8px !important;*/
                }
.column-left .large-input, .column-right .large-input{
                width: 86% !important;
                }
				
form fieldset textarea {
                width: 93% !important;
                font-family: Arial, Helvetica, sans-serif;
                }
                
form fieldset select {
                padding: 4px;
                background: #fff;
                }
				
form fieldset input[type="checkbox"],
form fieldset input[type="radio"] {
				padding: 0;
                background: none;
				border: 0;
                }

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                border: 1px solid;
                background-position: 10px 12px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width: 99.8%;
                }
                

.attention {
                background: #fffbcc url('../images/icons/exclamation.png') 10px 12px no-repeat;
                border-color: #e6db55;
                color: #666452;
                }

.information {
                background: #dbe3ff url('../images/icons/information.png');
                border-color: #a2b4ee;
                color: #585b66;
                }

.error {
                background: #ffcece url('../images/icons/cross_circle.png') no-repeat;
                border-color: #df8f8f;
                color: #665252;
                }

.success {
                background: #d5ffce url('../images/icons/tick_circle.png');
                border-color: #9adf8f;
                color: #556652;
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* Notification for form inputs */

label.input-notification {
				background-position: left 2px;
				background-repeat: no-repeat;
				padding: 2px 0 2px 18px;
				background-color: transparent;
				margin: 0 0 0 3px;
				}
select.success,select.error,input.success,textarea.success,textarea.error {
				background:#fff none !important;
				}
select.success, input.success {
				border-color: #9adf8f !important;
				}
select.error, input.error {
				border-color: #df8f8f !important;}

.blockMsg h3 img{
	vertical-align:middle
}
