/* Default CSS Stylesheet for a new Web Application project */
/* styles for resolution 1240 x 720 pc L DONE*/

 

#label1 /* BLANK LABEL BOX */
{	
    LEFT: 250px;
    POSITION: absolute;
    TOP: 45px;
    Width: 700px;
    Height: 71px;
    font-Size:XX-Large;
    Color: black;
    Font-weight: bold;
    text-decoration: italic;
	Background-Color: black;
	Border: White Outset 15px;
    Border-Color:yellow;
    margin-bottom: 2px;
background-image: url('file:///C:/Websites/rowan/metal_background.gif');


}
#label2 /*RES SIZE*/
{
	LEFT: 700px;
    POSITION: absolute;
    TOP: 90px;
    Width: 263px;
    Height: 30px;
    font-Size:Large;
    Color: yellow;
    Font-weight: bold;
    text-decoration: italic;
	Background-Color: white;
	background-Color: transparent;
}
#label3 /* label rowan*/
{
	LEFT: 250px; /*start pos of rowan*/
    POSITION: absolute;
    TOP: 85px;/*top edge*/
    Width:  350px;
    Height: 40px;
    font-Size:xx-Large;
    Color: yellow;
    Font-weight: bold;
    
	Background-Color: transparent;
	margin-left: 123px;
    margin-top: 10px;
    
}



#callLogin
{
	LEFT: 800px;
	POSITION: absolute;
	TOP: 300px;
	Color:yellow;
	font-weight:bold;
	font-size:small;
	width:96px;
	height:48px;	
	Background-Color: black;
	Border:White;
	Border-Style:outset; 
	Border-Width:10px;
	background-image: url('file:///C:/Websites/rowan/metal_background.gif');

}

#Register
{
	LEFT: 570px;
	POSITION: absolute;
	TOP: 300px;
	Width:96px;
	Height:48px;
	Color:yellow;
	Font-weight:bold;
	font-size:small;
	Background-Color:black;
	Border-Color:White;
	Border-Style:Outset;
	Border-Width:10px;
	background-image: url('file:///C:/Websites/rowan/metal_background.gif');

}

#Trial
{
	    border : 10px Outset White;
        LEFT: 350px;
	    POSITION: absolute;
	    TOP: 300px;
	    Width:96px;
	    Height:48px;
	    Color:yellow;
	    Font-weight:bold;
	    font-size:small;
	    Background-Color:black;
	    right: 668px;
	    background-image: url('file:///C:/Websites/rowan/metal_background.gif');

}